From owner-freebsd-current@FreeBSD.ORG Mon Oct 11 15:37:09 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31CC2106566B for ; Mon, 11 Oct 2010 15:37:09 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id DE25F8FC14 for ; Mon, 11 Oct 2010 15:37:08 +0000 (UTC) Received: by ywh2 with SMTP id 2so826849ywh.13 for ; Mon, 11 Oct 2010 08:37:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=zXOYiEtLH2x45uN64z0B88iIDfqtrd9OpMo+HDOtqOk=; b=qzRf9ae3uewOau08sWUsUL7QVSo8lUs6CVoePDGAByZEV1puCNOD95PB2tVUmHANQe X6aBMcdOBpLEab6akbp8tKGnoOWA8zvyoZKXzcCD2R6ybY1PLn8cTrZ5FcsdUfINbeCA aEhI1a75O15SyAnFZKLTn1VUp3RLnP/wMbp4A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=u7/gpqccdCTgVH6G0GAm2Q8klnFyJwcUmcHtgxNFdrSU0RXn7EXockkSu2dzIoyMkE 1j/1UQU1KHE7vN0Y+aSdvyaVVInWbnu6frbDmgq7T9iSp1nrl44s8BnPQy5q4RcnBMMI O7dPJwAbUqVTgjy1qAU9dAzhXum7vEMBQWw2c= MIME-Version: 1.0 Received: by 10.42.29.133 with SMTP id r5mr1885447icc.235.1286811426773; Mon, 11 Oct 2010 08:37:06 -0700 (PDT) Sender: yanegomi@gmail.com Received: by 10.231.184.3 with HTTP; Mon, 11 Oct 2010 08:37:05 -0700 (PDT) In-Reply-To: <4CB2D317.9010004@icyb.net.ua> References: <20101011105904.70dd7e7f@ukr.net> <4CB2D317.9010004@icyb.net.ua> Date: Mon, 11 Oct 2010 08:37:05 -0700 X-Google-Sender-Auth: WaYltcnAJ37RauqsF2yMSAGgpB8 Message-ID: From: Garrett Cooper To: Andriy Gapon Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Ivan Klymenko , freebsd-current@freebsd.org Subject: Re: system hangs after logging into gdm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2010 15:37:09 -0000 On Mon, Oct 11, 2010 at 2:04 AM, Andriy Gapon wrote: > on 11/10/2010 10:59 Ivan Klymenko said the following: >> =D0=92 Sun, 10 Oct 2010 15:37:55 -0700 >> Garrett Cooper =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> >>> On Sun, Oct 10, 2010 at 3:08 PM, Ivan Klymenko wrote: >>>> Hi! >>>> >>>> My system has an svn r213507 >>>> >>>> FreeBSD nonamehost 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r213507: Sun >>>> Oct 10 22:43:18 EEST 2010 >>>> root@nonamehost:/usr/obj/usr/src/sys/mk9 amd64 >>>> >>>> after upgrading to r213666 my system hangs after logging into gdm >>>> >>>> had to go back to r213507 >>> >>> What video driver are you using? >>> -Garrett >>> >>> >> >> NVIDIA Driver Version: 260.19.06 >> >> but Xorg successfully starts and GDM login screen appears >> system hangs after a few seconds after entering the password ... >> I noticed the following: gvfsd does not create a directory of the >> form / var/tmp/gvfs-- may hang system due to gvfsd? That seems a bit interesting. The other thing you can do is start running a binary search on the breakage because you have a range of good versions vs bad versions to look through. > If you can access the system remotely or quickly switch to console, then = you > should be able to examine state of your system and get some facts. If you have ddb compiled into the kernel (and you should) try CTRL-ALT-ESC after the lockup. You may also want to try KGDB instead, which would require a serial connection (RS-232 or IEEE-1394). HTH, -Garrett