I've been running on a pre-release version of 14.04 since the second beta, and the automatic update tool has been incredibly unreliable. Several times it's failed to download and install all of the package updates, has refused to elaborate on what went wrong (Attention software designers who apparently never used Windows prior to Vista: Having a GUI does not have to mean leaving your users completely in the dark regarding errors, especially ones that cause system instability!), and on one occasion completely removed KDE instead of updating it.
Well, during what I believe was meant to be the final leg of the transition from the prerelease to final (judging by when it happened), something failed again. Restarting left me with, if I recall correctly, a normal-looking login screen but no way to log in because my keyboard and mouse weren't working. I shut down and figured I'd get back to it when I wasn't so busy; it's not my primary system and at this rate it never will be. Today I finally got the time to look at it, and booted into the recovery menu without bothering to double-check what was going wrong, figuring I'd just run the same set of commands as last time and everything would be fine. I started with dpkg --configure -a, and right off the bat ran into problems I hadn't encountered before:
and a little further down:
Now, I'm not versed in what packages do what, but it was pretty clear that these are pretty important low-end components. Rather than stop there, I decided to try running apt-get update and apt-get install -f to see if it would be able to recover the broken packages. In the fast scroll of messages I spotted many of the same errors. It sounds like it's saying "these packages are broken and can't be fixed because of reasons." What do I do now? When I ran restart to double-check what the effect of my issues was, it brought me to what appears to be a functional KDE desktop now, except the screen is shrunken down and bordered with black.
Well, during what I believe was meant to be the final leg of the transition from the prerelease to final (judging by when it happened), something failed again. Restarting left me with, if I recall correctly, a normal-looking login screen but no way to log in because my keyboard and mouse weren't working. I shut down and figured I'd get back to it when I wasn't so busy; it's not my primary system and at this rate it never will be. Today I finally got the time to look at it, and booted into the recovery menu without bothering to double-check what was going wrong, figuring I'd just run the same set of commands as last time and everything would be fine. I started with dpkg --configure -a, and right off the bat ran into problems I hadn't encountered before:
Code:
dpkg: error processing package linux-generic (--configure): dependency problems - leaving unconfigured
Code:
gzip: stdout: No space left on device E: mkinitramfs failure cpio 141 gzip 1 update-initramfs: failed for /boot/initrd.img-3.13.0-20-generic with 1. dpkg: error processing package initramfs-tools (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: linux-image-extra-3.13.0-20-generic linux-image-3.13.0-24-generic linux-image-extra-3.13.0.24-generic linux-image-generic linux-generic initramfs-tools
Comment