From owner-freebsd-questions@FreeBSD.ORG Tue Nov 8 05:48:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC2FC16A41F for ; Tue, 8 Nov 2005 05:48:34 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16E9443D49 for ; Tue, 8 Nov 2005 05:48:32 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id jA85mTIg007370 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 8 Nov 2005 12:48:29 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id jA85mSrC079065; Tue, 8 Nov 2005 12:48:28 +0700 (ICT) Date: Tue, 8 Nov 2005 12:48:28 +0700 (ICT) Message-Id: <200511080548.jA85mSrC079065@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: SSH X11 forwarding fail 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, 08 Nov 2005 05:48:34 -0000 Hi, I am SSH'ing to a FreeBSD machine and enable X11 forwarding. Everything was working fine untill I rebooted this morning. Since then: # xterm X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 20 (X_GetProperty) Atom id in failed request: 0x17 Serial number of failed request: 3 Current serial number in output stream: 3 # env|grep DISPLAY DISPLAY=localhost:10.0 What could that be? Olivier