On Sun, May 16, 2010 at 4:28 AM, RickT <[email protected]> wrote: > > I installed the one-click version on Windows (XP) recently and am learning > Smalltalk.
Welcome! we hope you enjoy :) > I am under the impression that in a Shout Workspace I can > execute the line > > Socket ping: 'localhost' > > (or some valid address). But I always get a message that it timed out. I > can successfully ping the same address in a command window. Sorry I don't understand. Where you can successfully ping ? what's is a command window? do you mean DOS or somehow outside Pharo? Can you try the same after evaluating: NetNameResolver classVarNamed: 'UseOldNetwork' put: true Can you try also the same but using a PharoCore 1.1 image (you can use the same VM): https://gforge.inria.fr/frs/download.php/26995/PharoCore-1.1-11357-UNSTABLE.zip Thanks! Mariano > Any guidance > would be appreciated. > > -- > View this message in context: > http://forum.world.st/Newbie-Does-Socket-ping-addr-work-in-Pharo3-11-8-tp2218247p2218247.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > > _______________________________________________ > Pharo-users mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users >
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
