Siduction Forum

Siduction Forum => Installation - Support => Thema gestartet von: timc in 2014/01/06, 17:09:16

Titel: [Solved] Normal user could not run ping after fresh install
Beitrag von: timc in 2014/01/06, 17:09:16
Error was "ping: icmp open socket: Operation not permitted". I Googled the message and ran "setcap cap_net_raw=ep /bin/ping", which corrected the problem.

I mention this because this has never happened to me before with a Siduction installation.

Tim
Titel: Re: [Solved] Normal user could not run ping after fresh install
Beitrag von: terroreek in 2014/01/27, 05:23:47
thank you sir, I also got this error and was able to fix it with your instructions.
Titel: Re: [Solved] Normal user could not run ping after fresh install
Beitrag von: jaegermeister in 2015/01/13, 15:32:52
Brilliant!!! Thanks
Titel: Re: [Solved] Normal user could not run ping after fresh install
Beitrag von: linearJim in 2015/04/04, 11:01:53
hello,
new siduction user here but long time debian testing user :D

i had the same problem yesterday with a fresh siduction installation,the solution i found was

chmod u+s `which ping'

and i was wondering why did this happen in the first place..and if this is a safe solution (i assume it is not a good idea to have wrong permission on ping)
Titel: Re: [Solved] Normal user could not run ping after fresh install
Beitrag von: hendrikL in 2015/04/04, 12:39:18
hi,

apt-get update && apt-get install --reinstall iputils-ping

should solve that problem

greetz hendrik
Titel: Re: [Solved] Normal user could not run ping after fresh install
Beitrag von: linearJim in 2015/04/04, 12:47:13
root@dell:~# apt-get install --reinstall iputils-ping
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 7 not upgraded.
Need to get 0 B/56.5 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 184485 files and directories currently installed.)
Preparing to unpack .../iputils-ping_3%3a20121221-5+b2_amd64.deb ...
Unpacking iputils-ping (3:20121221-5+b2) over (3:20121221-5+b2) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up iputils-ping (3:20121221-5+b2) ...
Setcap worked! Ping(6) is not suid!


thanx!

Titel: Re: [Solved] Normal user could not run ping after fresh install
Beitrag von: melmarker in 2015/04/04, 17:17:51
the problem was introduced by two things: package changes in debian and problems with aufs - both resolved with the next release, we dropped aufs, use overlayfs right now with a own kernel patch for this.