ioBroker / ioBroker.ping

Pings configured IPs for ioBroker
MIT License
21 stars 18 forks source link

STDERR: /bin/ping: socket: Operation not permitted #79

Closed Trrw closed 2 years ago

Trrw commented 2 years ago

Hello, I got this error (debug). The ping doesn't work. I had installed "iputils-ping"

ping.1 | 2022-06-16 16:54:42.938 | debug | STDERR: /bin/ping: socket: Operation not permitted ping.1 | 2022-06-16 16:54:42.931 | debug | System command: /bin/ping -n -w 2 -c 1 192.168.178.146 ping.1 | 2022-06-16 16:54:42.930 | debug | Pinging 192.168.178.146

Trrw commented 2 years ago

Okay this works for me: sysctl -w net.ipv4.ping_group_range="0 1000"

Apollon77 commented 2 years ago

ansonsten ggf "iob fix"?

Trrw commented 2 years ago
$ which ping
/usr/bin/ping
$ sudo chmod 4711 /usr/bin/ping

Hat jetzt dauerhaft geholfen.

iob fixleider nicht