From owner-freebsd-stable Tue Mar 26 18:56:55 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail.lewman.org (lowrider.rootme.org [65.214.43.14]) by hub.freebsd.org (Postfix) with ESMTP id 0144237B405 for ; Tue, 26 Mar 2002 18:56:51 -0800 (PST) Received: by mail.lewman.org (Postfix, from userid 1004) id 9C9584704; Tue, 26 Mar 2002 21:56:50 -0500 (EST) Date: Tue, 26 Mar 2002 21:56:50 -0500 From: Sean Lutner To: freebsd-stable@freebsd.org Subject: Re: Installword problems Message-ID: <20020327025650.GG56680@rentul.net> References: <20020327025229.GF56680@rentul.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020327025229.GF56680@rentul.net> User-Agent: Mutt/1.3.27i 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 Sorry to follow up to my own message, but I also do not have a user smmsp, seems like someone has lef tsomething local in the tree or something. Thanks again Sean On Tue, Mar 26, 2002 at 09:52:29PM -0500, Sean Lutner wrote: > I've just cvsup'd as of less than an hour ago, buolt world, buildkernel, installkernel, and am now attempting installworld. The installworld is failing with the following error... > > 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 / > ./etc/periodic/security missing (created) > 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 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > When I look at /usr/src/etc/mtree/BSD.var.dist I see the following on lines 62-66 > > spool > clientmqueue uname=smmsp gname=smmsp mode=0770 > .. > lock uname=uucp gname=dialer mode=0775 > .. > > However, when I look in /var/spool on my system, I do not see any such directory. > > [/var/spool] ll > total 8 > drwxr-xr-x 2 nobody nobody 512 Jan 6 2000 apache > drwxrwxr-x 2 uucp dialer 512 Feb 28 13:58 lock > drwxr-xr-x 2 root daemon 512 Apr 21 2001 lpd > drwxr-xr-x 2 root daemon 512 Mar 26 03:08 mqueue > drwx------ 2 root daemon 512 Apr 21 2001 opielocks > drwxr-xr-x 3 root daemon 512 Apr 21 2001 output > drwxrwxr-x 7 uucp uucp 512 Apr 21 2001 uucp > drwxrwxrwx 2 uucp uucp 512 Apr 21 2001 uucppublic > > > Anyone have any ideas what's going on? > > Thanks > Sean > > -- > Sean Lutner | www: http://www.rentul.net > e-mail: sean@rentul.net | gpg: http://www.rentul.net/sean.sig > > "Imagination is more important than knowledge." -- Albert Einstein > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Sean Lutner | www: http://www.rentul.net e-mail: sean@rentul.net | gpg: http://www.rentul.net/sean.sig "Imagination is more important than knowledge." -- Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message