I have an install of Hardy which was running out of space on the / partition - showing about 90% disk usage, so I used KDirStat to find something truly huge that I could move to a different partition to solve the problem. /usr/lib seemed a likely candidate, so I did:
...and hey presto, lots more disk space. Except that now not everything works - almost everything, but not quite. CUPS is borked, and complains that libgnutls.so.13 isn't installed: it was, and I've also reinstalled libgnutls anyway (in case it got corrupted in the big move) and CUPS still didn't work, so I tried restarting (complains about libgnutls) and reinstalling (fails, while complaining about libgnutls).
Also, every Adept update since the big move has failed, too.
Anybody any suggestions for what else to check/change/reinstall?
I do have a working install just updated from 9.04 to 9.10 on another partition, but I'm still getting my head round Karmic and KDE4: I really would like my old Hardy that did everything I wanted back!
Code:
sudo -i cp -dpR /usr/lib/ /backups/usrlib/ mv /usr/lib /usr/lib.bak ln -s /backups/usrlib /usr/lib rm -rf /usr/lib.bak
Also, every Adept update since the big move has failed, too.
Anybody any suggestions for what else to check/change/reinstall?
I do have a working install just updated from 9.04 to 9.10 on another partition, but I'm still getting my head round Karmic and KDE4: I really would like my old Hardy that did everything I wanted back!
Comment