Subject: ipx decides to reboot
To: None <port-sparc@netbsd.org>
From: nm <nmanisca@vt.edu>
List: port-sparc
Date: 02/17/2000 10:31:17
I have an IPX system running 1.3.3.

It has always been a rock stable system until
now.  I was playing around on my lan and found that
if I execute the following perl script the system 
reboots after a bout 10 seconds.

The only thing of suspicion that gets logged is
Feb 17 10:23:22 grunt /netbsd: mb_map full

Any ideas?

#!/usr/local/bin/perl
for ($i = 60; $i < 170; $i++) {
        system "ping -s 4096 -c 100 -f x.x.x.$i &";
}

Nick Maniscalco
nmanisca@vt.edu