Interesting about no hosts file.

I made one change from the SBS source code as it was the only way I
could reproduce SBS behaviour on my PC.  I'd like you to try two
different code changes and see if the "FATAL" error message appears.


Code:
--------------------
    
        $udpsock = IO::Socket::INET->new(
                Proto     => 'udp',
                LocalPort => SERVERPORT,
  #             LocalAddr => '127.0.0.1'
  
--------------------


Can you edit (e.g. use Notepad or Wordpad) testudp.pm and make the
following changes to the line in red 
1. remove the leading "#", save the file and try running testudp.pm
2. Now change 127.0.0.1 to localhost, save the file and rerun.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=73387

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to