<div dir="ltr">Oh you did not change my hostname:<div><br></div><div>07:37 master *= ~/Codes/petsc$ hostname<br>MarksMac-302.local<br>07:41 master *= ~/Codes/petsc$ ping -c 2 MarksMac-302.local<br>PING marksmac-302.local (127.0.0.1): 56 data bytes<br>Request timeout for icmp_seq 0<br><br>--- marksmac-302.local ping statistics ---<br>2 packets transmitted, 0 packets received, 100.0% packet loss<br>07:42 2 master *= ~/Codes/petsc$<br></div><div><br></div><div>BTW, I used to get messages about some network issue and 'changing host name to MarksMac-[x+1].local'. That is, the original hostname was MarksMac.local, then I got a message about changing to MarksMac-1.local, etc. I have not seen these messages for months but apparently this process has continued unabated.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 17, 2020 at 11:10 PM Satish Balay via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov">petsc-users@mcs.anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, 17 Sep 2020, Matthew Knepley wrote:<br>
<br>
> On Thu, Sep 17, 2020 at 8:33 PM Barry Smith <<a href="mailto:bsmith@petsc.dev" target="_blank">bsmith@petsc.dev</a>> wrote:<br>
> <br>
> > > On Sep 17, 2020, at 4:59 PM, Satish Balay via petsc-users <<br>
> > <a href="mailto:petsc-users@mcs.anl.gov" target="_blank">petsc-users@mcs.anl.gov</a>> wrote:<br>
> > ><br>
> > > Here is a fix:<br>
> > ><br>
> > > echo 127.0.0.1 `hostname` | sudo tee -a /etc/hosts<br>
> ><br>
> >  Satish,<br>
> ><br>
> >    I don't think you want to be doing this on a Mac (on anything?) On a<br>
> > Mac based on the network configuration etc as it boots up and as networks<br>
> > are accessible or not (wi-fi) it determines what hostname should be, one<br>
> > should never being hardwiring it to some value.<br>
> ><br>
> <br>
> Satish is just naming the loopback interface. I did this on all my former<br>
> Macs.<br>
<br>
<br>
Yes - this doesn't change the hostname. Its just adding an entry for gethostbyname - for current hostname.<br>
<br>
>>><br>
127.0.0.1 MarksMac-302.local<br>
<<<<br>
<br>
Sure - its best to not do this when one has a proper IP name [like <a href="http://foo.mcs.anl.gov" rel="noreferrer" target="_blank">foo.mcs.anl.gov</a>] - but its useful when one has a hostname like "MarksMac-302.local" -that is not DNS resolvable<br>
<br>
Even if the machine is moved to a different network with a different name - the current entry won't cause problems [but will need another entry for the new host name - if this new name is also not DNS resolvable]<br>
<br>
Its likely this file is a generated file on  macos  - so might get reset on reboot - or some network change? [if this is the case - the change won't be permanent]<br>
<br>
<br>
Satish<br>
</blockquote></div>