From owner-freebsd-questions@FreeBSD.ORG Thu Dec 16 18:11:46 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8BD1106566C for ; Thu, 16 Dec 2010 18:11:46 +0000 (UTC) (envelope-from matej.serc@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8EBED8FC13 for ; Thu, 16 Dec 2010 18:11:46 +0000 (UTC) Received: by pvc22 with SMTP id 22so583273pvc.13 for ; Thu, 16 Dec 2010 10:11:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=h1YdzkPJd3Dqfhqnsm/Afa6SWPZLCTGIvq3BzhBz7jQ=; b=erbRBcBefduf6ip3VsplhK8FydvbL9tLmvE/KRLxR/97XbyvrLifn0uGJ88heqlLBm Hl3Pzoqipdt7v7WzceFcgSkhl39Df+FCbnWzEIAz5jR2n/tkbMslH+8pTGwnh2LsYb4T hPPVsM9Ihnd6KHmtm3hmdZc4+kfrpkTaIAeGA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bwahVKgn6+L6nq7MyGXX6bRELFStUgVG/EmGtqlDyjacvVxn0JV6kBS+ID5NN7ar4Z q0m2iKnqOEaYHSI3/UPt5588V58ROrEGTH0TyxV0Z/m3Zu/7oqVWJQRtHyBO1h3ZXUyj 1YGbfCtDbyOVL6V6lfTPC3ukLu62KrFsccdpE= MIME-Version: 1.0 Received: by 10.142.221.13 with SMTP id t13mr7090629wfg.56.1292521352212; Thu, 16 Dec 2010 09:42:32 -0800 (PST) Received: by 10.143.35.21 with HTTP; Thu, 16 Dec 2010 09:42:32 -0800 (PST) Date: Thu, 16 Dec 2010 18:42:32 +0100 Message-ID: From: =?UTF-8?Q?Matej_=C5=A0erc?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 7.2-RELEASE amd64 hangs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2010 18:11:46 -0000 Hi, I am experiencing a strange issue that has never occurred to me in all the years of using different versions of FreeBSD. One of our servers, which was running without any issues until yesterday, stopped responding for two times now - yesterday and today. About three days ago another process of pulling out SNMP data from devices was added, but I was looking the system load and the system was working normally and also processes were cmpleting successfully within the timeframe of 5 minutes (much faster, they completed in about 2 minutes). I also want to mention that those SNMP pulling processes were already working about a month or so on the same server (no hardware was changed in the meantime) and I am pretty sure that it should work normally as it did. My main problem is, that there is abcolutely nothing in log files - no errors, no warnings, nothing. No strange messages, every process just stops logging at one time and then continues after the reboot. Another interesting issue is that both hangs occured at approximately the same time, but there was nobody in the server room and also no one was logged into the server at that time except me. About 10 minutes before hang I was investigating processes and everything was very normal - no large CPU eating or memory eating processes. This might be interesting, even after every process stops responding, I was still able to ping the network interfaces and receive ICMP replies back. Of course my idea about it is that it must be connected to some hardware problems - my suggestion was to make some memory tests. But I would like to hear some your oppinions about the entire situation. Could some power supply issues be doing it? The server is about a year old and has, as I already mentioned, worked like a charm until now. How come there is no kernel panic since no daemon seems to be working? Why is network interface still up and working? I was unable to go to the co-location facility so I can't say what was on the screen at both times, but I suppose there was nothing else than messages I can read from log files. I know that 7.2 is pretty old version, but it was working until now on the same hardware and we had no reason to change that. Now the system is after reboot again running smoothly and without any issues at all. Thank you very much for any information regarding the issue. BR, Matej