From owner-freebsd-current Tue May 14 07:34:40 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA13634 for current-outgoing; Tue, 14 May 1996 07:34:40 -0700 (PDT) Received: from lear35.cytex.com (root@lear35.cytex.com [38.252.97.5]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA13626 for ; Tue, 14 May 1996 07:34:36 -0700 (PDT) Received: (from mbartley@localhost) by lear35.cytex.com (8.7.5/8.7.3) id HAA00169 for current@freebsd.org; Tue, 14 May 1996 07:34:22 -0700 (PDT) From: Matt Bartley Message-Id: <199605141434.HAA00169@lear35.cytex.com> Subject: Re: procfs doesn't mount w/ new kernel To: current@freebsd.org Date: Tue, 14 May 1996 07:34:21 -0700 (PDT) In-Reply-To: <199605140852.KAA06742@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at "May 14, 96 10:52:13 am" X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Just built a new kernel and suddenly I get: > > mount /proc or mount -a -t procfs > > procfs> argv[0] must end in _fsname. That happened here too. Just in case, I updated all my source code with sup last night and did a make world overnight. This morning, the "ctm" program had a couple changes, so I recompiled that too, as well as recompiling my kernel. It didn't help. # $Id: fstab,v 1.3 1996/01/15 01:56:27 mbartley Exp mbartley $ /dev/wd0s2b none swap sw 0 0 /dev/wd0a / ufs rw 1 1 /dev/wd0s2f /usr ufs rw 1 1 /dev/wd0s2e /var ufs rw 1 1 #proc /proc procfs rw 0 0 /dev/cd0a /cdrom cd9660 ro,noauto 0 0 /dev/wd0s1 /dosc msdos rw 0 0 I've commented out the /proc entry from /etc/fstab so that the system boots up. Has the file format changed, or does something else need to be tweaked?