Summary: | startx xauth "unknown command" error | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Nick White <freedesktop-bugs> | ||||
Component: | App/xinit | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED INVALID | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | minor | ||||||
Priority: | medium | CC: | mmokrejs, pachoramos1, remi, sergey.filkin | ||||
Version: | 7.2 (2007.02) | Keywords: | janitor, patch | ||||
Hardware: | All | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | 2011BRB_Reviewed | ||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Nick White
2007-11-30 08:16:02 UTC
Same issue at http://bugs.gentoo.org/show_bug.cgi?id=131308 . I encountered this bug too on ArchLinux. I have played around with /etc/hosts and "xauth list" and have concluded that xauth DOES make a difference between IPv4 and IPv6 addresses. My /etc/hosts looks like 127.0.0.1 localhost.localdomain localhost arch ::1 localhost.localdomain localhost And "xauth list localhost:0" give me TWO identical lines whereas "xauth list arch:0" gives me ONE line with contents identical to the localhost case. If I add "arch" hostname to ::1 in /etc/hostname, "xauth list arch:0" gives me TWO lines identical to the localhost case. I think it would be better to improve /usr/bin/startx to take only one of two identical lines. Just as Nick White did in his patch. Created attachment 49839 [details]
startx patch
I have had a conversation on irc.freenode.net#xorg-devel with an active contributor of Xorg "ajax". He told me that I need to do $xauth list localhost/unix:0 in startx, i.e. specify that we request info just about unix sockets. After applying the attached startx patch startx works without error messages. Can you please send your patch to xorg-devel for review. Mass closure: This bug has been untouched for more than six years, and is not obviously still valid. Please reopen this bug or file a new report if you continue to experience issues with current releases. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.