I'v got a root login problem caused by freebsd update from 7 to 8 release.
What I have done is following below instruction from official page.
1. I did
2.
3.
4.
during this step, I did portsnap fetch update for all ports, but not manually rebuild all ports, and then found share libs are broken and many programs can not work properly, like wget, vim ....,then I did a step5 for a reboot
5.
After this step, the root user can not login due to some broken libs(can not recall exact error message, I can post if you need it later)
Any idea I can fix problem and login as root? I haven't tried signle user mode but thinking the broken libs issue will still exist even for single user mode.
===================Reference=============================
FreeBSD Update
The freebsd-update(8) utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running 7.[012]-RELEASE, 8.0-BETA[1234], or 8.0-RC[123] can upgrade as follows:
During this process, FreeBSD Update may ask the user to help by merging some configuration files or by confirming that the automatically performed merging was done correctly.
The system must be rebooted with the newly installed kernel before continuing.
After rebooting, freebsd-update needs to be run again to install the new userland components:
At this point, users of systems being upgraded from FreeBSD 8.0-BETA2 or earlier will be prompted by freebsd-update to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries. See:
*
http://www.daemonology.net/blog/2009-07-11-freebsd-update-to-8.0-beta1.html
for more details. After updating installed third-party applications (and again, only if freebsd-update printed a message indicating that this was necessary), run freebsd-update again so that it can delete the old (no longer used) system libraries:
Finally, reboot into 8.0-RELEASE:
What I have done is following below instruction from official page.
1. I did
# freebsd-update upgrade -r 8.0-RELEASE
2.
# freebsd-update install
3.
# shutdown -r now
4.
# freebsd-update install
during this step, I did portsnap fetch update for all ports, but not manually rebuild all ports, and then found share libs are broken and many programs can not work properly, like wget, vim ....,then I did a step5 for a reboot
5.
# shutdown -r now
After this step, the root user can not login due to some broken libs(can not recall exact error message, I can post if you need it later)
Any idea I can fix problem and login as root? I haven't tried signle user mode but thinking the broken libs issue will still exist even for single user mode.
===================Reference=============================
FreeBSD Update
The freebsd-update(8) utility supports binary upgrades of i386 and amd64 systems running earlier FreeBSD releases. Systems running 7.[012]-RELEASE, 8.0-BETA[1234], or 8.0-RC[123] can upgrade as follows:
# freebsd-update upgrade -r 8.0-RELEASE
During this process, FreeBSD Update may ask the user to help by merging some configuration files or by confirming that the automatically performed merging was done correctly.
# freebsd-update install
The system must be rebooted with the newly installed kernel before continuing.
# shutdown -r now
After rebooting, freebsd-update needs to be run again to install the new userland components:
# freebsd-update install
At this point, users of systems being upgraded from FreeBSD 8.0-BETA2 or earlier will be prompted by freebsd-update to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries. See:
*
http://www.daemonology.net/blog/2009-07-11-freebsd-update-to-8.0-beta1.html
for more details. After updating installed third-party applications (and again, only if freebsd-update printed a message indicating that this was necessary), run freebsd-update again so that it can delete the old (no longer used) system libraries:
# freebsd-update install
Finally, reboot into 8.0-RELEASE:
# shutdown -r now