16/11/23 13:17:13.73 .net
FreeBSD 10.3 です。
本日、セキュリティアップデートのお知らせが来たので
freebsd-update fetch
freebsd-update install
をしたら、いつもだと見ない以下のメッセージが出ました。
# freebsd-update install
Installing updates...
Completing this upgrade requires removing old shared object files.
Please rebuild all installed 3rd party software (e.g., programs
installed from the ports tree) and then run "/usr/sbin/freebsd-update install"
again to finish installing updates
普段だと、freebsd-update install の後は reboot しているのですが reboot しないで、つい
#portmaster -af
しました。終了後、reboot したら、
Enter full pathname or shell or RETURM for /bin/sh:
となり、RETURN すると
Shared object "libc.so.7" not found, required by "sh"
となってしまい、起動しなくなりました。
何か出来ることはありますのでしょうか?
なお、VPS 上なので、HDD を取り出して 他のマシーンに接続などは出来ないです。