On a pentium 4 server I updated from 6.0 to 6.1 according to the suggested procedure:
# 1. `cd /usr/src' (or to the directory containing your source tree). # 2. `make buildworld' # 3. `make buildkernel # 4. `make installkernel # 5. `reboot' . # 6. `mergemaster -p' # 7. `make installworld' # 8. `make delete-old' # 9. `mergemaster' But... mergemaster ended in a: .................................................. install -o root -g wheel -m 644 freebsd.cf /var/tmp/temproot/etc/mail/sendmail.cf install -o root -g wheel -m 444 freebsd.submit.cf /var/tmp/temproot/etc/mail/submit.cf cd /usr/src/etc; install -o root - g wheel -m 644 /var/tmp/temproot/etc/ssh usage: install [-bCcpSsv] [- B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop in /usr/src/etc. *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to the temproot environment ........................................................... In /etc/make.conf I have SUP_UPDATE = yes SUP = /usr/local/bin/cvsup SUPFLAGS = -g -L 2 SUPHOST = cvsup.it.FreeBSD.org SUPFILE = /usr/local/etc/cvsup/stable-supfile PORTSSUPFILE = /usr/local/etc/cvsup/ports-supfile DOCSUPFILE = /usr/local/etc/cvsup/doc-supfile # CPUTYPE=p4 PERL_VER=5.8.8 PERL_VERSION=5.8.8 KERNCONF= SERVER5 NO_RESCUE =true NO_ATM= true # do not build ATM related programs and libraries NO_BLUETOOTH=true # do not build Bluetooth related stuff NO_CRYPT= true # do not build any crypto code NO_GAMES= true # do not build games (games/ subdir) NO_INET6= true # do not build IPv6 related programs and libraries NO_KERBEROS= true # do not build and install Kerberos 5 (KTH Heimdal) What's going on and what should I do? Ciao - Vittorio _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"