From owner-freebsd-stable@FreeBSD.ORG Mon Oct 27 20:16:39 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 BDF0DFC for ; Mon, 27 Oct 2014 20:16:39 +0000 (UTC) Received: from nmsh3.e.nsc.no (nmsh3.e.nsc.no [193.213.121.74]) by mx1.freebsd.org (Postfix) with ESMTP id 28150D5C for ; Mon, 27 Oct 2014 20:16:38 +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 s9RKGaaS011592 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 27 Oct 2014 21:16:37 +0100 (MET) Received: from terraplane.org (localhost [127.0.0.1]) by terraplane.org (8.14.5/8.14.5) with ESMTP id s9RKOQFT032965; Mon, 27 Oct 2014 21:24:26 +0100 (CET) (envelope-from rumrunner@terraplane.org) Received: (from rumrunner@localhost) by terraplane.org (8.14.5/8.13.8/Submit) id s9RKOQsL032964; Mon, 27 Oct 2014 21:24:26 +0100 (CET) (envelope-from rumrunner) Date: Mon, 27 Oct 2014 21:24:26 +0100 From: Eivind Evensen To: John Nielsen Subject: Re: XDM authorization key matches an existing client Message-ID: <20141027202426.GA32910@klump.hjerdalen.lokalnett> References: <20141027185600.GC32314@klump.hjerdalen.lokalnett> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-stable@freebsd.org 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 20:16:39 -0000 On Mon, Oct 27, 2014 at 01:24:55PM -0600, John Nielsen wrote: > On Oct 27, 2014, at 12:56 PM, Eivind Evensen wrote: > > > > 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? > > I had a similar (IIRC) problem recently. Try appending > DisplayManager*authName: MIT-MAGIC-COOKIE-1 > to /usr/local/lib/X11/xdm/xdm-config and restart xdm and your session. > That disables the XDM-AUTHORIZATION-1 authentication which, in my case, > solved the problem. Thank you, that solves the problem here aswell. I didn't make the connection between the section describing this setting in man xdm and my problem. Eivind > JN