Posts: 8
pendekar
Joined: 20 Jul 2012
#1
Hi,
i did the newest update (synaptic) of Antix16 yesterday. So far 99% good.

Unfortunately the
-rw-r--r-- 1 root root 5,5K Jun 13 2015 /usr/local/bin/streamlight-gui-launcher.sh
-rw-r--r-- 1 root root 12K Jun 13 2015 /usr/local/bin/streamlight.sh
got root ownership. Is it safe to do chmod on those? Better wait for next update?

Best Regards
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#2
Why do you want to chmod those? Apparently 'new' debian policy is for ownership in /usr/local/bin to be root:staff, but keeping them as root:root should not cause issues.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#3
I think the real problem there is the executable bit isn't set. root ownership would be OK.

chmod a+x streamlight-gui-launcher.sh
chmod a+x streamlight.sh
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#4
Is that the bugfix version I uploaded? (streamlight-antix_0.1.5)
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#5
anticapitalista wrote:Is that the bugfix version I uploaded? (streamlight-antix_0.1.5)
the update takes care of it.