Hallo,
Also schrieb Andreas Totlis am Tue, Apr 22, 2003 at 10:02:16AM +0200:
> Auf langsamer Kiste:
> - mount /usr/src und /usr/obj auf Zielkiste
> - make installkernel KERNCONF=XXX
# > - shutdown now
> - cd /usr/src
# > - mergemaster
mergemaster -p
shutdown now käme eher hier
> - make installworld
mergemaster -ia (optional siehe manpage)
mergemaster
> - reboot
bei NFS mounts von usr/src und obj ist es vielleicht besser, die
Prozesse manuell zu beenden, soweit eben möglich. Ich bin mir jetzt aber
nicht sicher, ob nfs bei der Rückkehr in den single-user mode weg ist.
> Das Problem ist das ich mergemaster _vor_ make installworld aufrufen
> muss um den user smmsp einzutragen(wie in /usr/src/Updating
> beschrieben).
20020404:
Due to the import of sendmail 8.12.2 (see 20020325 entry), a new
user and group are required in order for sendmail to run as a
set-group-ID binary. A 'make installworld' will use the new user
and group to set the owner and group of /var/spool/clientmqueue
and will fail if the new user and group do not exist. The 'smmsp'
user and group must be merged from src/etc/group and
src/etc/master.passwd before using 'make installworld'.
'mergemaster -p' will do this. You may need to install
mergemaster before this will work if you are updating from a
very old version of stable. This can be done with:
cd /usr/src/usr.sbin/mergemaster; make -m /usr/src/share/mk all install
read it from my lips: no new taxes und mergemaster -p :).
Habe ich so noch nie gemacht, ansonsten, kannst Du auch einfach den User
smmsp und seine Gruppe aus /usr/src/etc/master.passwd und group manuell
kopieren.
Gruß
Oliver
PS: es gibt doch ein Backup bei so einer wichtigen Maschine? :)
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Tue 22 Apr 2003 - 10:53:04 CEST