answered
2018-06-11 23:52:10 +0200
Indeed the busybox ping is used now. Busybox uses stricter permission set for ping than the iputols ping that was usedin previous release.
The correct way to fix this is to add the nemo user to the "net_raw" group;
devel-su usermod -a nemo -G net_raw
Note that even though this sets the group immediately, it does not take effect until you log out of your window manager session and log back in. (this means either device reboot or killing lipstick)
You can however test that it works before booting by ssh'ing to your localhost from console and then trying to ping as nemo; now it will work because sshd forks a new user session for you and the new permissions are in force.
( And by the way as usual this was already noted, discussed and fixed in TMO exactly 9 days ago; https://talk.maemo.org/showpost.php?p=1544960&postcount=37 )
--- edit ---
Update to Nurmonjoki 2.2.1.18 reset the groups, so ping stopped working again...
Solution, same as above.
Now that you mentioned that, it's quite annoying.
Direc ( 2018-06-11 18:24:50 +0200 )edit