Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2002 16:31:42 -0700 (PDT)
From:      Mike Hoskins <mike@adept.org>
To:        Chip Wiegand <chip@wiegand.org>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: makeworld problem - my first attempt at this
Message-ID:  <20020515162651.L51565-100000@snafu.adept.org>
In-Reply-To: <1021504989.11672.19.camel@chip3.wiegand.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 15 May 2002, Chip Wiegand wrote:

> #make buildworld
> #make buildkernel KERNCONF=GENERIC
> #make installkernel KERNCONF=GENERIC
> #shutdown now
> #make installworld
> 	failed - required smmsp user is missing #/usr/src/usr.sbin/mergemaster
> -p
> 	-p not recognized option
> /usr/src/usr.sbin/mergemaster; make all install (without any options)
<snip>

Not sure why mergmaster doesn't have a -p option if it's built from latest
sources (mine does).  You could always add the user and group yourself
(installworld needs it to set file permissions...):

in /etc/passwd (broken by me):
  smmsp:*:25:25::0:0:Sendmail Submission User:\
	/var/spool/clientmqueue:/sbin/nologin

in /etc/group:
  smmsp:*:25:

Did you modify your kernel at all?  Maybe you want to get building world
down first...  but you might as well tackle the kernel config file now, so
you build a kernel optimized for your system.  That would involve a cd to
/sys/i386/conf, cp GENERIC YOURKERNEL, then vi (or your favorite editor)
and commenting/adding as needed.  Refer to LINT for more detail on
specific options (and handbook).

Later,
-Mike

--
"They that can give up essential liberty to obtain a little temporary
 safety deserve neither liberty nor safety."  --Benjamin Franklin


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?20020515162651.L51565-100000>