From owner-freebsd-x11@FreeBSD.ORG Sat Jun 2 21:37:24 2007 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 599D316A46D for ; Sat, 2 Jun 2007 21:37:24 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from postfix2-g20.free.fr (postfix2-g20.free.fr [212.27.60.43]) by mx1.freebsd.org (Postfix) with ESMTP id 00C1C13C484 for ; Sat, 2 Jun 2007 21:37:23 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by postfix2-g20.free.fr (Postfix) with ESMTP id BC1E311FA8E0 for ; Wed, 30 May 2007 22:03:49 +0200 (CEST) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id 6F30E44A04 for ; Wed, 30 May 2007 23:03:17 +0200 (CEST) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id 95D6E9EE0E; Wed, 30 May 2007 21:03:15 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id 7AEFA405B; Wed, 30 May 2007 23:03:15 +0200 (CEST) Date: Wed, 30 May 2007 23:03:15 +0200 From: Jeremie Le Hen To: freebsd-x11@FreeBSD.org Message-ID: <20070530210315.GF31507@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.15 (2007-04-06) Cc: jeremie@le-hen.org Subject: /usr/local/bin/xinit tries to start /usr/X11R6/bin/Xorg X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 21:37:24 -0000 Hi list, Please Cc: me when replying. I've installed X.org 7.2 from scratch (no XORG_UPGRADE). Unfortunately, I can't start it: I use startx(1) which in turn executes xinit(1), but the latter tries to start /usr/X11R6/bin/Xorg. This obviously doesn't work since X11 now stands in ${LOCALBASE}. % jarjarbinks:~$ startx % % execve failed for /usr/X11R6/bin/Xorg (errno 2) % giving up. % xinit: Connection refused (errno 61): unable to connect to X server % xinit: No such process (errno 3): Server error. The workaround is % ln -s /usr/local/bin/Xorg /usr/X11R6/bin/Xorg Any idea? Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >