LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-14-2005, 06:55 AM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
X window fails to start


Hi folks,

Fedora Core 3

For unknown reason X window failed to start after boot up hanging on

INIT: Id "X" respawning too fast : disabled for 5 miniutes


Problem happened after running "yum update" but no warning discovered during update.

Tried "boot Init 3 and also Init 1"

as USER

$ startx
Warning
Xauth: error while loading shared libriries: libXmu.so.1: cannot open shared object file, No such file or directory
Repeated
..............
Xauth: error while loading shared libriries: libXmu.so.6: cannot open shared object file, No such file or directory
.........

Please advise how to fix this problem

Remark: I'm connecting Internet using Koppnox LiveCD on the same PC

B.R.
satimis

Last edited by satimis; 07-14-2005 at 07:03 AM.
 
Old 07-14-2005, 10:57 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Those packages are provided by xorg libraries. Maybe you need to do "yum upgrade" instead of "yum update".
 
Old 07-14-2005, 11:28 AM   #3
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi reddazz,

Tks for your advice.

I did following test;

Booted to 'init 3' and login as Root

# ldd `which xauth`
Code:
libXmuu.so.1=> not found
libXext.so.6=> not found
libX11.so.6=> not found
libc.so.6=> /lib/tls/libc.so.6 (0x00882000)
/lib/ld-linux.so.2 (0x00868000)
# more /etc/ld.so.conf
Code:
# Begin /etc/ld.so.conf

/usr/local/lib
/opt/lib

#End /etc/ld.so.conf
Any folk on the Forum know how to re-create the lost symbolic links? Please advise.

TIA

B.R.
satimis
 
Old 07-14-2005, 12:50 PM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I suggest that you reinstall xorg. You may have to do this manually because rpm will wnat to remove anything thats dependnt on it if you try to remove it using yum or rpm. Just grab the latest packages from a Fedora update mirror.
 
Old 07-14-2005, 08:29 PM   #5
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi reddazz,

Tks for your advice.

Quote:
I suggest that you reinstall xorg. You may have to do this manually because rpm will wnat to remove anything thats dependnt on it if you try to remove it using yum or rpm. Just grab the latest packages from a Fedora update mirror.
Before reinstalling xorg as advice. I did further test as follow;

Booted 'init 3' and login as root

# ls /usr/X11R6/bin/ grep libXmuu (then, libXert, libX11)

They were there
libXmuu.so1
libXmuu.so1.0
libXert.so.6
libXert.so6.4
libX11.so.6
libX11.so6.2

Tried editing /etc/ld.so.conf as follows, respectively;

1)
Code:
# Begin /etc/ld.so.conf

#/usr/local/lib
/usr/X11R6/lib
/opt/lib

#End /etc/ld.so.conf
# ldconfig
# startx

2)
Code:
# Begin /etc/ld.so.conf

#/usr/local/lib
/usr/X11R6/lib
/usr/lib/qt-3.3/lib
/opt/lib

#End /etc/ld.so.conf
# ldconfig
# startx


Both with similar fatal error warning popup;
Code:
......
could not open default font 'fixed'
consult the The X.org Foundation support at hppt://wiki.X.org for help
please also check log file at "/var/log/X.org.0.log" for additional information.
Checked that file. no additional information found.

Any comment. TIA

B.R.
satimis
 
Old 07-15-2005, 12:52 AM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Search google for
Quote:
could not open default font 'fixed'
There are a lot of results and I am sure there will be an answer to your problem.
 
Old 07-15-2005, 06:24 AM   #7
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Hi reddazz,

Problem solved. X window now revives.

Solution: - add following line to /etc/X11/xorg.conf
"/usr/X11R6/lib/fonts"

$ cat /etc/X11/xorg.conf
Code:
.....
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
        FontPath     "/usr/X11R6/lib/fonts"
........
$ cat /etc/ld.so.conf
Code:
# Begin /etc/ld.so.conf

#/usr/local/lib
/usr/X11R6/lib
/usr/lib/qt-3.3/lib/
/opt/lib

# End /etc/ld.so.conf
Tks again for your advice.

B.R.
satimis
 
  


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
httpd fails to start arsham Linux - Software 9 09-04-2007 02:29 AM
X Window Fails to Start Dedah Linux - Software 2 10-26-2005 01:29 PM
amaroK Fails to Start ShoCkwave Slackware 2 04-11-2005 06:01 AM
KDE-3.3 fails to start --- PLEASE HELP!! toffi22 Linux From Scratch 5 10-07-2004 12:50 PM
X Window Config fails on install of RHEL 2.1 AS JLandry Linux - Laptop and Netbook 0 10-03-2004 09:42 PM

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

All times are GMT -5. The time now is 07:52 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