From owner-freebsd-current Thu Apr 18 13:12: 1 2002 Delivered-To: freebsd-current@freebsd.org Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by hub.freebsd.org (Postfix) with ESMTP id 7208A37B404 for ; Thu, 18 Apr 2002 13:11:58 -0700 (PDT) Received: from ogoun.hsc.fr (ogoun.hsc.fr [192.70.106.75]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "ogoun.hsc.fr", Issuer "HSC CA" (verified OK)) by itesec.hsc.fr (Postfix) with ESMTP id 4B38420F3D for ; Thu, 18 Apr 2002 22:11:57 +0200 (CEST) Received: by ogoun.hsc.fr (Postfix, from userid 1000) id C357215CD65; Thu, 18 Apr 2002 22:10:38 +0200 (CEST) Date: Thu, 18 Apr 2002 22:10:38 +0200 From: Yann Berthier To: freebsd-current@freebsd.org Subject: Re: -current installworld breakage Message-ID: <20020418201037.GA37236@hsc.fr> Mail-Followup-To: freebsd-current@freebsd.org References: <200204181601.g3IG1T2M078541@nic-naa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200204181601.g3IG1T2M078541@nic-naa.net> User-Agent: Mutt/1.3.28i X-Organization: Herve Schauer Consultants X-Web: http://www.hsc.fr/ X-Operating-System: FreeBSD 5.0-CURRENT Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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