User Tools

Site Tools


linux:debian:specific

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:debian:specific [2020/10/23 09:44] – external edit 127.0.0.1linux:debian:specific [2022/01/15 11:38] (current) – external edit 127.0.0.1
Line 11: Line 11:
 #nano /usr/lib/tmpfiles.d/speech-dispatcher.conf #nano /usr/lib/tmpfiles.d/speech-dispatcher.conf
 </code> </code>
 +
 +===== ping: socket: Operation not permitted =====
 +In some Debian update the access to ping has been resticted for 'normal' users. Only root user can ping.
 +Solution:
 +Solution
 +
 +  echo 'net.ipv4.ping_group_range = 0 2147483647' > /etc/sysctl.d/99-ping.conf
 +  sysctl -p /etc/sysctl.d/99-ping.conf
 + 
linux/debian/specific.1603446261.txt.gz · Last modified: (external edit)