Date: Mon, 14 Mar 2005 02:29:10 +0000 From: Jason Henson <jason@ec.rr.com> To: freebsd-questions@freebsd.org Subject: Re: mergemaster problem Message-ID: <1110767350l.17082l.4l@BARTON> In-Reply-To: <449b8e71050313140869219505@mail.gmail.com> (from masterkev28@gmail.com on Sun Mar 13 17:08:56 2005) References: <449b8e71050313140869219505@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 03/13/05 17:08:56, masterkev28 masterkev28 wrote: > Hello everyone, > When I do mergemaster -ia, I get the following errors: >=20 > *** 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. > Why are you using -ia, they are th opposit in the man page. You =20 should: # make buildworld # make buildkernel # make installkernel # reboot After installkernel finishes successfully, you should boot in single =20 user mode (i.e. using boot -s from the loader prompt). Then run: # mergemaster -p # make installworld # mergemaster # reboot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1110767350l.17082l.4l>