From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 23:33:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2BA016A41F for ; Tue, 10 Jul 2007 23:33:07 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.freebsd.org (Postfix) with ESMTP id 56EB413C457 for ; Tue, 10 Jul 2007 23:33:07 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l6ANX21R023654; Wed, 11 Jul 2007 01:33:02 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Wed, 11 Jul 2007 01:33:01 +0200 User-Agent: KMail/1.9.7 References: <200707090103.49950.lists-fbsd@shadypond.com> <200707101441.01594.lists-fbsd@shadypond.com> <200707101525.49966.lists-fbsd@shadypond.com> In-Reply-To: <200707101525.49966.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707110133.02184.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Pollywog Subject: Re: X11 forwarding problems in FreeBSD 6.2 - no xauth data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 23:33:07 -0000 On Wednesday 11 July 2007, Pollywog wrote: > I found out that "mcookie" generates magic cookies for xauth, but I do not > have the mcookie command in FreeBSD, though it exists on my Debian Etch > system and is part of the util-linux package. I think you need to generate a new cookie with $ xauth generate :0 . trusted See xauth(1) for more info. HTH, Pieter de Goeje