Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2012 22:36:13 +0200
From:      Polytropon <freebsd@edvax.de>
To:        "Chuck Bacon" <crtb@cape.com>
Cc:        questions@freebsd.org
Subject:   Re: Building 9.0 failure
Message-ID:  <20120624223613.e7d437d1.freebsd@edvax.de>
In-Reply-To: <60166.209.213.65.17.1340567285.squirrel@webmail.cape.com>
References:  <60166.209.213.65.17.1340567285.squirrel@webmail.cape.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 24 Jun 2012 15:48:05 -0400 (EDT), Chuck Bacon wrote:
> Running 9.0 on host, bsdinstall from CD or ftp.
> Fatal message:
>   Error while extracting base.txz:
>   Can't set user=0/group=0 for /var/empty
>   Can't update time for /var/empty

Looks like file flags (noschg). See if you can
apply "chflags noschg" for that directory and
maybe try again?

Should be something like this (on 8.2-STABLE/i386 here):

% ll -do /var/empty
dr-xr-xr-x  2 root  wheel  schg 512 2012-05-27 06:15:34 /var/empty/
                           ^^^^
                    Probably noschg?


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120624223613.e7d437d1.freebsd>