Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 1996 07:34:21 -0700 (PDT)
From:      Matt Bartley <mbartley@lear35.cytex.com>
To:        current@freebsd.org
Subject:   Re: procfs doesn't mount w/ new kernel
Message-ID:  <199605141434.HAA00169@lear35.cytex.com>
In-Reply-To: <199605140852.KAA06742@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at "May 14, 96 10:52:13 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> 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?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605141434.HAA00169>