From owner-freebsd-x11@FreeBSD.ORG Tue Nov 9 17:56:22 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F25E16A4CE for ; Tue, 9 Nov 2004 17:56:22 +0000 (GMT) Received: from mail.daemonground.de (daemonground.de [217.160.129.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD6B43D3F for ; Tue, 9 Nov 2004 17:56:21 +0000 (GMT) (envelope-from sascha@daemonground.de) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.daemonground.de (Postfix) with ESMTP id 1E85F8A001; Tue, 9 Nov 2004 18:56:21 +0100 (CET) Received: from mail.daemonground.de ([127.0.0.1]) by localhost (daemonground.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 99635-05; Tue, 9 Nov 2004 18:56:18 +0100 (CET) Received: from localhost.localdomain (pD9E399F5.dip.t-dialin.net [217.227.153.245]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.daemonground.de (Postfix) with ESMTP id 7E0DB8A000; Tue, 9 Nov 2004 18:56:13 +0100 (CET) From: Sascha Holzleiter To: Dejan Lesjak In-Reply-To: <200411091649.42361.dejan.lesjak@ijs.si> References: <200411061928.00610.dejan.lesjak@ijs.si> <200411090404.58718.dejan.lesjak@ijs.si> <1099978696.88799.6.camel@area51.cc-web.ma.schlund.de> <200411091649.42361.dejan.lesjak@ijs.si> Content-Type: text/plain Date: Tue, 09 Nov 2004 18:56:00 +0100 Message-Id: <1100022960.898.4.camel@dreamland.chief.home> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at daemonground.de cc: freebsd-x11@freebsd.org Subject: Re: Second stab at X.Org 6.8.1 update X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 17:56:22 -0000 On Tue, 2004-11-09 at 16:49 +0100, Dejan Lesjak wrote: > That's one of things where -5- patch was wrong and is fixed in -6-. > I've just tried again applying on a fresh cvsup in clean chroot and it goes > without errors. Are you sure you applied -6- patch to freshly cvsupped ports? Actually I was sure but a new try proves me wrong: #> patch -p0 -E -C < xorg-681-up-6.diff 2>&1 | grep fail #> Sorry for the noise. One other thing, I'm also testing the xfce 4.2 beta experimental port with the new session manager which worked fine with the 6.7.0 but gives an error at start with 6.8.1: _IceTransmkdir: ERROR: euid != 0,directory /tmp/.ICE-unix will not be created. _IceTransSocketUNIXCreateListener: mkdir(/tmp/.ICE-unix) failed, errno = 2 If I create the directory manuelly with: mkdir -m 1777 /tmp/.ICE-unix it starts just fine. Has there anything been changed with the startx wrapper in 6.8.1? -- Sascha