Came in this morning to work and had a bunch of emails from my FreeBSD 6.3 server.
Couldn't putty to the box, when to the console and tried to login and got
booted single user, ran fsck on all volumes and everything looked good. Tried
Noticed /usr/lib didn't exist. Created directory and ldconfig still wouldn't generate files.
Only thing I noticed in /var/log/messages that seems out of place is
errors.
Can't figure what's happened. Box has been up 250 days and just runs a couple of ftp sites.
Tried to run sysinstall thinking I could download source files, but it gives another error related to ld-elf.so.1. Tried a soft link to missing library, no luck.
Any ideas?
thx,
-jm
Code:
"/libexec/ld-elf.so.1: Shared object "libpam.so.5" not found, required by "atrun"
Couldn't putty to the box, when to the console and tried to login and got
Code:
"/libexec/ld-elf.so.1 Shared object libpam.so.5 not found, required by login"
booted single user, ran fsck on all volumes and everything looked good. Tried
rescue/ldconfig /usr/lib /usr/local/lib /usr/libexec /usr/local/libexec
and plain start.Noticed /usr/lib didn't exist. Created directory and ldconfig still wouldn't generate files.
Only thing I noticed in /var/log/messages that seems out of place is
Code:
"sshd ssh_msg_send: write"
Can't figure what's happened. Box has been up 250 days and just runs a couple of ftp sites.
Tried to run sysinstall thinking I could download source files, but it gives another error related to ld-elf.so.1. Tried a soft link to missing library, no luck.
Any ideas?
thx,
-jm