From owner-freebsd-x11@FreeBSD.ORG Thu Jan 5 16:02:11 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org 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 8A06316A41F for ; Thu, 5 Jan 2006 16:02:11 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail4.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3851B43D46 for ; Thu, 5 Jan 2006 16:02:03 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id C1D4317B87F; Thu, 5 Jan 2006 17:01:58 +0100 (CET) Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 38587-03-2; Thu, 5 Jan 2006 17:01:45 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 7CCB917B8C2; Thu, 5 Jan 2006 17:01:44 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 3F3C01702F; Thu, 5 Jan 2006 17:01:44 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Thu, 5 Jan 2006 17:01:43 +0100 User-Agent: KMail/1.8.3 References: <20060104152624.GB15636@uws1.starlofashions.com> <20060105004418.GA34297@mail.scottro.net> <8664oyeq00.fsf@ra333.heimat.gr.jp> In-Reply-To: <8664oyeq00.fsf@ra333.heimat.gr.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601051701.43891.dejan.lesjak@ijs.si> Cc: Subject: Re: problem with starting xorg after upgrade 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: Thu, 05 Jan 2006 16:02:11 -0000 On Thursday 05 of January 2006 14:57, NAKAJI Hiroyuki wrote: > >>>>> In <20060105004418.GA34297@mail.scottro.net> > >>>>> Scott Robbins wrote: > > > > Further addition to this--actually, as long as I remove ~/.Xauthority-l > > and ~/.Xauthority-c, it works. I don't have to bother removing > > .Xauthority itself. > > > > Again, I don't know enough about this to understand exactly what is going > > on. If Nakaji-san tried removing his ~/.Xauthority-c and -l files and > > tried restarting and it works, then perhaps we're onto something. :) > > I tried your suggestion and failed. The result was "I had to press > power button twice". My problem seems different from yours. It most probably is. > I did: > > 1. Quit all X applications > 2. Exit X session (quit fvwm2) > 3. Remove ~/.Xauthority and /tmp/.X* > (sync sync syc ...) > 4. Run 'startx' > 5. no input nor output on both serial console and console, no kbd LED > and no HDD LED (i.e. no kernel crash dump) > 6. Press power button twice (off and on) > 7. Wait fsck ... > > Is it ok to send PR that "X kills my system, I cannot get any more > information"? Well... Without more information it will probably just stay there and you would get a periodic "Is this still a problem with recent release of X.Org/FreeBSD". Are there any messages about the problem in /var/log/messages? Did you try to break to debugger at the time system froze? > Oh, I recognized only one thing. /tmp/.X11-unix and /tmp/.XIM-unix are > created just before system hangup, but /var/log/Xorg.0.log is not > updated. The directories should be there even since system startup. Is your /etc/rc.d/cleartmp up to date? That is probably unrelated though. Dejan