LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 12-11-2017, 07:24 PM   #1
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Blog Entries: 6

Rep: Reputation: Disabled
Exclamation Parabola: X server unknown error


I have installed 4 Parabola systems (Parabola is a pacman GNU system, https://parabola.nu) in my same machine in different kernels, hardened, PCK, generic, LTS, EVERY systems are being suffered against X server unknown error, manually commanding startx not restarting, commanding xkill to force kill still not killing, Liri is my only desktop working and based on Wayland server, but no Gtk+ apps are working under Liri, Liri itself is yet alpha (https://liri.io/download).
Code:
My display manager is SDDM which is X and Wayland compatible, but auto running with startx, manually running SDDM is never working.
Code:
My runlevel is always 5 (graphical runlevel), but should this be temp switched to 2 or 3 or 4, as to help to try fixing X issues?

Last edited by hd_scania; 12-11-2017 at 07:26 PM.
 
Old 12-12-2017, 08:10 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,288

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Have you asked on the Parabola site? What did they say?

I would go to runlevel 3, check out /var/log/Xorg.0.log, or as type
Code:
startx >~/Xerr.txt 2>&1
and pastebin it or post it.

It would probably be worth trying as root, in case it's a permissions thing.
 
1 members found this post helpful.
Old 12-21-2017, 08:02 PM   #3
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
Nothing special here but it still dsnt tell where are my errors to us, the indifferent output like that not running under sudo, so dsnt seem to be an issue of my permissions.
Code:
hd_scania@hd-scania.nu ~ $ sudo startx >/data/terminal/pacman/Xorg.122117.log 2>&1
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running
(EE) 
Fatal server error:
(EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE) 
(EE) 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE) 
(EE) Server terminated with error (1). Closing log file.
Invalid MIT-MAGIC-COOKIE-1 keyxinit: giving up
xinit: unable to connect to X server: Resource temporarily unavailable
xinit: server error
hd_scania@hd-scania.nu ~ $
Quote:
Originally Posted by business_kid View Post
Have you asked on the Parabola site? What did they say?
I would go to runlevel 3, check out /var/log/Xorg.0.log, or as type
Code:
startx >~/Xerr.txt 2>&1
and pastebin it or post it.
It would probably be worth trying as root, in case it's a permissions thing.
 
Old 12-21-2017, 08:11 PM   #4
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
And also I have unset my VT instead of 7 (/etc/conf.d/xdm, remains DISPLAYMANAGER=sddm, DISPLAY_MANAGER=sddm, DISPLAY=sddm),
rc runlevel remains 5 and dsnt seem to be related (id:5:initdefault: in both files /usr/share/openrc/support/sysvinit/inittab and /etc/inittab, my init system is OpenRC)
but also exec startlxqt in my .xinitrc, and sometimes XDG_RUNTIME_DIR missing, also having set it to ~/.xdg in files ~/.xinitrc and ~/.bash_profile.

Last edited by hd_scania; 12-21-2017 at 08:12 PM.
 
Old 12-22-2017, 03:52 AM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,288

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Code:
Invalid MIT-MAGIC-COOKIE-1 keyxinit: giving up
xinit: unable to connect to X server: Resource temporarily unavailable
That seems to be the kernel of it. I would try followinbg these instructions
https://askubuntu.com/questions/1431...tx-doesnt-work
 
Old 12-22-2017, 05:23 AM   #6
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
I have also found a strange stuff, during OpenRC init prompt from a Parabola (a pacman GNU system) kernel to boot Devuan (a no-systemd deb system), and I have found my keypads and mice are frozen, it seems that the session dsnt load the X devices for Devuan, but does this get help to this startx error?
Quote:
Originally Posted by business_kid View Post
Code:
Invalid MIT-MAGIC-COOKIE-1 keyxinit: giving up
xinit: unable to connect to X server: Resource temporarily unavailable
That seems to be the kernel of it. I would try followinbg these instructions
https://askubuntu.com/questions/1431...tx-doesnt-work
 
Old 12-22-2017, 11:31 AM   #7
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,288

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
The guy deleted ~/.XAuthority and reinstalled X completely, IIRC. Did you look at the link? If not why ask me?

I have Slackware, not Parabola. But it's an idea for you. If you don't want to try things why did you post the problem?
 
Old 12-22-2017, 06:20 PM   #8
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
I have removed Xauthority and tried to reinstall the kernel with its headers and xauth, xinit, but later reinstall the full X which I need to back to my homepage for all X packages I have instaled.
Code:
rm -rf ~/.Xauthority && sudo pacman -Syyu --noconfirm linux-libre-hardened linux-libre-hardened-headers xorg-xauth xorg-xinit && startx
but I am still facing the same error, it looks that Ubuntu question dsnt seem to work for me, I am OpenRC but Ubuntu is proposed to systemd.
Quote:
Originally Posted by business_kid View Post
The guy deleted ~/.XAuthority and reinstalled X completely, IIRC. Did you look at the link? If not why ask me?
I have Slackware, not Parabola. But it's an idea for you. If you don't want to try things why did you post the problem?

Last edited by hd_scania; 12-22-2017 at 06:47 PM.
 
Old 12-22-2017, 08:03 PM   #9
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
Smile

MIT-MAGIC-COOKIE-1 is an xauth bug as informed in the xauth manual,
Code:
Users that have unsecure networks should take care to use encrypted file transfer mechanisms to copy authorization entries between machines. Similarly, the MIT-MAGIC-COOKIE-1 protocol is not very useful in unsecure envuronments. Sites that are interested in additional may need to use encrypted authorization mechanisms such as Kerberos.
Spaces are currently not allowed in the protocol name. Quoting could be added for the truly preverse
 
Old 12-26-2017, 04:18 AM   #10
hd_scania
Member
 
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268

Original Poster
Blog Entries: 6

Rep: Reputation: Disabled
Now MIT-MAGIC-COOKIE-1 has been disappeared which I have installed the every xorg-drivers, but the X server death is not yet over. What to do this step?
 
Old 12-26-2017, 08:08 AM   #11
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,288

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
There's ~/.Xsession or something like it to tells you the nitty gritty of how the DE started (My variant is ~/.xfce4-session.verbose-log). There's also /var/log/Xorg.0.log, and I did suggest startx > /tmp/x.err 2>&1

Any of those show any interesting error?
 
  


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
Trying to get LiveUSB of Parabola to boot on a 2009 MacBook Pro TheDude76 Linux - Laptop and Netbook 1 11-23-2017 07:42 AM
LXer: Parabola 2016.07.27 Screenshot Tour LXer Syndicated Linux News 0 07-30-2016 02:35 PM
ping: unknown host error when trying to connect 32 bit SME Server 8.1 to the internet kjell159 Linux - Server 13 05-20-2014 12:26 AM
[SOLVED] Google-Chrome Error (Error 9 (net::ERR_UNEXPECTED): Unknown error) smoooth103 Slackware 4 12-04-2010 07:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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