<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Perhaps you would like to read this thread. I think the upshot is that you are expecting consistency where none is possible. <div class=""><br class=""></div><div class=""><a href="http://lists.squeakfoundation.org/pipermail/squeak-dev/2011-May/159797.html" class="">http://lists.squeakfoundation.org/pipermail/squeak-dev/2011-May/159797.html</a></div><div class=""><br class=""></div><div class="">Chris </div><div class=""><br class=""></div><div class="">Nina Hagen - New York, New York</div><div class=""><a href="https://www.youtube.com/watch?v=4Cj7mxxEv3Q" class="">https://www.youtube.com/watch?v=4Cj7mxxEv3Q</a></div><div class=""><br class=""></div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Nov 27, 2019, at 8:48 PM, tim Rowledge <<a href="mailto:tim@rowledge.org" class="">tim@rowledge.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">If I run<br class="">NetNameResolver localHostAddress<br class=""> in a 5.2 image on my iMac it returns  #[0 0 0 0]. On a Pi it returns the more appropriate #[192 168 1 42] sort of answer.<br class="">On an 86 linux it also gives the wrong answer; so it doesn't seem like a purely Mac vm bug. The image says useOldNetwork is true (which seems like something we've been fudging for a long while now) in all cases. If I set the preference to use the ipv6/new network stuff I get a less bad answer on the Mac of  192.168.1.65(192.168.1.65),0(0) - but I don't think it is quite what the rest of the system wants since trying (from PersonalSqueakSource)<br class="">(NetNameResolver nameForAddress: (NetNameResolver localHostAddress) timeout: 5)<br class=""><span class="Apple-tab-span" style="white-space:pre">  </span><span class="Apple-tab-span" style="white-space:pre">    </span>ifNil: [NetNameResolver localAddressString]<br class="">results in a prim failure in NetNameResolver class>>#nameForAddress:timeout:<br class="">Sigh.<br class=""><br class="">Anybody got any brilliant ideas on what is going wrong here?<br class=""><br class="">tim<br class="">--<br class="">tim Rowledge; <a href="mailto:tim@rowledge.org" class="">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" class="">http://www.rowledge.org/tim</a><br class="">A sad tale that brings a lump to the eye and a tear to the throat.<br class=""><br class=""><br class=""><br class=""></div></div></blockquote></div><br class=""></div></body></html>