Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

ubuntu ver 8,04 X server problem

  Date: Dec 20    Category: Unix / Linux / Ubuntu    Views: 336
  


After downloading and installing all the upgrades to ver 8.04 i get an
error message stating that the X server could not be started due to an
internal error and the display will be disabled. The message further
states that i should look at syslog to troubleshoot the problem and to
restart gdm when the problem is corrected. Since i am a relative
newcomer to ubuntu, my questions are many - but to start

1 In which subdirectory do i find syslog
2 How do i go about displaying and reading syslog
3 what should i look for in syslog

Share: 

 

2 Answers Found

 
Answer #1    Answered On: Dec 20    


The syslog is a text file (as are nearly all linux log files). You can
use tail to view the last several times (usually the most pertinant), or
less to view everything...

Log files are located in /var/log

For instance, to view the last segment of your syslog you'd type:
tail /var/log/syslog

To pull up the whole syslog paginated, you'd type:
less /var/log/syslog

Other troubleshooting methods...

Myself I find a lot of help on google, I type in the error message and
tag "Ubuntu" to the end of it, this usually gives me good results. If
it is a known bug, this should pull it up.

Feel free to post segments of your log file here (don't post the whole
thing, way too long).

You can also use the xorg log, which is:
/var/log/Xorg.0.log

(use tail and/or less like before, though tail won't be very helpful
here as most errors for X come early in the log file in my experience)

You can also use dmesg sometimes, this is a command which displays
another log file, I'm not sure exactly how the system decides what to
put there but for issues connecting hardware to the system it is very
useful.

 
Answer #2    Answered On: Dec 20    


I have had that happen to me several times. Happened on 8.04 on a new install.
You can access the system log by going to system administration system log.
What I did was to reboot and choose system restore in boot menu. After it set up
choosr try to repair x and then normal reboot and t fixed iself. Maybe this will HELP

 
Didn't find what you were looking for? Find more on ubuntu ver 8,04 X server problem Or get search suggestion and latest updates.




Tagged: