mergemaster problem

Jason Henson jason at ec.rr.com
Sun Mar 13 18:20:16 PST 2005


On 03/13/05 17:08:56, masterkev28 masterkev28 wrote:
> Hello everyone,
> When I do mergemaster -ia, I get the following errors:
> 
> *** 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  
should:

# make buildworld
# make buildkernel
# make installkernel
# reboot
After installkernel finishes successfully, you should boot in single  
user mode (i.e. using boot -s from the loader prompt). Then run:
# mergemaster -p
# make installworld
# mergemaster
# reboot





More information about the freebsd-questions mailing list