From owner-freebsd-bugs Tue Feb 21 23:30:54 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id XAA29728 for bugs-outgoing; Tue, 21 Feb 1995 23:30:54 -0800 Received: from mail.euronet.nl (mail.euronet.nl [193.67.112.150]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id XAA29721 for ; Tue, 21 Feb 1995 23:30:53 -0800 Received: from p40.euronet.nl (p40.euronet.nl [193.67.112.200]) by mail.euronet.nl (8.6.4.1/A/UX 3.1) with SMTP id IAA08342 for ; Wed, 22 Feb 1995 08:30:28 +0100 Date: Wed, 22 Feb 1995 08:30:28 +0100 Message-Id: <199502220730.IAA08342@mail.euronet.nl> X-Sender: jg@mail.euronet.nl Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: bugs@FreeBSD.org From: jg@euronet.nl (Jan_Guldemond) Subject: System crash (netstat) X-Mailer: Sender: bugs-owner@FreeBSD.org Precedence: bulk Hi, When I boot up my machine the sl0-device is setup with ifconfig. Also a default route is added to my internet-provider using 'route add default'. I have changed this to a script-file where kermit calls in, slattach is run and the sl0 device is configured and the route is set up. But in the old situation the machine should detect that the connection isn't there, I think?? But when I used 'netstat -r' it went wrong. Netstat tries to check the routes, but one of the routes is down. Ths shouldn't give any problem BUT... the system instantly reboots!!!! When the system comes up again the filesystems aren't clean (seams logic) but all kind of files are damaged due to the sudden reboot... I have solved this problem using ifconfig sl0 down ifconfig sl0 delete before dialing and running slattach and running ifconfig sl0 193.78...... etc. after dialing. Now everything works fine, but I just wanted to let you know