Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2007 13:46:51 -0400
From:      Wesley Shields <wxs@atarininja.org>
To:        Henri-Pierre Charles <hpcharles@gmail.com>
Cc:        current@freebsd.org
Subject:   Re: xorg 7.2 install and remote ssh
Message-ID:  <20070524174651.GD45539@atarininja.org>
In-Reply-To: <4734a3ed0705240941u3d4293abn31e3146bd845f474@mail.gmail.com>
References:  <4734a3ed0705240941u3d4293abn31e3146bd845f474@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 24, 2007 at 06:41:38PM +0200, Henri-Pierre Charles wrote:
>  Hello list, I did an xorg 7.2 upgrade
>  (My way is to pkg_delete -a then do a lot of pkg_add -r  on 
>  package-6-stable)
> 
>  The upgrade was ok. But I was unable to invoque an X client
>  remotely via ssh.
> 
>  Sympthom : ssh -v fail wiith a message "debug1: Remote: No xauth
>  program; cannot forward with spoofing."
> 
>  I did little research :
>  e:~/>strings /usr/bin/ssh |grep xauth
>  ../..
>  /usr/X11R6/bin/xauth
>  ../...
> 
>  Oh damnit ssh is not aware that /usr/X11R6 is now /usr/local ! :-(
>  Bug ?
> 
>  Turn around:  cd /usr/X11R6/bin/; sudo ln -s /usr/local/bin/xauth

The directions in UPDATING state that there needs to be a symlink from
/usr/X11R6 to /usr/local.

-- WXS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070524174651.GD45539>