You are not logged in.
Pages: 1
After I upgraded my server today, I can't start sshd. First of all, I lost libroken.so, so I recovered it from other computer. Now, when I try to start sshd I get message:
/etc/rc.d/sshd: line 8: 1593 Bus error /usr/sbin/sshd $SSHD_ARGS
I don't think it is perfect category for this problem, but it seems to be the best.
Offline
Bus errors usually mean program bugs, but it could be some kind of corruption too. Try just running "sshd" as root and seeing if that works, or if there's any output or error logs. And try "pacman -Sf openssh".
English is not my native, so please, correct me if I made some mistakes.
That should say "English is not my native language, ..."
Offline
I've started ssh. Long story short: looks like new cups package destroy it's own shared libraries: /usr/lib/libcupscgi.so* /usr/lib/libcupsinage.so*. Because of that sqlite3 could not work, so sshd too. I removed this cups shared libraries, reinstall sqlite3 and openssh. I will try to install cups tomorrow.
Offline
Pages: 1