<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6555&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] ping issue]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6555</link>
		<description><![CDATA[The most recent posts in [SOLVED] ping issue.]]></description>
		<lastBuildDate>Fri, 12 Apr 2024 21:45:17 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] ping issue]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49502#p49502</link>
			<description><![CDATA[<p>thank you very much .. its solved</p>]]></description>
			<author><![CDATA[dummy@example.com (jemadux)]]></author>
			<pubDate>Fri, 12 Apr 2024 21:45:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49502#p49502</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] ping issue]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49497#p49497</link>
			<description><![CDATA[<p>it seems that the issue of not being able to ping from a normal user account.</p><p>The error message </p><div class="codebox"><pre><code>ping: socktype: SOCK_RAW</code></pre></div><p> followed by </p><div class="codebox"><pre><code>ping: socket: Operation not permitted</code></pre></div><p> indicates that the user does not have the necessary permissions to use the <strong>ping</strong> command.</p><p>The error message </p><div class="codebox"><pre><code>ping: =&gt; missing cap_net_raw+p capability or setuid?</code></pre></div><p> suggests that the user needs to have the <strong>cap_net_raw capability</strong> or </p><div class="codebox"><pre><code>setuid permission</code></pre></div><p> to use the ping command. </p><p>The user can add the <strong>cap_net_raw</strong> capability to their account using the following command:</p><div class="codebox"><pre><code>sudo setcap cap_net_raw+ep /bin/ping </code></pre></div><p>P.S.</p><p>You&#039;re not sending an ICMP echo request, most likely (check &quot;ip a&quot; at the time) you don&#039;t have a lease but only the IPv6 link local address.</p>]]></description>
			<author><![CDATA[dummy@example.com (stopAI)]]></author>
			<pubDate>Fri, 12 Apr 2024 15:39:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49497#p49497</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] ping issue]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49494#p49494</link>
			<description><![CDATA[<p>as normal user </p><div class="codebox"><pre><code>ping google.com
ping: socktype: SOCK_RAW
ping: socket: Operation not permitted
ping: =&gt; missing cap_net_raw+p capability or setuid?</code></pre></div><p>as root user&#160; </p><div class="codebox"><pre><code>ping -c 5  google.com
PING google.com(fra02s19-in-x0e.1e100.net (2a00:1450:4001:808::200e)) 56 data bytes
64 bytes from fra15s46-in-x0e.1e100.net (2a00:1450:4001:808::200e): icmp_seq=1 ttl=116 time=34.9 ms
64 bytes from fra15s46-in-x0e.1e100.net (2a00:1450:4001:808::200e): icmp_seq=2 ttl=116 time=40.8 ms
64 bytes from fra15s46-in-x0e.1e100.net (2a00:1450:4001:808::200e): icmp_seq=3 ttl=116 time=38.1 ms
64 bytes from fra15s46-in-x0e.1e100.net (2a00:1450:4001:808::200e): icmp_seq=4 ttl=116 time=37.4 ms
64 bytes from fra15s46-in-x0e.1e100.net (2a00:1450:4001:808::200e): icmp_seq=5 ttl=116 time=35.0 ms

--- google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 34.934/37.240/40.754/2.157 ms</code></pre></div><p>that is happening in devuan stable ... any ideas ?</p>]]></description>
			<author><![CDATA[dummy@example.com (jemadux)]]></author>
			<pubDate>Fri, 12 Apr 2024 12:55:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49494#p49494</guid>
		</item>
	</channel>
</rss>
