Date: Sun, 14 Apr 2002 13:37:07 +1200 (New Zealand Standard Time) From: Juha Saarinen <juha@saarinen.org> To: freebsd-stable@freebsd.org Subject: "Unknown user: smmsp" Message-ID: <Pine.WNT.4.43.0204141331420.3044-100000@den2>
next in thread | raw e-mail | index | archive | help
Could someone give me a few clues as to what I'm doing wrong here? Trying to upgrade a 4.3-STABLE box, but 'make buildworld' fails with the below error. I have NO_SENDMAIL= true # do not build sendmail and related programs in /etc/make.conf. Why do I need the smmsp user? $ uname -a FreeBSD lists.idg.co.nz 4.3-STABLE FreeBSD 4.3-STABLE #2: Wed May 2 11:45:51 NZST 2001 root@lists.idg.co.nz:/usr/src/sys/compile/LISTS i386 >>> Making hierarchy -------------------------------------------------------------- cd /data/src; make -f Makefile.inc1 hierarchy cd /data/src/etc; make distrib-dirs set - `grep "^[a-zA-Z]" /data/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 /data/src/etc/mtree/BSD.root.dist -p / mtree -deU -f /data/src/etc/mtree/BSD.var.dist -p /var mtree: line 63: unknown user smmsp *** Error code 1 Stop in /data/src/etc. *** Error code 1 Stop in /data/src. *** Error code 1 Stop in /data/src. *** Error code 1 Stop in /data/src. *** Error code 1 Stop in /data/src. -- Juha Saarinen 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?Pine.WNT.4.43.0204141331420.3044-100000>