LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-18-2007, 03:15 AM   #1
mpooley
Member
 
Registered: Nov 2002
Location: Kings Lynn Norfolk UK
Distribution: obuntu
Posts: 67

Rep: Reputation: 15
Downloaded latest upgrades and now cant boot


Hi all
I hadnt downloaded the new upgrades for a while so last night i downloaded the backlog of 70 ish
after which when i booted up this morning I get this error
"x session: unable to write to tmp; xsession may exit with error"

which of course it does!! and i get back to the login screen - the only way out of the loop is to boot to the command line.
I have a NVidia card and am running fiesty btw.
I have tried changing the nvidia driver in xorg.conf but that doesnt work so i dont think its the video driver.

I am a relative newby and havnt got a clue what went wrong or WHY ? i thought this didnt happen on Linux?

thanks for any help

Mike
 
Old 06-18-2007, 03:53 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Sounds like a (disk) space issue - what does "df -hT" show (do it from the console session) ???
 
Old 06-18-2007, 04:21 AM   #3
mpooley
Member
 
Registered: Nov 2002
Location: Kings Lynn Norfolk UK
Distribution: obuntu
Posts: 67

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by syg00
Sounds like a (disk) space issue - what does "df -hT" show (do it from the console session) ???
thanks this is what it reports

File system size used avail Use%
Varrun tmpfs 506M 216k 506M 1%
Varlock tmpfs 506M 0 506M 0%
Procbususb tmpfs 506M 124k 506M 1%
udev tmpfs 506M 124k 506M 1%
devshm tmpfs 506m 0 506m 0%
lrm tmpfs 506m 33M 473M 7%
/dev/sda3 ext3 175G 120G 49G 72% Home

thanks again

Mike
 
Old 06-18-2007, 05:19 AM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
That cannot be the entire listing.
 
Old 06-18-2007, 08:07 AM   #5
mpooley
Member
 
Registered: Nov 2002
Location: Kings Lynn Norfolk UK
Distribution: obuntu
Posts: 67

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by syg00
That cannot be the entire listing.
I'm afraid it is

tried it again but got the same result -- does this mean i'm in deep doodoo?

mike
 
Old 06-18-2007, 11:26 AM   #6
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
does this mean i'm in deep doodoo?
It looks like it, but maybe all is not lost.

df -hT should give output something like this:
Code:
Filesystem Type    Size Used Avail Use% Mounted on
/dev/hda6     ext3     30G   18G   11G  62% /
varrun       tmpfs    506M  108K  506M   1% /var/run
varlock      tmpfs    506M  4.0K  506M   1% /var/lock
udev         tmpfs    506M  132K  506M   1% /dev
devshm       tmpfs    506M     0  506M   0% /dev/shm
lrm          tmpfs    506M   19M  487M   4% /lib/modules/2.6.15-28-386/volatile
Note that I have something (/dev/hda6) mounted as root (/)).
You do not, yet you can get to a command line (for which you must have root mounted!).

So please try df -hT again, and post all the output.
If you still get nowhere, you'll probably have to reinstall, but make very sure you do not reformat your home partition. If you have important data on your home partition, I'd recommend you boot from a live CD, and copy your home files to an external disk before you start touching anything.
 
Old 06-18-2007, 02:27 PM   #7
mpooley
Member
 
Registered: Nov 2002
Location: Kings Lynn Norfolk UK
Distribution: obuntu
Posts: 67

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by tredegar
It looks like it, but maybe all is not lost.

df -hT should give output something like this:
Code:
Filesystem Type    Size Used Avail Use% Mounted on
/dev/hda6     ext3     30G   18G   11G  62% /
varrun       tmpfs    506M  108K  506M   1% /var/run
varlock      tmpfs    506M  4.0K  506M   1% /var/lock
udev         tmpfs    506M  132K  506M   1% /dev
devshm       tmpfs    506M     0  506M   0% /dev/shm
lrm          tmpfs    506M   19M  487M   4% /lib/modules/2.6.15-28-386/volatile
Note that I have something (/dev/hda6) mounted as root (/)).
You do not, yet you can get to a command line (for which you must have root mounted!).

So please try df -hT again, and post all the output.
If you still get nowhere, you'll probably have to reinstall, but make very sure you do not reformat your home partition. If you have important data on your home partition, I'd recommend you boot from a live CD, and copy your home files to an external disk before you start touching anything.
honestly that is all the output i get!

should i try deleting stuff?
 
Old 06-18-2007, 03:51 PM   #8
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
honestly that is all the output i get!

should i try deleting stuff?
I suspect you already know the answer to your own question.
For further insight, please click on "mpooley", find more posts by mpooley, and read them.
Bye for now.
 
Old 06-19-2007, 01:43 AM   #9
mpooley
Member
 
Registered: Nov 2002
Location: Kings Lynn Norfolk UK
Distribution: obuntu
Posts: 67

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by tredegar
I suspect you already know the answer to your own question.
For further insight, please click on "mpooley", find more posts by mpooley, and read them.
Bye for now.
???? i did that - it had no relevence to my present situation!
I assume you are saying find out for yourself ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
sudo passwd root error on latest downloaded distro Dragunov Ubuntu 6 01-26-2007 05:07 AM
Downloaded Mandrake 10.1 & cant get it to boot up Dave Cooper Linux - Newbie 4 07-21-2006 11:21 PM
synaptic 0.57.5 breaks; latest unstable, watch updates & upgrades Nix_Hard MEPIS 1 10-06-2005 07:55 PM
Unable to boot downloaded Mandriva Mumoy Linux - Newbie 4 06-12-2005 10:24 AM
downloaded/burned 10.1 - wont boot Niflheim Mandriva 2 03-30-2005 12:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 07:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration