Following an unfortunate update tinuage, your host’s host, fell sick and pucked away all it binaries. Spent maybe 3 hours, with maybe 45 minutes not just watching terminal lines flying by, rebuilding tinuage from scratch (ThrustVPS’ most recent Slackware image is a 13):
1. backup what can be saved
2.install image
3.connect to it
|
1 2 3 4 5 6 |
# wget -c http://slackware.osuosl.org/slackware-13.37/slackware/ap/slackpkg-2.82.0-noarch-5.tgz # installpkg slackpkg-2.82.0-noarch-5.tgz # echo "ftp://slackware.osuosl.org/pub/slackware/slackware-13.37/" >> /etc/slackpkg/mirrors # echo "kde" >> /etc/slackpkg/blacklist # slackpkg update && slackpkg upgrade-all && slackpkg install-new && slackpkg clean-system # reboot |
4. create a normal user
5. reconfigure what needs to be
6. restore WP backups
But I can’t follow -current here as the latest glibc requires a kernel 2.6.32 minimum and this runs an positively ancient 2.6.18 (really?!). Oh well, I guess I’ll learn what it feels like running stable software…