Bug 446 - unable to diskless-boot a PC when the server mounts from it
Summary: unable to diskless-boot a PC when the server mounts from it
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Poul-Henning Kamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-05-26 10:40 UTC by pb
Modified: 1996-10-22 18:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pb 1995-05-26 10:40:02 UTC
	One of the PCs ("client") boots from the other ("server")
	via NFS.

	"client" NFS-mounts its root from "server"
	"server" NFS-mounts a disk from "client"

	If "client" crashes, it is unable to reboot.

Fix: 

Workaround : reboot server.
How-To-Repeat: 
	- boot server
	- boot client

	server$ mount client:/u /u

	(mounting with options -i and -s doesn't help)

	- crash client
	- try to reboot client

		-> message from netboot.com :

	Unable to mount ROOT filesystem: Not owner
Comment 1 scrappy freebsd_committer freebsd_triage 1996-05-26 23:41:08 UTC
Responsible Changed
From-To: freebsd-bugs->phk

nfs-related?  another one of those "don't know whose in charge" assigns :( 
Comment 2 Poul-Henning Kamp freebsd_committer freebsd_triage 1996-10-22 18:11:56 UTC
State Changed
From-To: open->closed

Circular mounting is never a good idea.  If you do it, soft mounting 
is mandatory.