<br><br><div class="gmail_quote">On Wed, Nov 16, 2011 at 2:41 PM, Simon MacMullen <span dir="ltr">&lt;<a href="mailto:simon@rabbitmq.com">simon@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 16/11/11 12:34, Sampo Savolainen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 � �...and of course I cannot replicate this.<br>
<br>
<br>
Oh crap. Did you set up an Ubuntu server or desktop image?<br>
</blockquote>
<br></div>
Desktop, but running in a VM.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
My setup is a laptop with a desktop image installed. The issue comes up<br>
(at least) when using wifi networking.<br>
<br>
 � �So one theme from the bug report is that NetworkManager is making<br>
 � �changes to /etc/hosts that are confusing Rabbit. So to help figure<br>
 � �out if this is the problem, can you tell me:<br>
<br>
 � �* What does &quot;ping ${hostname}&quot; look like when networking is up?<br>
 � �* What does &quot;ping ${hostname}&quot; look like when networking is down?<br>
<br>
<br>
By networking is up / down, do you mean when NetworkManager is running<br>
or not?<br>
</blockquote>
<br></div>
Yes, or if you tell NetworkManager to stop networking with the gnome-panel applet.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Did you mean &quot;any host&quot; by ${hostname}? Or did you mean the<br>
hostname of my box?<br>
</blockquote>
<br></div>
Yes, but I think the hostname might be changing, so I mean the command:<br>
<br>
ping $(hostname)<br>
<br>
typed exactly like that. But yes, I mean round brackets () rather than curly ones {}, that was a typo to add to the confusion...</blockquote><div><br></div><div>:)</div><div><br></div><div><div>v2@blanko:~$ ping $(hostname)</div>
<div>PING blanko (127.0.1.1) 56(84) bytes of data.</div><div>64 bytes from blanko (127.0.1.1): icmp_req=1 ttl=64 time=0.103 ms</div><div>64 bytes from blanko (127.0.1.1): icmp_req=2 ttl=64 time=0.062 ms</div><div>^C</div>
<div>--- blanko ping statistics ---</div><div>2 packets transmitted, 2 received, 0% packet loss, time 999ms</div><div>rtt min/avg/max/mdev = 0.062/0.082/0.103/0.022 ms</div><div>v2@blanko:~$ echo &quot;disabled networking via unchecking &#39;Enable networking&#39; from the gnome/unity NetworkManager applet&quot;</div>
<div>disabled networking via unchecking &#39;Enable networking&#39; from the gnome/unity NetworkManager applet</div><div>v2@blanko:~$ ping $(hostname)</div><div>PING blanko (127.0.1.1) 56(84) bytes of data.</div><div>64 bytes from blanko (127.0.1.1): icmp_req=1 ttl=64 time=0.101 ms</div>
<div>64 bytes from blanko (127.0.1.1): icmp_req=2 ttl=64 time=0.071 ms</div><div>64 bytes from blanko (127.0.1.1): icmp_req=3 ttl=64 time=0.071 ms</div><div>^C</div><div>--- blanko ping statistics ---</div><div>3 packets transmitted, 3 received, 0% packet loss, time 1998ms</div>
<div>rtt min/avg/max/mdev = 0.071/0.081/0.101/0.014 ms</div></div><div><br></div><div><br></div><div>Should I try disabling the networking services via &quot;sudo /etc/init.d/[xxx] stop&quot; where [xxx] is &#39;networking&#39;, &#39;network-interface&#39;, &#39;network-manager&#39; or something else?</div>
<div><br></div><div><br></div><div>� Sampo</div></div>