From owner-freebsd-stable Thu Apr 2 16:34:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10821 for freebsd-stable-outgoing; Thu, 2 Apr 1998 16:34:47 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from kstreet.interlog.com (kws@kstreet.interlog.com [198.53.146.171]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10785 for ; Thu, 2 Apr 1998 16:34:19 -0800 (PST) (envelope-from kws@kstreet.interlog.com) Received: (from kws@localhost) by kstreet.interlog.com (8.8.8/8.8.8) id TAA09988; Thu, 2 Apr 1998 19:34:30 -0500 (EST) (envelope-from kws) From: Kevin Street MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 2 Apr 1998 19:34:22 -0500 (EST) To: Jay Richmond Cc: stable@FreeBSD.ORG Subject: Re: unusual dump problem In-Reply-To: References: X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <13604.8200.542586.473773@kstreet.interlog.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk Jay Richmond writes: >Since upgrading from a 2.2-stable system (built around Sep 1997) to >2.2.6-release, I started to experience a strange dump problem. > >Now the strange part is: when running dump through cron it ALWAYS hangs >midway through dumping the large /usr file system (there is plenty of >space on the backup disk by the way) every time. However, when I run it >as root normally, it completes EVERY time without a hitch. I have seen something similar... when I do a dump using sudo on a large filesystem it hangs when it tries to put out a status message like DUMP: 15.75% done, finished in 0:26 (the message does not get displayed when it hangs). If I su to root instead of using sudo it works fine. Watching top it appears that one of the dump processes dies and the rest are paused. My nightly cron dumps don't see this, but they're short and probably are not putting out the status message (I do the level 0 dumps manually). Can you tell if your cron dump is pausing at the point that it would be trying to put out a status message? -- Kevin Street street@iName.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message