From owner-freebsd-current@FreeBSD.ORG Sun Sep 26 00:29:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2322A16A4CE for ; Sun, 26 Sep 2004 00:29:46 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48AC243D53 for ; Sun, 26 Sep 2004 00:29:38 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i8Q0TvXh051700; Sat, 25 Sep 2004 18:29:57 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <41560D1B.7090102@samsco.org> Date: Sat, 25 Sep 2004 18:28:11 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Guy Middleton References: <20040926002043.GA26943@chaos.obstruction.com> In-Reply-To: <20040926002043.GA26943@chaos.obstruction.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-current@freebsd.org Subject: Re: 5.3-BETA5 X weirdness X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 00:29:46 -0000 Guy Middleton wrote: > I'm seeing some X weirdness on 5.3-BETA5. > > Running X, I ssh to some other machine (doesn't matter what, the machine > happens to be running 5.1-RELEASE). Then run xterm on the remote machine. If > I left-mouse-button select text in the xterm window, and the > middle-mouse-button drop it in any other window, I get this error: > > X Error of failed request: BadAtom (invalid Atom parameter) > Major opcode of failed request: 18 (X_ChangeProperty) > Atom id in failed request: 0x104 > Serial number of failed request: 151 > Current serial number in output stream: 153 > > > Any idea how to fix? Are you tunneling X over ssh? try using 'ssh -y'. Scott