Alright well I was having problems before & in the middle of fixing them. It was overheating & that was causing many problems. I got that fixed for the most part but while i was attempting the upgrade.. it shut off. I boot it again & all i get is the GRUB command line. I've managed to enter commands & fix enough things to login thru command prompt but thats about it
Gives me a list of packages & an error:
W: Some index files failed to download, they have been ignored, or old ones used instead.
Basically gives me:
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
python2.6-dev: Depends: libssl-dev but it is not installed
E: Unmet dependencies. Try using -f
Gives me the list saying 0 upgraded, 1 newly installed, 0 to remove & 1038 not upgraded.
2 not fully installed or removed
Need to get 0B/2012kb of archives
After this operation, 5,841kB of additional disk space will be used
I press y & enter & get this error:
mkdir: cannot create directory 'var/spool/mail': File exists
dpkg: error processing base-files (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
base-files
E: Sub-process /usr/bin/dpkg returned an error code (1)
Basically gives me the same error. I cant update, upgrade, fix, install or pretty much anything from this. I have live CDs but Kubuntu always had a problem with my cd drive & it never reads & if it does it takes 6+ hours to finally work. I have a USB drive & another computer available. Any suggestions on what to do? It would be greatly appreciated
Thanks in advance
Code:
sudo apt-get update
W: Some index files failed to download, they have been ignored, or old ones used instead.
Code:
sudo apt-get upgrade
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
python2.6-dev: Depends: libssl-dev but it is not installed
E: Unmet dependencies. Try using -f
Code:
sudo apt-get -f install
2 not fully installed or removed
Need to get 0B/2012kb of archives
After this operation, 5,841kB of additional disk space will be used
I press y & enter & get this error:
mkdir: cannot create directory 'var/spool/mail': File exists
dpkg: error processing base-files (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
base-files
E: Sub-process /usr/bin/dpkg returned an error code (1)
Code:
sudo dpkg --configure -a
Thanks in advance
Comment