Bug 128501 - freebsd-update(8) does not work on netbooted machines
Summary: freebsd-update(8) does not work on netbooted machines
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 6.3-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-31 15:10 UTC by Patrick Oonk
Modified: 2019-03-12 22:59 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.