I am using 14.04, I recently did an update with the software updater and things went wrong. Not sure what however, I just kept running it until it said that things were up to date.
Now things are very weird. Now it seems that most things I run from the GUI works fine, I can surf the web (and post to askubuntu) I can play music, watch videos.. etc. although the software center is crashing. And the software updater it nowhere to be found now.
I have rebooted several times.
But almost anything I do from the terminal fails, and the terminal closes. Things I can't do from the terminal:
I can
cd
to/etc
, but when Ils
, the terminal closes. (ls does work in most directories, but not all, and I can't tell why)I can't run
maven
. (I runmvn clean
) and terminal closesI can't run
java
(butjava -version
works) so weird.apt-get update
crashes
and a bunch of other things.
I assume I am looking at a re-install here. Can I just do an upgrade of Ubuntu, WITHOUT having to re-install. I do have all my work on a separate partition (/opt
) so I would like to not touch that.
Any pointers?
UPDATE:
I am getting this error in Muon Update Manager:
Couldn't create temporary file to work with /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_trusty_Release -
mkstemp (13: Permission denied)
I am also noticing that I cannot download attachments and stuff from FF.
It almost seems like I am not logged in as who I think I am. Why would I not have permission for FF to write to my own Download folder?
ls /etc
? – heemayl Feb 05 '15 at 04:47tail -f /var/log/syslog
in a terminal and dols /etc
from a separate terminal, now as the second terminal closes check thesyslog
and add the relevant entries to your original question. – heemayl Feb 05 '15 at 04:53<ALT> + <CTL> + <F2>
and then tryls /etc
and other commands. – heemayl Feb 05 '15 at 05:02sudo apt-get install --reinstall gnome-terminal
from console and then try doing stuffs from theterminal
(not console) (Do<ALT>+<CTL>+>F7>
to return to graphical interface). – heemayl Feb 05 '15 at 05:09less /var/log/syslog
and check for any clue at the occurrence time. – heemayl Feb 05 '15 at 05:35sudo apt-get install --reinstall ubuntu-desktop
– heemayl Feb 05 '15 at 05:53