From owner-freebsd-stable@FreeBSD.ORG Fri May 9 15:30:02 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54A8B37B401; Fri, 9 May 2003 15:30:02 -0700 (PDT) Received: from lilzcluster.liwest.at (lilzclust01.liwest.at [212.33.55.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id C376343F93; Fri, 9 May 2003 15:29:58 -0700 (PDT) (envelope-from dgw@liwest.at) Received: from cm58-27.liwest.at by lilzcluster.liwest.at (8.10.2/1.1.2.11/08Jun01-1123AM) id h49MTHP0000998167; Sat, 10 May 2003 00:29:18 +0200 (MEST) From: Daniela To: "vizion communication" , , "FreeBSD Stable" Date: Sat, 10 May 2003 00:30:09 +0000 User-Agent: KMail/1.5.1 References: <003701c31668$38371650$15b55042@vizion2000.net> In-Reply-To: <003701c31668$38371650$15b55042@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305100030.09247.dgw@liwest.at> Subject: Re: What the???? Is there a Doctor in the house? Help X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 22:30:02 -0000 On Friday 09 May 2003 20:18, vizion communication wrote: > Ok do not know what is causing this problem and would > appreciate some help in tracking down the cause. > > FreeBSD 4.7 > > System runs fine for maybe a week and then all networking > stops - without warning. I do not know anyway of persuading > it to resume networking without rebooting. > > Does anyone have some useful suggestions on how to diagnose > the cause? Had this problem some time ago. A process got killed. Do a ps -ax right after rebooting and also when the network isn't working again. Compare these two and look for processes that aren't there any more. Also look at the console. When I had the problem for the first time, I got some error messages saying that there isn't enough buffer space or so. This could be another possible cause. Daniela