From owner-freebsd-current@FreeBSD.ORG Sun May 8 08:56:35 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 484E316A4E1 for ; Sun, 8 May 2005 08:56:35 +0000 (GMT) Received: from anduin.net (anduin.net [212.12.46.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D452443D99 for ; Sun, 8 May 2005 08:56:34 +0000 (GMT) (envelope-from ltning@anduin.net) Received: from ranger.anduin.net ([81.0.162.52] helo=[192.168.1.110]) by anduin.net with esmtpa (Exim 4.50 (FreeBSD)) id 1DUhaT-0000M6-Me for current@freebsd.org; Sun, 08 May 2005 10:56:33 +0200 Mime-Version: 1.0 (Apple Message framework v728) Content-Transfer-Encoding: 7bit Message-Id: <19E55C10-0A22-4558-82FF-FC56AF3D365F@anduin.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: current@freebsd.org From: =?ISO-8859-1?Q?Eirik_=D8verby?= Date: Sun, 8 May 2005 10:55:52 +0200 X-Mailer: Apple Mail (2.728) Subject: Strange semi-hangs on 5.4 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2005 08:56:35 -0000 Hi all, With relatively recent 5.4, I'm seeing hangs that worry me. The box (dual opteron) accepts keyboard input, but it won't actually DO anything.. SSHing in gives me a TCP session but no actualy password prompt. Trying to log in on (serial) console doesn't work, I just get a newline after entering the username, no password prompt. On SSH shells alredy open, I can't even get a new prompt line, all I get is newlines. But the best part is: The kernel debugger doesn't seem to work. I've got BREAK_TO_DEBUGGER in my kernel config, but here's what happens: telnet> send brk KDB: enter: Line break on console 3KtDhB:a s tpaicdk 1b1a0e00:0 aitd l e _ p r o c ( ) a t i d l e _ p r o c + 0 x 1 1 3 m???b > o|?|??f?tpie rat0f : n o p dd db> db> db d d dd db> db dd db> db d db> dd ...and then it keeps spewing d's and db's and stuff at me at whichever speed my serial can handle. In other words, useless. All I can do at this point is log in to my power switch and powercycle the box. Anyone? /Eirik