Maybe /etc/X11/xdm/Xaccess?

The answer is somewhere in /etc/X11, probably in /etc/X11/xdm.

That's my bet.

See also "man xauth" for another long and winding probable dead end.

Once upon a time I understood this script I wrote:

#!/bin/sh
#
# runprog <user> <command>
#
# runs the command as the user and give the user access to the display
# so long as the user is in the console group.

#chgrp console ~/.Xauthority
xauth extract - $DISPLAY | su --command="xauth merge -" - $1
su --command=" export DISPLAY=0:0 ; nohup $2" - $1 > /dev/null &



On 2002.06.05 23:20 Sudhaker P wrote:
> 
> 
> 
>> From: "Sudhaker P" <[EMAIL PROTECTED]>
>> Reply-To: [EMAIL PROTECTED]
>> To: [EMAIL PROTECTED]
>> Subject: Re: Xlib: connection to "localhost:0.0" refused by server^M
>> Date: Wed, 05 Jun 2002 19:46:00 -0500
>> 
>> We did not change the hostname at all .But we changed the IP address. 
>> Any
>> suggestions from any of you who have experienced this problem.
>> 
>> -Regards,
>> Sudhakar
>> 
>> 
>> 
>>> From: Alfredo Cole <[EMAIL PROTECTED]>
>>> Reply-To: [EMAIL PROTECTED]
>>> To: [EMAIL PROTECTED]
>>> Subject: Re: Xlib: connection to "localhost:0.0" refused by server^M
>>> Date: Wed, 5 Jun 2002 15:57:25 -0600
>>> 
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>> 
>>> El Mié 05 Jun 2002 15:20, escribiste:
>>> > HI all,
>>> > I've moved RH linux 6.2 servers from one location to another place
>>> > and when I start the weblogic server, I'm getting the following
>>> > error
>>> >
>>> > Xlib: connection to "localhost:0.0" refused by server^M
>>> >
>>> > Can any of you gurus suggest me why we are having this problem and
>>> > how can we solve it .
>>> >
>>> > Any suggestions will be greately appreciated.
>>> >
>>> > -Thanks,
>>> > Peram
>>> 
>>> I had a similart problem with a client a week ago, and after many
>>> attempts, it turned out they had changed the name of the server.
>>> Check your HOSTNAME file first.
>>> 
>>> Regards.
>>> - --
>>> Alfredo J. Cole
>>> http://www.acyc.com (Accounting Systems)
>>> http://www.clshonduras.com (Linux Hardware)
>>> PGP Key available from certserver.pgp.com
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1.0.6 (GNU/Linux)
>>> Comment: For info see http://www.gnupg.org
>>> 
>>> iD8DBQE8/olFu5DxuPWE298RAliQAJwMmz4ujB2ES1F7y/xnRIWSf9D2LgCfdJTV
>>> ocY0XFMvmEYHlgvYO45414I=
>>> =VSMf
>>> -----END PGP SIGNATURE-----
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> Redhat-list mailing list
>>> [EMAIL PROTECTED]
>>> https://listman.redhat.com/mailman/listinfo/redhat-list
>> 
>> 
>> 
>> 
>> _________________________________________________________________
>> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>> 
>> 
>> 
>> _______________________________________________
>> Redhat-list mailing list
>> [EMAIL PROTECTED]
>> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> 
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to