From owner-freebsd-hackers Mon Dec 17 10:50:43 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 69A3737B53A for ; Mon, 17 Dec 2001 10:48:05 -0800 (PST) Received: (qmail 8801 invoked from network); 17 Dec 2001 18:48:03 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Dec 2001 18:48:03 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20011217125752.P43207-100000@levais.imp.ch> Date: Mon, 17 Dec 2001 10:47:46 -0800 (PST) From: John Baldwin To: Martin Blapp Subject: RE: deadlock with softupdates ? Cc: freebsd-hackers@freebsd.org 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 On 17-Dec-01 Martin Blapp wrote: > > We have a newserver running here, which freezes > every 2-3 days. Break into db is still possible. > > It is a STABLE 4.4 machine, with new kernel. > > NEWS # mount > /dev/da0s1a on / (ufs, local, soft-updates) > /dev/da0s1e on /var (ufs, local, soft-updates) > /dev/da1s1e on /news (ufs, local, soft-updates) > /dev/da2s1e on /news/spool/overview (ufs, local, soft-updates) > procfs on /proc (procfs, local) > /dev/twed0s1e on /news/spool/articles/1 (ufs, local, soft-updates) > /dev/twed1s1e on /news/spool/articles/2 (ufs, local, soft-updates) > > The latter two filesystems have 10 big files with the cyclic news > filesystem on them. So we have a filesystem on a filesystem. You have lots of processes blocked in 'inode'. So it looks like it could be an inode deadlock problem. You might try mailing Kirk McKusick directly if he doesn't respond to this. Be sure and keep the debug kernel and crashdump image around. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message