From owner-freebsd-questions@FreeBSD.ORG Fri Jun 8 11:37:09 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 780C416A41F for ; Fri, 8 Jun 2007 11:37:09 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id DC9B213C487 for ; Fri, 8 Jun 2007 11:37:08 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1061124uge for ; Fri, 08 Jun 2007 04:37:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YTWGsKPFJwJw0QXOl9OLY3IPGA0ve1JRnmB1X5RfiaoiGT0Dk0+UbczQhxqia/nmNE2iYTlJGIv34JyoIjftO7lcRBTAIBodsWFEe7MlKeEPrz6iScQD7Yh/an3VHYnkWo1ieZ/06k1kXElc2+blsi63utPPeTwackuTEAUg/X8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ceGCPAWHO+cIMvavi8V64u4Av1lFcGd1ic95MW7qgM1REvu65hvzFLgtKBe1QBPppNxyb0iF8ivQ/K1VijyzAWa+mHM7VzkzvsG+zNMtfth5mUL0y89jESf61/rtPmYROHXPCTDtS9UZguCMT2VW3Y6gGbrWyCzStzPssgckY7U= Received: by 10.82.162.14 with SMTP id k14mr5194286bue.1181302627304; Fri, 08 Jun 2007 04:37:07 -0700 (PDT) Received: by 10.82.158.11 with HTTP; Fri, 8 Jun 2007 04:37:07 -0700 (PDT) Message-ID: <14989d6e0706080437r34d1552do562d321bc8a3aa04@mail.gmail.com> Date: Fri, 8 Jun 2007 13:37:07 +0200 From: "Christian Walther" To: "Bernt Hansson" In-Reply-To: <466930BE.2010505@bah.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4668F03E.9050306@bah.homeip.net> <4669219D.40509@gmx.de> <466930BE.2010505@bah.homeip.net> Cc: freebsd-questions@freebsd.org Subject: Re: Xorg problem 6.9 >> 7.2 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: Fri, 08 Jun 2007 11:37:09 -0000 On 08/06/07, Bernt Hansson wrote: > [LoN]Kamikaze wrote: > > Bernt Hansson wrote: > >> Hello > >> > >> I've upgraded Xorg to 7.2 on a 6.2-stable machine according to UPDATIN= G. > >> > >> If I'am trying startx as a normal user I get this error > >> > >> > >> AUDIT: : pid X: client 1 rejected from local host (uid= 1001) > >> > >> Xlib: Connection to "0:0" refused by server > >> Xlib: No protocol specified > >> > >> Starting from root no problem. > >> > >> As a normal user /usr/local/bin/startxfce4 starts fine. > >> > >> I'm guessing it's a permissions problem, is it? > > > > I suggest you check all the pathnames in your xorg.conf, I had a simila= r > > problem and adjusting paths solved them. > > What paths did you have in mind? I regenerated the xorg.conf file after > upgrading. It's some sort of permission problem. I guess that it's related to xauth. I had similar problem like you describe, but they don't appear when a display manager is running (which is my default configuration). So I didn't analyse this deeper. If I remember correctly there are some xauth-related dirs and files, either in ~/ or im /tmp (probably both). Maybe you've to remove them. But this is just a wild guess, to be honest. But it definetely hasn't anything to do with xorg.conf.