-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ping adapter only ever outputs false #127
Comments
Yey This seems to be something because of LXC ... we did not found the reason so far :-( |
This console-commandos brings the solution: chmod 4755 /bin/ping |
I would reopen it becuas question is if we can fix that somehow automatically |
Nice, thank you! |
@Apollon77 |
4755 sets the SUID bit. |
eventually fixed with 1.6.4 |
Unfortunately I can't get the ping adapter to work. I have installed the IoBroker on an LXC-Debian which can also ping (normally with the call ping 192.168.15.1)
But it always shows false.
root@iobroker:~# ping 192.168.15.1
PING 192.168.15.1 (192.168.15.1) 56(84) bytes of data.
64 bytes from 192.168.15.1: icmp_seq=1 ttl=64 time=1.45 ms
64 bytes from 192.168.15.1: icmp_seq=2 ttl=64 time=0.380 ms
The text was updated successfully, but these errors were encountered: