If you mount an NFS or "special" filesystem (/proc, /fdesc, etc) twice on the same mount-point, you will see two entries in the mounttab rather than getting an error, as you do for UFS. Fix: For now, don't do mount -a multiple times.. :) Underlying problem is only masked, however. How-To-Repeat: mount -a mount -a Will do a pretty good job! :-)
State Changed From-To: open->closed Garrett has convinced me that this is a feature.. :-)
>Submitter-Id: net >Originator: Jan Conrad >Organization: Univ. Bonn >Confidential: no >Synopsis: alpha/4.1.1-RELEASE distribution is a 5-CURRENT snapshot (partly) >Severity: serious >Priority: medium >Category: alpha >Class: sw-bug >Release: alpha/4.1.1-R >Environment: FreeBSD mach.th.physik.uni-bonn.de 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #0: Sat Oct 28 18:06:33 CEST 2000 admin@mach.th.physik.uni-bonn.de:/usr/src/sys/compile/MACH alpha >Description: The 4.1.1-R distribution (on ftp.freebsd.org and its mirrors) is not 4.1.1-R but 5-CURRENT (or a mixture of both!!! it calls itself 4.1.1-R - see the output of uname -a) Check the following: -------------------- ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/alpha/4.1.1-RELEASE/README.TXT /usr/sbin/config is 5-CURRENT (see the repeat section) the src distribution is 5-CURRENT (including the kernel sources) /usr/src/Makefile : # $FreeBSD: src/Makefile,v 1.236 2000/09/19 11:15:40 markm Exp $ /usr/src/sys/alpha/conf/GENERIC : # $FreeBSD: src/sys/alpha/conf/GENERIC,v 1.97 2000/09/20 17:30:20 wpaul Exp $ >How-To-Repeat: Just install it! (including sources) If one tries to run config on real 411-R sources (mounted from somewhere else) one gets the following error (among other messages) config GENERIC .. WARNING: version of config(8) does not match kernel! config version = 500003, version required = 400018 .. >Fix: