Date: Wed, 09 Jun 1999 15:00:00 -0400 From: "David E. Cross" <crossd@cs.rpi.edu> To: The Hermit Hacker <scrappy@hub.org> Cc: "David E. Cross" <crossd@cs.rpi.edu>, freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, crossd@cs.rpi.edu Subject: Re: MMAP() in STABLE/CURRENT ... Message-ID: <199906091900.PAA36152@cs.rpi.edu> In-Reply-To: Message from The Hermit Hacker <scrappy@hub.org> of "Wed, 09 Jun 1999 15:48:58 -0300." <Pine.BSF.4.05.9906091547200.49155-100000@thelab.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
You have more than enough space to do it to. Swap memory is not dumped, only RAM is... typicall it is dumped to the swap partition. In this case you have well more than enough. If your /etc/fstab showed "/dev/da3s1b" as your 1.6 gig swap partition, you would add "dumpon=/dev/da3s1b" to your /etc/rc.conf. then make sure that /var/crash has about 400M available space on it and the OS will take care of the rest for you. After a crash you can do "gdb -k /var/crash/kernel.X /var/crash/vmcore.X" then the standard gdb kernel commands like "bt". -- David Cross | email: crossd@cs.rpi.edu Systems Administrator/Research Programmer | Web: http://www.cs.rpi.edu/~crossd Rensselaer Polytechnic Institute, | Ph: 518.276.2860 Department of Computer Science | Fax: 518.276.4033 I speak only for myself. | WinNT:Linux::Linux:FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906091900.PAA36152>