From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 19 22:20:10 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B47116A46B for ; Tue, 19 Jun 2007 22:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7648413C4BC for ; Tue, 19 Jun 2007 22:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5JMKAsC010373 for ; Tue, 19 Jun 2007 22:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5JMKACf010372; Tue, 19 Jun 2007 22:20:10 GMT (envelope-from gnats) Resent-Date: Tue, 19 Jun 2007 22:20:10 GMT Resent-Message-Id: <200706192220.l5JMKACf010372@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tim Daneliuk Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3745316A41F for ; Tue, 19 Jun 2007 22:17:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 26CF113C46C for ; Tue, 19 Jun 2007 22:17:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l5JMHJWm023907 for ; Tue, 19 Jun 2007 22:17:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l5JMHIC2023906; Tue, 19 Jun 2007 22:17:18 GMT (envelope-from nobody) Message-Id: <200706192217.l5JMHIC2023906@www.freebsd.org> Date: Tue, 19 Jun 2007 22:17:18 GMT From: Tim Daneliuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/113868: sshd on latest 4.11-STABLE points to wrong xauth location X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2007 22:20:10 -0000 >Number: 113868 >Category: misc >Synopsis: sshd on latest 4.11-STABLE points to wrong xauth location >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 19 22:20:09 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Tim Daneliuk >Release: 4.11 STABLE (latest) >Organization: TundraWare Inc. >Environment: FreeBSD eskimo.tundraware.com 4.11-STABLE FreeBSD 4.11-STABLE #40: Fri Jun 15 21:36:51 CDT 2007 toor@eskimo.tundraware.com:/usr/obj/usr1/src/sys/ESKIMO i386 >Description: I realize 4.x is not supported any longer, but a change seems to have crept in after the 4.x EOL that breaks things it should not on previously stable systems: Attempting to ssh into the 4.11-STABLE system works, but X tunneling does NOT. This turns out to be a problem because sshd is looking for xauth in /bin rather than /usr/X11R6/bin/xauth. >How-To-Repeat: >Fix: The dirty fix here is ln -s /usr/X11R6/bin/xauth /bin/xauth but it would be nice if the code were to revert back to correctly looking for xauth as it has historically. >Release-Note: >Audit-Trail: >Unformatted: