Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.syd.connect.com.au!news.bri.connect.com.au!corolla.OntheNet.com.au!not-for-mail From: Tony Griffiths <tonyg@OntheNet.com.au> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: 2.1.5 - Stops responding Date: Wed, 11 Jun 1997 17:08:35 +1000 Organization: On the Net (ISP on the Gold Coast, Australia) Lines: 30 Message-ID: <339E4EF3.452B@OntheNet.com.au> References: <339D925D.7140@ainet.com> Reply-To: tonyg@OntheNet.com.au NNTP-Posting-Host: swanee.nt.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (WinNT; I) To: techjoe@ainet.com CC: jmscott@ainet.com Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:42730 TechJoe wrote: > > I've got a FreeBSD 2.1.5 machine being used for DNS, for about a year > it's done it's job very well ( Should be a year in August ). However > within the last month and a half it's stopped responding on three > occassions, two within the last week. > When it stops responding, it doesn't return pings, and stops doing the > DNS thing. Bring up top and there doesn't seem to be any processes that > were going nuts, and plenty of memory free. The only thing that a ping and DNS requests have in common is that they use IP (ICMP and UDP respectively). This indicates a broken network, most probably a NIC card that has joined you at home and snuck into you bed! ;) In Australian slang, it has gone "walkabout". You might try 'bouncing' the interface via- # ifconfig ed0 down # ifconfig ed0 up ^^^ Substitute your interface here! to see if that will wake the card. > The solution is a quick shutdown and reboot of the machine. Another indicator of flaky hardware, almost certainly the NIC. I suggest you find a replacement... Tony