From owner-freebsd-stable Sat Apr 13 18:46:33 2002 Delivered-To: freebsd-stable@freebsd.org Received: from vinyl2.sentex.ca (vinyl2.sentex.ca [199.212.134.13]) by hub.freebsd.org (Postfix) with ESMTP id 90F1C37B6E7 for ; Sat, 13 Apr 2002 18:43:21 -0700 (PDT) Received: from house.sentex.net (cage.simianscience.com [64.7.134.1]) (authenticated) by vinyl2.sentex.ca (8.11.6/8.11.6) with ESMTP id g3E1hB992670 (using TLSv1/SSLv3 with cipher DES-CBC3-SHA (168 bits) verified NO); Sat, 13 Apr 2002 21:43:12 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.0.14.0.20020413214129.04cb6e98@192.168.0.12> X-Sender: mdtancsa@192.168.0.12 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 13 Apr 2002 21:43:21 -0400 To: Juha Saarinen From: Mike Tancsa Subject: Re: "Unknown user: smmsp" Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Have a look at the new users in /usr/src/etc/master.passwd and new groups in /usr/src/etc/groups. I guess as part of the hierarchy, something (like the queue) gets chgrp'd to the said user. You are doing make buildworld and make buildkernel right ? And then make installworld ? ---Mike At 01:37 PM 4/14/2002 +1200, Juha Saarinen wrote: >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 -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message