From owner-freebsd-questions Thu Apr 6 11:46:14 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA04407 for questions-outgoing; Thu, 6 Apr 1995 11:46:14 -0700 Received: from mercury.unt.edu (mercury.unt.edu [129.120.1.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA04401 for ; Thu, 6 Apr 1995 11:46:12 -0700 Received: from gab.unt.edu by mercury.unt.edu with SMTP id AA05793 (5.65c/IDA-1.4.4 for ); Thu, 6 Apr 1995 13:46:05 -0500 Received: from GAB/MAILQUEUE by gab.unt.edu (Mercury 1.13); Thu, 6 Apr 95 13:46:09 CST6CDT Received: from MAILQUEUE by GAB (Mercury 1.13); Thu, 6 Apr 95 13:45:54 CST6CDT From: "John Booth" Organization: University of North Texas To: freebsd-questions@FreeBSD.org Date: Thu, 6 Apr 1995 13:45:48 CST6CDT Subject: Intermittent net with 322 SNAP. Priority: normal X-Mailer: Pegasus Mail v3.22 Message-Id: <1CD00C6E23@gab.unt.edu> Sender: questions-owner@FreeBSD.org Precedence: bulk After being on the net for several hours (6 or more usually) the net will go down. It's always been a process that uses sockets (telnet was the last process) that seems to cause the net outage. It was using 120% cpu (ps -aux showed). I killed it and net came back immediately. I can ping my address from console, but a ping to any other address on same subnet just sits there until the offending process is killed. This NEVER happened w/2.0R or 1.1.5R. The machine has been up for 3 days so far and has lost net about 4 times. I'm using a 486 dx2/66 (intel), ne2000 clone irq 5 port 0x300, 24 meg of ram (72 pin simms), mono text display, IDE drives (Maxtor 7245a and a Conner504???...conner is master). Although the slip device is in the kernel I'm not using it. # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # $Id: GENERIC,v 1.36 1995/03/18 08:12:47 rgrimes Exp $ # machine "i386" cpu "I486_CPU" ident ulantris maxusers 15 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 #options UCONSOLE #Allow users to grab the console config kernel root on wd0 swap on wd0 dumps on wd0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device ed0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr #device ep0 at isa? port 0x300 net irq 10 vector epintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 3 #pseudo-device ppp 1 pseudo-device pty 32 pseudo-device speaker #pseudo-device tun 1 ---------------------------------------------------------------------- College of Arts & Sciences Computing Services John A. Booth, john@gab.unt.edu