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

Notices


Reply
  Search this Thread
Old 04-01-2008, 06:38 PM   #1
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Rep: Reputation: 40
Error starting X


Just after my wacom initializes I get the following messages:

Code:
AUDIT: <Date time> :3242 X: client 1 rejected from local host (uid 1000)
No protocol specified

<repeat above 6 times>

..FreeFontPath: FPE "/usr/lib/X11/fonts/misc/:unscaled" refcount is 2, should be 1; fixing.

giving up
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno3): Server error.
xauth: error in locking authority file /home/eric/.Xauthority
after I startx I get a brief flash of the nvidia splash screen then black with the x cursor. I see the above messages after hitting ctrl-alt-backspace

it appears that there is some kind of error trying to find a font why would this make x server fail to start? how do I fix this?

Thanks in advance,
Eric
 
Old 04-01-2008, 07:03 PM   #2
blacky_5251
Member
 
Registered: Oct 2004
Location: Adelaide Hills, South Australia
Distribution: RHEL 5&6 CentOS 5, 6 & 7
Posts: 573

Rep: Reputation: 61
Have you tried deleting the file /etc/X11/xorg.conf?
 
Old 04-01-2008, 07:31 PM   #3
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Original Poster
Rep: Reputation: 40
I'm pretty sure deleting xorg.conf will not allow x to start at all.
 
Old 04-01-2008, 07:41 PM   #4
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Original Poster
Rep: Reputation: 40
commenting out the offending font files in xorg.conf got me closer to booting. now I get:

Fatal server error:
could not open default cursor font 'cursor'
giving up.
 
Old 04-01-2008, 07:49 PM   #5
blacky_5251
Member
 
Registered: Oct 2004
Location: Adelaide Hills, South Australia
Distribution: RHEL 5&6 CentOS 5, 6 & 7
Posts: 573

Rep: Reputation: 61
I don't know Slackware at all, so you could be correct in your case. For Fedora and Red Hat, I think this is a standard trouble-shooting technique when X goes haywire.

Rename the file if you're concerned (good practice in any case).
 
Old 04-02-2008, 01:56 AM   #6
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
or you can try to run xorgconfig to reconfigure your xorg.conf again
 
Old 04-02-2008, 03:15 AM   #7
askalon9f2
LQ Newbie
 
Registered: Feb 2008
Location: Antwerp, Belgium
Distribution: Slackware 12.2, slamd64 12.1
Posts: 18

Rep: Reputation: 0
Perhaps you did this allready,
but the X.org logfiless might give you more (and detailed) info on the exact cause of the problem you're experiencing.
 
Old 04-02-2008, 06:35 AM   #8
tdos20
Member
 
Registered: Aug 2006
Location: London
Distribution: Slackware
Posts: 132

Rep: Reputation: 39
if you post the log files (/var/log/Xorg.log...) and your xorg.conf then it will be easier to see what the problem is.
 
Old 04-02-2008, 07:10 AM   #9
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Original Poster
Rep: Reputation: 40
I'll do that tonight when I get home, thanks.
 
Old 04-02-2008, 07:49 AM   #10
pdw_hu
Member
 
Registered: Nov 2005
Location: Budapest, Hungary
Distribution: Slackware, Gentoo
Posts: 346

Rep: Reputation: Disabled
For the font cursor issue: you need the font-cursor-misc (or font-misc-cursor, not sure) package installed.
For the xauth issue, check you premissions on ~/.Xauthority, or simply delete it and let X recreate it.
 
Old 04-02-2008, 08:12 AM   #11
slackb0t
Member
 
Registered: Apr 2005
Location: Canada
Distribution: Slackware64-current on Thinkpad Carbon X1
Posts: 264

Rep: Reputation: 63
Quote:
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno3): Server error.
xauth: error in locking authority file /home/eric/.Xauthority
The problem is not the font error. As stated above delete the .Xauthority file in your home director. You may need to delete it as root, I have had this happen before after an X server crash.

If you want you can back up xorg.conf and try xorgcfg << that seems to be the one that always works as is straight forward.
 
Old 04-03-2008, 07:30 PM   #12
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Original Poster
Rep: Reputation: 40
Ok, here is where I am at:

/var/log/Xorg.0.log doesn't say anything that I haven't already posted. Since I can not get that machine onto the internet I won't be able to post it here. Should I check another log file?

I have deleted the .Xauthority file. I still, however, can not start x: it now exits with the following:

Code:
Fatal server error:
could not open default cursor font 'cursor'
giving up
xinit: Connection reset by peer (errno 104): unable to connect to X server
xinit: No such process (errno 3): Server error.
running xorgconfig results in a lot of complaining about my monitor and video card (nVidia)

I'm reasonably sure that the proper cursor files and fonts are installed as this was a working system not that long ago.

Thank you all for you help so far, where do I go from here?


Eric
 
Old 04-04-2008, 06:48 PM   #13
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Original Poster
Rep: Reputation: 40
Another update:
I have tried starting x as root and still get nowhere. I know that it is a bad practice to start the x server as root, but it needed to be tested. The machine is not attached to the internet anyway. Any help is greatly appreciated.

Thanks,
Eric
 
Old 04-04-2008, 07:12 PM   #14
em21701
Member
 
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265

Original Poster
Rep: Reputation: 40
SOLVED

The cursor problem was due to the font lines I had commented out of the xorg.conf file when I was trying to fix it on my own. The proper fix is as was suggested previously, remove all files with names starting with .Xauthority . Had I only done that my system would have restarted properly right away.

Thank you all for your help.

Eric
 
  


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
Error while starting tomcat5.0.28 karthi26 Linux - Server 1 07-04-2007 01:11 AM
Starting MySQL OLD Error : imeout error occurred trying to start MySQL Daemon Fr33B5D Linux - Software 9 10-28-2006 06:23 AM
Error when starting X drburgh66 Debian 1 06-09-2005 12:00 PM
Error when starting X, please help Khronus Linux - Newbie 3 01-13-2005 12:40 PM
error starting mandrake 8.2 GT I.N.C Linux - Newbie 11 08-27-2002 09:29 AM

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

All times are GMT -5. The time now is 01:59 AM.

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