Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2002 02:18:33 +0200
From:      Norbert Augenstein <norbert@augenstein.net>
To:        "Dennis Pedersen" <mlists@daydreamer.dk>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Upgrade from 4,5Stable->4,5-RELASE . refuse to accept setting from rc.conf
Message-ID:  <20020423021833.4c9f1dae.norbert@augenstein.net>
In-Reply-To: <00b701c1ea3d$9d9029e0$0301a8c0@dpws>
References:  <010401c1e93b$d39b30f0$0301a8c0@dpws> <016701c1e945$a23dd120$0301a8c0@dpws> <20020421091928.A15029@troutmask.apl.washington.edu> <01fa01c1e959$a77af960$0301a8c0@dpws> <20020421110309.A15494@troutmask.apl.washington.edu> <022c01c1e961$1aa07f30$0301a8c0@dpws> <20020421113325.A15744@troutmask.apl.washington.edu> <024b01c1e966$66638a20$0301a8c0@dpws> <20020421124250.A16130@troutmask.apl.washington.edu> <20020421222621.7f88138f.norbert@augenstein.net> <027801c1e973$a69184f0$0301a8c0@dpws> <20020421231544.1a890289.norbert@augenstein.net> <00b701c1ea3d$9d9029e0$0301a8c0@dpws>

next in thread | previous in thread | raw e-mail | index | archive | help
Hallo Dennis,
there has been some trouble about this in the last few weeks, as this is related to sendmail.
you  "have to" set up following:
in /etc/group
smmsp:*:25:
mailnull:*:26:

and in /etc/passwd
smmsp:*:25:25:Sendmail Submission User:/var/spool/clientmqueue:/sbin/nologin
mailnull:*:26:26:Sendmail Default User:/var/spool/mqueue:/sbin/nologin

i dont know why do you not have these entries, as this was incorporateed last december to stable.
try again with these.

if  installworld works and you have sendmail related problems feel free to ask again
as already mentioned, to set up sendmail "changed" a little bit.

auge






On Mon, 22 Apr 2002 22:38:09 +0200
"Dennis Pedersen" <mlists@daydreamer.dk> wrote:

> 
> ----- Original Message -----
> From: "Norbert Augenstein" <norbert@augenstein.net>
> To: "Dennis Pedersen" <mlists@daydreamer.dk>
> Sent: Sunday, April 21, 2002 11:15 PM
> Subject: Re: Upgrade from 4,5Stable->4,5-RELASE . refuse to accept setting
> from rc.conf
> 
> 
> > On Sun, 21 Apr 2002 22:32:24 +0200
> > "Dennis Pedersen" <mlists@daydreamer.dk> wrote:
> >
> > >
> > > ----- Original Message -----
> > > From: "Norbert Augenstein" <norbert@augenstein.net>
> > > To: "Steve Kargl" <sgk@troutmask.apl.washington.edu>
> > > Cc: <mlists@daydreamer.dk>; <freebsd-stable@FreeBSD.ORG>
> > > Sent: Sunday, April 21, 2002 10:26 PM
> > > Subject: Re: Upgrade from 4,5Stable->4,5-RELASE . refuse to accept
> setting
> > > from rc.conf
> > >
> > >
> > > > On Sun, 21 Apr 2002 12:42:50 -0700
> > > > Steve Kargl <sgk@troutmask.apl.washington.edu> wrote:
> > > >
> > > > > On Sun, Apr 21, 2002 at 08:57:33PM +0200, Dennis Pedersen wrote:
> > > > > >
> > > > > >
> > > > > > After running the cmd above the ldonfig -r shows the entry.
> > > > > > What best thing to do now? , migrate back to STABLE (and avoid any
> > > other
> > > > > > strange problems) or try to fix the current install? (it still
> wont
> > > accept
> > > > > > the ifconfig statements in rc.conf)
> > > > > >
> > > > >
> > > > > cvsup should now work.  I would go back to FreeBSD-stable.
> > > > > Do this by changing to tag=RELENG_4.  From the above, I
> > > > > take it you have to manually run ifconfig to get your
> > > > > machine on the net.  Once connect, get update your tree
> > > > > and do the standard sequence of
> > > > >
> > > > > make buildworld
> > > > > make buildkernel KERNCONF=MYKERNEL
> > > > > make installkernel
> > > > > make installworld
> > > > > mergemaster
> > > > > reboot
> > > > >
> > > > > And, yes I know some people recommend a reboot to
> > > > > single user mode.
> > > >
> > > > and a reboot after make installkernel to use the new kernel for
> > > installworld
> > > > (installworld could fail if you dont)
> > >
> > > Dumping the box into single user wont do the trick? , it has to be a
> reboot?
> > > (Im doing the update part all over again and i want to do it right this
> time
> > > ;))
> > >
> > > Regards,
> > > Dennis
> >
> > when you installkernel your kernel will be renamed to kernel.old(or
> kernel.GENERIC) and the new-kernel is "kernel" then, this will be booted by
> default.
> > only if you reboot, your new "kernel" will be used.
> > a reboot after installkernel is highly recommended.
> > see handbook for more details.
> 
> Okai now i followed the howto and did EXACTLY as they said (and rebooted
> after installkernel) but during the installworld it stops :(
> Then i simply deleted the intere /usr/src and cvsuped it once again, did the
> hole thing over - same error
> 
>  make installworld
> mkdir -p /tmp/install.696
> for prog in [ awk cat chflags chmod chown date echo egrep find grep  ln make
> makewhatis mtree mv perl rm sed sh sysctl  test true uname wc zic; do  cp
> `which $prog` /tmp/install.696;  done
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386
> OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
> PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503
> GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin
> GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font
> GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac
> PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/u
> sr/src/i386/usr/games:/tmp/install.696 make -f Makefile.inc1 reinstall
> --------------------------------------------------------------
> >>> Making hierarchy
> --------------------------------------------------------------
> cd /usr/src; make -f Makefile.inc1 hierarchy
> cd /usr/src/etc;                make distrib-dirs
> 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 /
> mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var
> mtree: line 63: unknown group 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.
> 
> 
> Anyone got a hint here? (as i said in now to the update thing but i have
> read the handbook from an end so im not completely lost)
> 
> Regards,
> Dennis

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?20020423021833.4c9f1dae.norbert>