From owner-freebsd-questions Wed Dec 29 12:31:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id F3E1A151DC for ; Wed, 29 Dec 1999 12:31:25 -0800 (PST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id VAA12609 for freebsd-questions@freebsd.org; Wed, 29 Dec 1999 21:31:24 +0100 (CET) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id VAA37098 for freebsd-questions@freebsd.org; Wed, 29 Dec 1999 21:21:34 +0100 (CET) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: DUMP causes system lockup? Date: 29 Dec 1999 21:21:33 +0100 Message-ID: <84dqgd$1471$1@bigeye.rhein-neckar.de> References: <002101bf5218$edad17e0$2b01010a@omfus.org> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Hanna wrote: > I run dump nightly to backup my files to a second disk, Let me tell you something. In the last couple of years I have twice lost all hard disks in a system at the same time. The first time, the power supply blew and apparently sent a spike down the 12V output. The second time, I ran into a faulty power cable that reversed +5V and +12V. Backups to another disk in the same box aren't. > dump -0 -a -f - / |gzip >/backup/larryboy/larryboy.root.dump.gz > dump -0 -a -f - /usr |gzip >/backup/larryboy/larryboy.usr.dump.gz > > Last night in the middle of this process the system locked up. Shouldn't do that. > Is fileaccess in the middle of a dump bad? Supposedly dump handles this reasonably well. > I can't shut off all server functions for the duration of the > dump. Neither do I. > Is there a way I can make dump more file-sharing-friendly? No. But this is not a dump problem. dump only *reads* from the file system. At most dump could crash. But you are saying the system locked up. Compile a debug kernel also including the kernel debugger. See if you can panic the machine next time this happens. Try to narrow down, where the kernel locks up. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message