From owner-freebsd-hackers Sun May 5 11:47:37 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from utility.clubscholarship.com (utility.clubscholarship.com [198.78.70.175]) by hub.freebsd.org (Postfix) with ESMTP id 3EBD737B407 for ; Sun, 5 May 2002 11:47:32 -0700 (PDT) Received: from localhost (root@localhost) by utility.clubscholarship.com (8.11.6/8.11.6) with ESMTP id g45IibO67298 for ; Sun, 5 May 2002 11:44:37 -0700 (PDT) (envelope-from root@utility.clubscholarship.com) Date: Sun, 5 May 2002 11:44:37 -0700 (PDT) From: Patrick Thomas To: Subject: what would cause a server to behave this way ? Message-ID: <20020505113831.K86733-100000@utility.clubscholarship.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG We have a FreeBSD 4.5-RELEASE server, it is a SMP system, and four days ago the following happened: - console became unresponsive - caps lock key no longer toggled the caps lock button - you _could_ still ping the server - you could still establish connections to running services, but NONE of those services would actually talk to you. They would just establish connection and then sit there. Here is an example, trying to ssh into the machine: # ssh -v joe@example.com SSH Version OpenSSH-2.1, protocol versions 1.5/2.0. Compiled with SSL (0x0090581f). debug: Reading configuration data /etc/ssh/ssh_config debug: ssh_connect: getuid 0 geteuid 0 anon 0 debug: Connecting to example.com [1.2.3.4] port 22. debug: Allocated local port 890. debug: Connection established. and that is as far as it would go - just sat there forever. Same is true with telneting to port 25 or port 110 or 53 - you would establish a connection, but you would get no response or output from the server. We eventually just had to power cycle. --- So anyway, we are confused - we could still ping it, we could see that processes (sshd server, mail server, etc.) were still running, and it even looks like cron jobs continued to run - however, from the console it looked like a classic hard lock (no caps light LED toggle). This is a fairly heavily loaded system - in `top` idle CPU usually hovers around 60%. But we have never had any trouble in the past... any comments/suggestions appreciated. --PT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message