From jkh@time.cdrom.com  Thu Sep 22 20:15:41 1994
Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.8/8.6.6) with ESMTP id UAA05376 for <FreeBSD-gnats-submit@freefall.cdrom.com>; Thu, 22 Sep 1994 20:15:41 -0700
Received: (from jkh@localhost) by time.cdrom.com (8.6.9/8.6.6) id UAA04402; Thu, 22 Sep 1994 20:16:00 -0700
Message-Id: <199409230316.UAA04402@time.cdrom.com>
Date: Thu, 22 Sep 1994 20:16:00 -0700
From: "Jordan K. Hubbard" <jkh@time.cdrom.com>
Reply-To: jkh@time.cdrom.com
To: FreeBSD-gnats-submit@freefall.cdrom.com
Subject: duplicate mount checking is broken.
X-Send-Pr-Version: 3.2

>Number:         4
>Category:       i386
>Synopsis:       You can mount a filesystem multiple times "on top" of itself
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    core
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 22 20:20:01 1994
>Closed-Date:    Sat Apr 8 04:55:08 PDT 1995
>Last-Modified:  Tue Sep 12 15:43:56 GMT 2006
>Originator:     Jordan K. Hubbard
>Release:        2.0-current
>Organization:
Walnut Creek CDROM
>Environment:
486/66 (thud)

>Description:
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.

>How-To-Repeat:

mount -a
mount -a

Will do a pretty good job! :-)

>Fix:
	
	For now, don't do mount -a multiple times.. :)
	Underlying problem is only masked, however.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Sat Apr 8 04:55:08 PDT 1995 
State-Changed-Why:  
Garrett has convinced me that this is a feature.. :-) 

From: conrad@th.physik.uni-bonn.de
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: alpha/4.1.1-RELEASE distribution is a 5-CURRENT snapshot (partly)
Date: Wed,  1 Nov 2000 06:01:41 -0800 (PST)

 >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:
 
 
>Unformatted:



