I let the auto security update fill /boot. I deleted some files, but apparently there were other issues.
This is a similar problem that I have seen in this forum over and over but I have tried all the solutions I have seen and nothing seems to work.
root@mail:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
linux-generic-pae : Depends: linux-headers-generic-pae (= 3.2.0.51.61) but 3.2.0.52.62 is installed
linux-image-generic-pae : Depends: linux-image-3.2.0-51-generic-pae but it is not installed
E: Unmet dependencies. Try using -f.
So I try then next logical step and I get the following.
root@mail:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
linux-headers-3.2.0-38-generic-pae linux-headers-3.2.0-41-generic-pae
linux-headers-3.2.0-40 linux-headers-3.2.0-41 linux-headers-3.2.0-38
linux-headers-3.2.0-44 linux-headers-3.2.0-39 linux-headers-3.2.0-45
linux-headers-3.2.0-48 linux-headers-3.2.0-44-generic-pae
linux-headers-3.2.0-39-generic-pae linux-headers-3.2.0-48-generic-pae
linux-headers-3.2.0-45-generic-pae linux-headers-3.2.0-40-generic-pae
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
linux-generic-pae linux-image-generic-pae
The following packages will be upgraded:
linux-generic-pae linux-image-generic-pae
2 upgraded, 0 newly installed, 0 to remove and 49 not upgraded.
2 not fully installed or removed.
Need to get 0 B/4,074 B of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
dpkg: dependency problems prevent configuration of linux-image-generic-pae:
linux-image-generic-pae depends on linux-image-3.2.0-51-generic-pae; however:
Package linux-image-3.2.0-51-generic-pae is not installed.
dpkg: error processing linux-image-generic-pae (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic-pae:No apport report written because the error message indicates its a followup error from a previous failure.
linux-generic-pae depends on linux-image-generic-pae (= 3.2.0.51.61); however:
Package linux-image-generic-pae is not configured yet.
linux-generic-pae depends on linux-headers-generic-pae (= 3.2.0.51.61); however:
Version of linux-headers-generic-pae on system is 3.2.0.52.62.
dpkg: error processing linux-generic-pae (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
linux-image-generic-pae
linux-generic-pae
E: Sub-process /usr/bin/dpkg returned an error code (1)
I've tried purge, clean, reinstall, etc, etc. Any suggestions?
Thanks.