From owner-freebsd-small Thu Oct 29 17:29:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00264 for freebsd-small-outgoing; Thu, 29 Oct 1998 17:29:39 -0800 (PST) (envelope-from owner-freebsd-small@FreeBSD.ORG) Received: from hsw.generalresources.com ([203.79.17.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00249 for ; Thu, 29 Oct 1998 17:29:27 -0800 (PST) (envelope-from hsw@email.generalresources.com) Received: from hsw.generalresources.com (localhost.generalresources.com [127.0.0.1]) by hsw.generalresources.com (8.9.1/8.9.1) with ESMTP id QAA06031 for ; Thu, 29 Oct 1998 16:57:18 +0800 (CST) (envelope-from hsw@hsw.generalresources.com) Message-Id: <199810290857.QAA06031@hsw.generalresources.com> To: small@FreeBSD.ORG From: Christopher Hall Reply-to: Christopher Hall Subject: Out of inodes for custom build X-Operating-System: FreeBSD 3.0 X-Mailer: exmh 2.0 Date: Thu, 29 Oct 1998 16:57:17 +0800 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just tried to build a version of dial without ssh and received an out of inodes message. I did "cp -Rp dial dial2"; edit out ssh stuff and ./build with custom, dial2. Just in case my edits were wrong I retried custom but entered /usr/src/release/picobsd/dial ... Same message. If I choose 'n' at the main menu to build dial then it builds the tree without getting this error. Router built without any problem, but also gets same error if I try to build it as custom. Here is the Error Message: [hsw:...se/picobsd/build]# ./build ...Stuff-Skipped... mtree -deU -f mfs.mtree -p /mnt (cd /mnt/dev; /dev/MAKEDEV std sysmouse tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 pty0; /dev/MAKEDEV psm0; /dev/MAKEDEV wd0s1h wd0s2 wd0s3 wd0s4 wd1s1h wd1s2 wd1s3 wd1s4) /mnt: create/symlink failed, no inodes free /sbin/mknod: tun2: No space left on device /sbin/mknod tun2 *** Error code 2 Stop. -> ERROR while making "custom" hierarchy in /mnt... -> Aborting ./populate [hsw:...se/picobsd/build]# df -k /mnt Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/vn0c 1551 40 1511 3% /mnt This is on FreeBSD -current cvsup and make world as of yesterday The only thing I can see that is different for custom is in stage1: INODES=16000 dial gets INODES=4096 Tried building router as custom, but with MFS=6400 i.e. 4 times dial MFS size as custom wants 4 times INODES This builds OK. Perhaps the INODES should be settable for custom builds? or is the a simple calculation for INODES from MFS size? Also when populate terminated with error the vn device is left mounted. I can see there is some error trapping code in ./build to dismount it. --- Christopher Hall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message