Date: Mon, 15 Jan 1996 21:02:07 +0100 (MET) From: Ollivier Robert <roberto@keltia.freenix.fr> To: joerg_wunsch@uriah.heep.sax.de Cc: freebsd-hackers@freebsd.org Subject: Re: Building a "custom" release of 2.1.0 Message-ID: <199601152002.VAA10088@keltia.freenix.fr> In-Reply-To: <199601150111.CAA09316@uriah.heep.sax.de> from "J Wunsch" at Jan 15, 96 02:11:56 am
next in thread | previous in thread | raw e-mail | index | archive | help
It seems that J Wunsch said: > Nope. About 400 MB are required right now. My /usr/release partition > is 480 MB (- 10 % reserved space), and it fills about 90 or 95 %. During the "release.8" phase, I tumbled upon a bug either in the vn code or in the kernel handling of out-of-inode situation in a device. The doSH.sh script tries many times to do a pseudo-floppy and with the default numbers (the 50000 in release/Makefile) it fails with a out-of-inode message and the second or third time it happens, the machine is locked *tight*. Frozen. The only way out is the BRS. It also fills my syslog with lots of: Jan 14 23:22:49 keltia last message repeated 268 times Jan 14 23:22:50 keltia /kernel.old: vn0: invalid primary partition table: no magic Jan 14 23:22:50 keltia /kernel.old: vn0: invalid primary partition table: no magic Jan 14 23:22:50 keltia /kernel.old: uid 0 on /mnt: out of inodes Jan 14 23:22:53 keltia last message repeated 268 times Jan 14 23:22:54 keltia /kernel.old: vn0: invalid primary partition table: no magic ...it then crashed... I reboot Jan 14 23:27:59 keltia /kernel.old: FreeBSD 2.2-CURRENT #1: Wed Jan 10 02:23:42 MET 1996 Jan 14 23:27:59 keltia /kernel.old: roberto@keltia.freenix.fr:/src/src/sys/compile/DKELTIA Jan 14 23:27:59 keltia /kernel.old: CPU: i486 DX4 (486-class CPU) ... Jan 14 23:43:15 keltia /kernel: vn0: invalid primary partition table: no magic Jan 14 23:43:15 keltia /kernel: vn0: invalid primary partition table: no magic Jan 14 23:43:15 keltia /kernel: uid 0 on /mnt: out of inodes Jan 14 23:43:18 keltia last message repeated 268 times Jan 14 23:43:19 keltia /kernel: vn0: invalid primary partition table: no magic ... then crashed again Jan 14 23:46:56 keltia /kernel: FreeBSD 2.2-CURRENT #1: Sun Jan 14 20:23:45 MET 1996 Jan 14 23:46:56 keltia /kernel: roberto@keltia.freenix.fr:/src/src/sys/compile/DKELTIA I put 20000 in release/Makefile and finally succeeded in building the floppies... # Upper size for the mfs in the boot.flp kernel. # These are adjusted down to the minimum needed but doFS.sh. BOOTMFSSIZE= 1200 MFSINODE= 20000 Last thing, when release/Makefile does a "cvs co -r RELENG_2_1_0" (in my case) the doSH.sh script was *not* extracted. I had to extract it manually and then restart "chroot /y/2.1.0 /mk". -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #1: Wed Jan 10 02:23:42 MET 1996
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601152002.VAA10088>