Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2002 21:52:29 -0500
From:      Sean Lutner <sean@rentul.net>
To:        freebsd-stable@freebsd.org
Subject:   Installword problems
Message-ID:  <20020327025229.GF56680@rentul.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020327025229.GF56680>