Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2000 17:27:45 +0900
From:      Makoto MATSUSHITA <matusita@jp.freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/19558: amd doesn't know whether NFS feature is available or not
Message-ID:  <20000628172745Y.matusita@jp.FreeBSD.org>

next in thread | raw e-mail | index | archive | help

>Number:         19558
>Category:       bin
>Synopsis:       amd doesn't know whether NFS feature is available or not
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 28 01:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Makoto MATSUSHITA
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Japan FreeBSD Users' Group
>Environment:

	Both FreeBSD 5.0-CURRENT and 4.0-STABLE

>Description:

	Assume that running kernel does not have NFS feature (no
	"options NFS" line in kernel config).

	If you type "mount nfsserver:/path/to/mountpoint /local/path",
	mount_nfs automatically loads /modules/nfs.ko and the attempts
	may success.  Same scenario can be applied to fstab. Works perfect.

	However, the amd automounter, does not know how to load NFS module.
	You can see many warnings if the kernel does not have NFS
	feature nor you doesn't load NFS modules *before* starting amd.

	Maybe you say: hey, put 'nfs_load="YES"' to /boot/loader.conf.local.
	But why, why mount(8) and fstab(5) works but amd(8) doesn't work?

	I do not check other filesystems which is supported by amd and
	has already have its own kernel modules, but maybe the same.

>How-To-Repeat:

	- Install /kernel without NFS feature.
	- Setup /etc/rc.conf{,local} to use amd.
	- Boot FreeBSD and see how /etc/rc is processed.

>Fix:
	
	Teach vfsload() and its associated funcalls to amd.


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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