Re: Debian Sparc Perl problem

2003-01-17 Thread Ian Cass
Apologies, client code was a bit wrong. use strict; use IO::Socket; my $ITER = 10; my $forward_socket = IO::Socket::INET-new( Proto = 'tcp', PeerAddr = localhost, PeerPort = 12345, # Timeout = 10, ) or die $!; for (my $i = 0; $i $ITER; $i++) { print

Debian Sparc Perl problem

2003-01-17 Thread Ian Cass
Hi, I've got a problem here with some Perl I don't know if it's Debian or not. I can only replicate it on Debian Sparc, but I have no other Linux/Sparc to test it on. The code works perfectly on Debian i386 OpenBSD i386. I've got an app that passes messages to another app on the same machine

Network Install bogs

2003-01-17 Thread Naresh Reddy
I am trying to do a network install of Debian (Woody) on an Ultra Sparc10. I already set up tftp and it boots the image fine, however when I set up the network and try to get rescue.bin from the debian mirror it stops downloaded it at about 50%. When I open up another console (Alt+F2) I can ping

Re: Debian Sparc Perl problem

2003-01-17 Thread Tom 'spot' Callaway
On Fri, 2003-01-17 at 08:57, Ian Cass wrote: Hi, I've got a problem here with some Perl I don't know if it's Debian or not. I can only replicate it on Debian Sparc, but I have no other Linux/Sparc to test it on. The code works perfectly on Debian i386 OpenBSD i386. I've got an app that

Re: Debian Sparc Perl problem

2003-01-17 Thread Ian Cass
This problem is specific to Debian. Aurora SPARC Linux gives the expected output: [EMAIL PROTECTED] root]# perl server.pl It's the client that generates the errors, but only when Timeout is specified oasis:~# perl tests.pl Sending test 0 ERROR Resource temporarily unavailable Received

Re: Debian Sparc Perl problem

2003-01-17 Thread Tom 'spot' Callaway
On Fri, 2003-01-17 at 11:37, Ian Cass wrote: This problem is specific to Debian. Aurora SPARC Linux gives the expected output: [EMAIL PROTECTED] root]# perl server.pl It's the client that generates the errors, but only when Timeout is specified This works properly as well: [EMAIL

Re: Debian Sparc Perl problem

2003-01-17 Thread Tom 'spot' Callaway
On Fri, 2003-01-17 at 11:37, Ian Cass wrote: This problem is specific to Debian. Aurora SPARC Linux gives the expected output: [EMAIL PROTECTED] root]# perl server.pl It's the client that generates the errors, but only when Timeout is specified Ahh. Good point. I forgot to uncomment

Re: Debian Sparc Perl problem

2003-01-17 Thread Ian Cass
Ahh. Good point. I forgot to uncomment the Timeout setting. Problem reproduced. Seems it's not a Debian problem then. I'll take this somewhere else. Thanks for testing for me. -- Ian Cass