Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2002 22:10:38 +0200
From:      Yann Berthier <yb@sainte-barbe.org>
To:        freebsd-current@freebsd.org
Subject:   Re: -current installworld breakage
Message-ID:  <20020418201037.GA37236@hsc.fr>
In-Reply-To: <200204181601.g3IG1T2M078541@nic-naa.net>
References:  <200204181601.g3IG1T2M078541@nic-naa.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 18 Apr 2002, Eric Brunner-Williams in Portland Maine wrote:

> # uname -a
> FreeBSD nic-naa.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Apr 17 10:35:32 EDT 2002     brunner@nic-naa.net:/usr/src/sys/compile/ABENAKI  i386
> 

   [snip ...]

> install -c -s -o root -g wheel -m 555   chflags /bin
> install -c -o root -g wheel -m 444 chflags.1.gz  /usr/share/man/man1
> ===> usr.bin/chpass
> [ ! -e /usr/bin/chpass ] ||  chflags noschg /usr/bin/chpass || true
> *** Signal 12
> 
> Stop in /usr/src/usr.bin/chpass.
> *** Error code 1
> 
> Stop in /usr/src/usr.bin.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1

   You need to install and boot on the new kernel before the
   installworld : eaccess(2) is now used by test, but is not supported
   by your running kernel. BTW, the error code say precisely that : non
   existent syscall.

   - yann

-- 
   Yann.Berthier@hsc.fr -*- HSC -*- http://www.hsc.fr/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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