Bug 128501

Summary: freebsd-update(8) does not work on netbooted machines
Product: Base System Reporter: Patrick Oonk <patrick>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Open ---    
Severity: Affects Only Me CC: emaste
Priority: Normal    
Version: 6.3-RELEASE   
Hardware: Any   
OS: Any   

Description Patrick Oonk 2008-10-31 15:10:04 UTC
freebsd-update stops when run on a nfs mounted root on a netbooted machine.

Fix: 

around line 2398 of freebsd-update:

mount -d / | grep ": mount_ufs"
if test $? = 0
then
chflags noschg ${BASEDIR}/${F} || return 1
fi
How-To-Repeat: run freebsd-update on a netbooted machine
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-31 23:02:45 UTC
Responsible Changed
From-To: freebsd-bugs->cperciva

Over to maintainer.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2018-05-28 19:43:03 UTC
batch change:

For bugs that match the following
-  Status Is In progress 
AND
- Untouched since 2018-01-01.
AND
- Affects Base System OR Documentation

DO:

Reset to open status.


Note:
I did a quick pass but if you are getting this email it might be worthwhile to double check to see if this bug ought to be closed.
Comment 3 Colin Percival freebsd_committer freebsd_triage 2019-03-12 22:59:52 UTC
Drop freebsd-update PRs which were assigned to me.  I'm not working on this code any more.