From owner-freebsd-stable@FreeBSD.ORG Mon Oct 27 19:14:07 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 638B8D1E for ; Mon, 27 Oct 2014 19:14:07 +0000 (UTC) Received: from nmsh3.e.nsc.no (nmsh3.e.nsc.no [193.213.121.74]) by mx1.freebsd.org (Postfix) with ESMTP id C353A635 for ; Mon, 27 Oct 2014 19:14:06 +0000 (UTC) Received: from terraplane.org (ti0027a400-0787.bb.online.no [85.164.10.23]) by nmsh3.nsc.no (8.14.7/8.14.7) with ESMTP id s9RImAVH016272 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 27 Oct 2014 19:48:11 +0100 (MET) Received: from terraplane.org (localhost [127.0.0.1]) by terraplane.org (8.14.5/8.14.5) with ESMTP id s9RIu08J032549 for ; Mon, 27 Oct 2014 19:56:00 +0100 (CET) (envelope-from rumrunner@terraplane.org) Received: (from rumrunner@localhost) by terraplane.org (8.14.5/8.13.8/Submit) id s9RIu04g032548 for freebsd-stable@freebsd.org; Mon, 27 Oct 2014 19:56:00 +0100 (CET) (envelope-from rumrunner) Date: Mon, 27 Oct 2014 19:56:00 +0100 From: Eivind Evensen To: freebsd-stable@freebsd.org Subject: XDM authorization key matches an existing client Message-ID: <20141027185600.GC32314@klump.hjerdalen.lokalnett> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2014 19:14:07 -0000 Hello. On FreeBSD elg.hjerdalen.lokalnett 10.0-STABLE FreeBSD 10.0-STABLE, I have a problem running certain X programs. They tell me: .milkytracker XDM authorization key matches an existing client!Couldn't initialize SDL: Couldn't open X11 display Using xhost +localhost works around the problem, but I'd rather not have to do that if avoidable. I can't really see anything in the options for sdl that seems to have an impact. Does anybody have any ideas where I can start to look? -- Eivind