From owner-freebsd-questions@FreeBSD.ORG Thu May 8 21:41:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 889A037B401 for ; Thu, 8 May 2003 21:41:11 -0700 (PDT) Received: from cs.bu.edu (cs.bu.edu [128.197.12.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D743943F85 for ; Thu, 8 May 2003 21:41:10 -0700 (PDT) (envelope-from mfayed@cs.bu.edu) Received: from csa.bu.edu (mfayed@csa [128.197.12.3]) by cs.bu.edu (8.12.2/8.12.2) with ESMTP id h494f6n9015416; Fri, 9 May 2003 00:41:07 -0400 (EDT) Received: from localhost (mfayed@localhost) by csa.bu.edu (8.10.1/8.10.1) with ESMTP id h494f4g05913; Fri, 9 May 2003 00:41:04 -0400 (EDT) X-Authentication-Warning: csa.bu.edu: mfayed owned process doing -bs Date: Fri, 9 May 2003 00:41:03 -0400 (EDT) From: Marwan Fayed X-Sender: mfayed@csa.bu.edu To: Eduardo Viruena Silva In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: remote logins hang (new info) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 04:41:11 -0000 On Thu, 8 May 2003, Marwan Fayed wrote: > > > > I have a situation that is extremely peculiar. My problem is easily > > > > described but not so easily diagnosed. When I login to my freebsd server > > > > from a remote host (on local network), after a random amount of time the > > > > connection just hangs -- unless I hit a key on the keyboard. The > > > > connection just freezes and sits there > > > > forever (or until the localhost resets the connection). > > > > > > As it turns out, I do not need to be connected for the problem to > > > occur. There have been times when I telnet/ssh/ping/etc to the machine and > > > there is no response -- unless I walk over to it and hit a key on the > > > keyboard. > > > > sorry if I say something wrong but, it seems as if your computer is > > hibernating. check your bios settings. > I am writing in case others have this problem and need the solution... Thanks a TON, Eduardo, this turned out to be correct. During the hardware upgrade I had to move my network card to a lower pci slot, to which the corresponding irq was not monitored during power saving modes. I've changed the setting and all works well. Thanks again!