Hello all, I noted some problems with NetNameResolver, and found the following: http://n2.nabble.com/NetNameResolver-problem-on-Linux-Ubuntu-9.04-td2805740.... However, there are problems on Windows too - in fact, I suspect the following would be a defect on any platform: #localHostName uses #primHostNameSize (ipv6 specific, right??) "unprotected." Looking at the other methods, it should check #useOldNetwork, though I am confused about how it should act based on the result. Any suggestions? I have also managed to create (aka steal from 3.9) a working #nameForAddress:timeout: method, which IIRC, was a disaster the last time I tried it on Pharo. I was running it on win2k3, and should try it on Ubuntu to see if that was the source of the trouble. Bill