Date: Mon, 08 Apr 2002 13:13:07 -0400 From: "Richard E. Hawkins" <dochawk@psu.edu> To: freebsd-questions@FreeBSD.ORG Subject: can't installworld: mtree: line 63: unknown user smmsp Message-ID: <200204081713.g38HD7h00424@fac13.ds.psu.edu>
next in thread | raw e-mail | index | archive | help
I haven't been able to installworld for a couple of weeks. I bomb with -------------------------------------------------------------- >>> 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 tes t -d /${dir} && cd /${dir}; test -L "$2" && rm -rf "$2"; test \! -L "$1" && te st -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 Stop in /usr/src/etc. *** Error code 1 I did a make update this morning. hawk -- Richard E. Hawkins, Asst. Prof. of Economics /"\ ASCII ribbon campaign dochawk@psu.edu Smeal 178 (814) 375-4700 \ / against HTML mail These opinions will not be those of X and postings. Penn State until it pays my retainer. / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204081713.g38HD7h00424>