Good day!
I have a stupid problem, and all problem because I'm not go throught one additional step 10.1->10.3.
My steps:
It gives me that error:
And in /var/log/messages I have a message:
Also I can't do
How can I solve problem? Many installed ports working incorrect without finished upgrade procedure
I have a stupid problem, and all problem because I'm not go throught one additional step 10.1->10.3.
My steps:
svnlite co https://svn.freebsd.org/base/stable/11 /usr/src
cd /usr/src
rm -rf /usr/obj
make buildworld
make kernel
- reboot
- single user mode &&
make installworld
- reboot and have all my problems
mergemaster
It gives me that error:
Code:
*** 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] d
*** Deleting the old /var/tmp/temproot
*** Creating the temporary root environment in /var/tmp/temproot
*** /var/tmp/temproot ready for use
*** Creating and populating directory structure in /var/tmp/temproot
*** FATAL ERROR: Cannot 'cd' to /usr/src and install files to
the temproot environment
Code:
kernel: pid 1963 (bmake), uid 0: exited on signal 12
Also I can't do
make buildworld
with similar error
Code:
*** Signal 12
Stop.