From owner-freebsd-current Sun Sep 12 2:57:53 1999 Delivered-To: freebsd-current@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 648171525C for ; Sun, 12 Sep 1999 02:57:49 -0700 (PDT) (envelope-from ron@zappa.demon.nl) Received: from [195.173.232.30] (helo=win98) by post.mail.nl.demon.net with esmtp (Exim 2.12 #1) id 11Q6Q8-000815-00 for freebsd-current@freebsd.org; Sun, 12 Sep 1999 09:59:40 +0000 From: "Ron Klinkien" To: Subject: Help! System won't boot the normal way after a make world... Date: Sun, 12 Sep 1999 11:57:45 +0200 Message-ID: <000301befd05$43866ea0$0301a8c0@.demon.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Using FreeBSD 4.0 current for quite some time and staying current with cvsup work fine for me a few months. But today shit hits the fan, after a make world my system won't boot without errors and manual interference.. ---------------- last part of dmesg after boot -v --------- : changing root device to da0s1a da0 at ncr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Serial Number JDW582790LFGXG da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 4094MB (8385121 512 byte sectors: 255H 63S/T 521C) da0s1: type 0xa5, start 0, end = 8385120, size 8385121 da0s1: C/H/S end 521/242/10 (1268459) != end 8385120: invalid start_init: trying /sbin/init file: table is full file: table is full file: table is full file: table is full ------------------------------------------------------------ The console reports instead of the file: lines: .: out of file descriptors Enter full pathname of shell or RETURN for /bin/sh: I can let it go to multiuser when i do the following: exec /etc/rc and type CTRL-C/D a couple of times, letting it skip the first processes it start. I don't know where to look, the msgs assume there is something wrong with the disk/filesystems (da0s1: C/H/S end 521/242/10 (1268459) != end 8385120: invalid ) But i can fsck and mount them all without errors... There are no full filesystems: zappa# df -k Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 99183 22952 68297 25% / /dev/da0s1h 1205119 502981 605729 45% /dump /dev/da0s1e 1016303 791947 143052 85% /usr /dev/da0s1f 744175 256046 428595 37% /usr/src /dev/da0s1g 744175 6214 678427 1% /var procfs 4 4 0 100% /proc After the manual multi-user mode I can even do a new make world and make kernel but it doesn't change anything. Something in the early /sbin/init part goes wrong, can anyone describe the boot process in this stage? Regards, Ron. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message