Date: Tue, 2 Apr 2002 15:22:52 -0800 From: "Crist J. Clark" <cjc@FreeBSD.ORG> To: "Ken's list account" <lists@lists.symmetric.net> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: installworld failure Message-ID: <20020402152252.D52193@blossom.cjclark.org> In-Reply-To: <Pine.BSF.4.33L2.0204021445280.35622-100000@centipede.symmetric.net>; from lists@lists.symmetric.net on Tue, Apr 02, 2002 at 02:46:37PM -0600 References: <20020401094817.WOJD24710.fepD.post.tele.dk@there> <Pine.BSF.4.33L2.0204021445280.35622-100000@centipede.symmetric.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 02, 2002 at 02:46:37PM -0600, Ken's list account wrote:
> I cvsuped today at about 14:00 CST from the 4.5-STABLE tree.
> makebuildworld is works, installworld fails:
>
> ====
> centipede# make installworld
> mkdir -p /tmp/install.35548
> for prog in [ awk cat chflags chmod chown date echo egrep find grep ln
> make makewhatis mtree mv perl rm sed sh sysctl test true uname wc zic; do
> cp `which $prog` /tmp/install.35548; done
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386
> OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
> PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503
> GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin
> GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font
> GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac
> PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.35548
> make -f Makefile.inc1 reinstall
>
> --------------------------------------------------------------
> >>> Making hierarchy
> --------------------------------------------------------------
> cd /usr/src; make -f Makefile.inc1 hierarchy
> cd /usr/src/etc; make distrib-dirs
> set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`; while [ $# -gt 0
> ] ; do for dir in /usr/share/locale /usr/share/nls
> /usr/local/share/nls; do test -d /${dir} && cd /${dir}; test -L "$2" &&
> rm -rf "$2"; test \! -L "$1" && test -d "$1" && mv "$1" "$2"; done;
> shift; shift; done
> mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /
> tmp changed
> type expected dir found link
> mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var
> mtree: line 63: unknown user smmsp
> *** Error code 1
>
> ====
>
> what is wrong here?
You don't have a user smmsp in your passwd(5) database. Update your
master.passwd(5) and group(5) files and try again.
--
Crist J. Clark | cjclark@alum.mit.edu
| cjclark@jhu.edu
http://people.freebsd.org/~cjc/ | cjc@freebsd.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020402152252.D52193>
