From nobody@FreeBSD.org  Fri Oct 31 15:03:10 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4DE78106567C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Oct 2008 15:03:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 21A1C8FC2A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Oct 2008 15:03:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m9VF39fU087190
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 31 Oct 2008 15:03:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id m9VF391E087189;
	Fri, 31 Oct 2008 15:03:09 GMT
	(envelope-from nobody)
Message-Id: <200810311503.m9VF391E087189@www.freebsd.org>
Date: Fri, 31 Oct 2008 15:03:09 GMT
From: Patrick Oonk <patrick@pine.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: freebsd-update does not work on netbooted machines
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128501
>Category:       bin
>Synopsis:       freebsd-update(8) does not work on netbooted machines
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    cperciva
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 31 15:10:04 UTC 2008
>Closed-Date:    
>Last-Modified:  Mon Nov 03 11:19:41 UTC 2008
>Originator:     Patrick Oonk
>Release:        6.3-RELEASE-p5
>Organization:
Pine Digital Security
>Environment:
FreeBSD x 6.3-RELEASE-p5 FreeBSD 6.3-RELEASE-p5 x i386

>Description:
freebsd-update stops when run on a nfs mounted root on a netbooted machine.

>How-To-Repeat:
run freebsd-update 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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->cperciva 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 31 23:02:45 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128501 
>Unformatted:
