Bug 2132 - after su as user root programs can't find user X server
Summary: after su as user root programs can't find user X server
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: XFree86
Version: 6.0
Hardware: i386
OS: Linux
low
high
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-04-11 22:40 UTC by mark_evans
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-04-12 20:31:24 UTC
Embargoed:


Attachments (Terms of Use)

Description mark_evans 1999-04-11 22:40:32 UTC
After login in as a user under X, and su to root printool,
netcfg etc can find the X server from a terminal.

Comment 1 Preston Brown 1999-04-12 18:51:59 UTC
You must use xauth to add authority for root to your display.  man
xauth for more information.

Comment 2 Preston Brown 1999-04-12 20:31:59 UTC
hopefully, su will be modified to do xauth automatically via pam
before release, but if not, you will have to use xauth manually.

Comment 3 Chris Siebenmann 1999-04-12 22:37:59 UTC
My workaround for this problem is to explicitly set a XAUTHORITY
environment variable that points to my .Xauthority file. As long as
one uses su instead of 'su -' (which would wipe out the environment)
and as long as root can still read the file after su'ing (not always
true in some NFS environments), this lets programs run after the su
still have access to the right xauth data.

 A short-term workaround for RedHat might be to add something like
this to their XDM and/or startx script environments.


Note You need to log in before you can comment on or make changes to this bug.