Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!brl-adm!adm!mike@BRL.ARPA From: mike@BRL.ARPA Newsgroups: comp.unix.wizards Subject: Re: savecore Message-ID: <4251@brl-adm.ARPA> Date: Wed, 4-Feb-87 17:45:00 EST Article-I.D.: brl-adm.4251 Posted: Wed Feb 4 17:45:00 1987 Date-Received: Sat, 7-Feb-87 07:30:46 EST Sender: news@brl-adm.ARPA Lines: 11 Alas, the BSD SAVECORE program has nothing to do with normal "core" files that the kernel writes for you. Thus, altering the coredumplimit on your root shell is unrelated. SAVECORE is a program run by /etc/rc or /etc/rc.local at reboot time, to copy the crash dump from swap space (eg, hp0b) into a normal UNIX file in /dirname/crash (where dirname is the first arg to savecore). The file dirname/minfree indicates how much space the filesystem must have for savecore to start, to keep a sick machine from filling the disk with kernel core dumps. -Mike