 |
Linode.com Forum Linode Community Forums
|
| Author |
Message |
hallow
Joined: 02 Mar 2005
Posts: 16
|
| Posted: Thu Aug 25, 2005 8:45 pm Post subject: ubuntu probs |
|
|
I have upgraded my warty install to hoary. I recently ran an apt-get update; apt-get dist-upgrade.
Everything was working fine. I get home tonight and try and login and ssh disconnects me. Login via lish. Can't even ssh to localhost from the console. MySQL is dead. Reboot the linode, mysql won't start, syslog indicates there's a problem with a corrupt library. OpenSSH won't accept any connections.
I installed dropbear ssh (made for embedded systems, statically compiled), and that worked fine, but somehow I managed to hose things up to the point where I couldn't even login to lish (I think installing runit, which was a suggested package from dropbear hosed things up).
So I shrunk my partition and swap, created a new image, booted that, mounted my old image's partition and am backing up my data. It's going to take several hours, and I'll guess I'll be reinstalling my linode from scratch tomorrow (gotta get some sleep).
Anyone have any ideas on the original problem? I'd like to avoid it in the future. |
|
| Back to top |
|
mikegrb
Joined: 16 Oct 2003
Posts: 264
Location: Dr Wierd's Lab, South Jersey Shore
|
| Posted: Thu Aug 25, 2005 8:51 pm Post subject: |
|
|
You need to do:
Code: mv /lib/tls /lib/tls.disabled
as noted on the 2.6 kernel announcement pages. This is why they are marked experimental.
Michael |
|
| Back to top |
|
hallow
Joined: 02 Mar 2005
Posts: 16
|
| Posted: Fri Aug 26, 2005 7:09 am Post subject: |
|
|
I'd actually rm -rf'd /lib/tls, didn't appear to change the situation.
Is there any way to have apt look for /lib/tls and take care of it after an upgrade or dist-upgrade? |
|
| Back to top |
|
| |
|