[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xauth problem



In article <[🔎] m0xsqic-0007zaC@westgac3.dragon.com>,
 <tko@westgac3.dragon.com> wrote:
>I've chased this one for a while. Martin Bialasinski tried to help via private
>email, but neither of us could figure out what is wrong.

>open("~/.Xauthority", O_RDONLY)         = -1 ENOENT (No such file or directory)
>access("~/.Xauthority", F_OK)           = -1 ENOENT (No such file or directory)

The kernel does not know about "~/" as an abbreviation of the homedirectory,
that's why it fails. I think you have set some environment variable which
xauth uses to "~/" or similar instead of the full path to your homedirectory.
Check out the output of "set" and/or "printenv" to find out which variable.

Mike.
-- 
 Miquel van Smoorenburg |  The dyslexic, agnostic, insomniac lay in his bed
    miquels@cistron.nl  |  awake all night wondering if there is a doG


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: