From owner-freebsd-x11@FreeBSD.ORG Thu May 24 08:29:04 2007 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3772B16A400 for ; Thu, 24 May 2007 08:29:04 +0000 (UTC) (envelope-from jumper99@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 918CE13C448 for ; Thu, 24 May 2007 08:29:03 +0000 (UTC) (envelope-from jumper99@gmx.de) Received: (qmail invoked by alias); 24 May 2007 08:27:06 -0000 Received: from unknown (EHLO wsa096) [193.101.155.96] by mail.gmx.net (mp017) with SMTP; 24 May 2007 10:27:06 +0200 X-Authenticated: #682707 X-Provags-ID: V01U2FsdGVkX19X6RZzgTtXTc6LVgd4pNOoSs3fzVyjEzwJ81U2S3 Ol9uDktOYA5//F Received: from wsa096 by wsa096 (PGP Universal service); Thu, 24 May 2007 10:27:06 +0100 X-PGP-Universal: processed; by wsa096 on Thu, 24 May 2007 10:27:06 +0100 Message-ID: <00f401c79ddd$40b697f0$609b65c1@vpe.de> From: "Helmut Schneider" To: , References: <00c201c79d49$49ae94a0$609b65c1@vpe.de><006501c79d66$55248430$609b65c1@vpe.de> <20070523191207.GD61762@xor.obsecurity.org> Date: Thu, 24 May 2007 10:26:11 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Y-GMX-Trusted: 0 Cc: Jeremy Chadwick , Kris Kennaway Subject: Re: putty and xorg7.2 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 08:29:04 -0000 From: "Kris Kennaway" > On Wed, May 23, 2007 at 08:15:23PM +0200, Helmut Schneider wrote: >> From: "Helmut 'Ingrid' Schneider" >> >From: "Jeremy Chadwick" >>> >>On Wed, May 23, 2007 at 03:03:49PM +0200, Helmut Schneider wrote: >>>> >>>I recently upgraded some FBSD6.2 machines to xorg 7.2 according to >>>> >>>/usr/ports/UPDATING. By now I cannot use x-forwarding with putty or >>>> >>>ssh -X anymore as the DISPLAY paramater is not set anymore. >>>>>> I connect to 2 machines using putty and x-forwarding. Here >>>>>> are the results: >>> >>See mail to this list with subject "ssh X11 forwarding and X.org 7.2" >>> >>which explains the cause and solution. >> >Hm, I might have missed something, but I created a symlink for >> >/usr/X11R6 -> /usr/local and then did a portupgrade -afPP but DISPLAY >> >is still not exported. >> OK, one has to install xauth. This might/should be a dependency of >> xorg-libraries. imo. > No, because it's not a library :) It's an application and is part of > xorg-apps. It never used to be part of xorg-libraries either (it was > formerly in xorg-clients), so this was always something you needed to > do. Ah, thats the missing link. After the upgrade xorg-clients were gone and not updated to xorg-apps. Thanks, Helmut