Date: Fri, 9 Oct 1998 17:17:48 -0400 (EDT) From: Dan Swartzendruber <druber@mail.kersur.net> To: freebsd-current@FreeBSD.ORG Subject: mergemaster question Message-ID: <Pine.BSF.3.96.981009171402.26879B-100000@mail.kersur.net>
next in thread | raw e-mail | index | archive | help
At someone's recommendation, I built and installed mergemaster to facilitate upgrading from 2.2.7-STABLE to 3.0. When I ran it as recommended (e.g. 'mergemaster -cv'), this was the result: /usr/local/sbin/mergemaster -cv *** The directory specified for the temporary root environment, /var/tmp/temproot, exists. This can be a security risk if untrusted users have access to the system. Use 'd' to delete the old /var/tmp/temproot and continue Use 't' to select a new temporary root directory Use 'e' to exit mergemaster Default is to use /var/tmp/temproot as is How should I deal with this? [Use the existing /var/tmp/temproot] ^C news.kersur.net:/root# rm -rf /var/tmp/temproot/ news.kersur.net:/root# /usr/local/sbin/mergemaster -cv *** Creating the temporary root environment in /var/tmp/temproot *** /var/tmp/temproot ready for use *** Creating and populating directory structure in /var/tmp/temproot *** Press [Enter] or [Return] key to continue mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /var/tmp/temproot/ .: gid (0, 7, modified) missing: ./bin (created) missing: ./boot (created) missing: ./dev (created) missing: ./dev/fd (created) missing: ./etc (created) missing: ./etc/periodic (created) missing: ./etc/periodic/daily (created) missing: ./etc/periodic/weekly (created) missing: ./etc/periodic/monthly (created) missing: ./etc/gnats (created) missing: ./etc/kerberosIV (created) missing: ./etc/mail (created) missing: ./etc/mtree (created) missing: ./etc/namedb (created) missing: ./etc/ppp (created) missing: ./etc/skel (created) missing: ./etc/uucp (created) missing: ./lkm (created) missing: ./mnt (created) missing: ./proc (created) missing: ./root (created) missing: ./sbin (created) missing: ./tmp (created) missing: ./usr (created) missing: ./var (created) mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var/tmp/temproot/var missing: ./account (created) missing: ./at (created) missing: ./at/jobs (created) missing: ./at/spool (created) missing: ./backups (created) missing: ./crash (created) missing: ./cron (created) missing: ./cron/tabs (created) missing: ./db (created) missing: ./games (created) missing: ./games/hackdir (created) missing: ./games/hackdir/save (created) missing: ./games/larn (created) missing: ./games/phantasia (created) missing: ./log (created) missing: ./mail (created) missing: ./msgs (created) missing: ./preserve (created) missing: ./run (created) missing: ./rwho (created) missing: ./spool (created) missing: ./spool/lock (created) missing: ./spool/lpd (created) missing: ./spool/mqueue (created) missing: ./spool/opielocks (created) missing: ./spool/output (created) missing: ./spool/output/lpd (created) missing: ./spool/uucp (created) missing: ./spool/uucp/.Preserve (created) missing: ./spool/uucp/.Sequence (created) missing: ./spool/uucp/.Status (created) missing: ./spool/uucp/.Temp (created) missing: ./spool/uucp/.Xqtdir (created) missing: ./spool/uucppublic (created) missing: ./tmp (created) missing: ./tmp/vi.recover (created) missing: ./yp (created) if [ -d /var/tmp/temproot/usr/share/locale ] ; then cd /var/tmp/temproot/usr/share/locale; for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE nl_NL no_NO pt_PT sv_SE; do if [ -h $l.ISO_8859-1 ]; then rm $l.ISO_8859-1; fi ; done; fi mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /var/tmp/temproot/usr mtree: line 154: unknown keyword nochange *** Error code 1 Stop. *** Beginning comparison *** Comparison complete *** Do you wish to delete what is left of /var/tmp/temproot? [no] *** /var/tmp/temproot will remain Any ideas what I might have done wrong? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981009171402.26879B-100000>