From owner-freebsd-current@FreeBSD.ORG  Tue Oct 12 11:51:10 2010
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
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 EF3A2106566C;
	Tue, 12 Oct 2010 11:51:10 +0000 (UTC) (envelope-from fidaj@ukr.net)
Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.23])
	by mx1.freebsd.org (Postfix) with ESMTP id A6EB98FC08;
	Tue, 12 Oct 2010 11:51:10 +0000 (UTC)
Received: from 234-31-132-95.pool.ukrtel.net ([95.132.31.234] helo=localhost)
	by fsm1.ukr.net with esmtps ID 1P5dNt-0008O6-6D
	; Tue, 12 Oct 2010 14:51:09 +0300
Date: Tue, 12 Oct 2010 14:51:07 +0300
From: Ivan Klymenko <fidaj@ukr.net>
To: Garrett Cooper <gcooper@FreeBSD.org>
Message-ID: <20101012145107.2b23914f@ukr.net>
In-Reply-To: <AANLkTimSzwp5h-u0JQL_aCnti3VFHOjibJ82qS-KWset@mail.gmail.com>
References: <20101011105904.70dd7e7f@ukr.net> <4CB2D317.9010004@icyb.net.ua>
	<AANLkTimj_8wGieDMjimRoRbrj8=xwkhHtVOfECVyN3FJ@mail.gmail.com>
	<20101012113542.5eaf5321@ukr.net> <4CB42179.10302@icyb.net.ua>
	<20101012120002.75ed1f2d@ukr.net> <4CB42497.4080105@icyb.net.ua>
	<AANLkTimSzwp5h-u0JQL_aCnti3VFHOjibJ82qS-KWset@mail.gmail.com>
X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd9.0)
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Cc: freebsd-current@freebsd.org, Andriy Gapon <avg@icyb.net.ua>
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
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 12 Oct 2010 11:51:11 -0000

=D0=92 Tue, 12 Oct 2010 02:07:01 -0700
Garrett Cooper <gcooper@FreeBSD.org> =D0=BF=D0=B8=D1=88=D0=B5=D1=82:

> On Tue, Oct 12, 2010 at 2:04 AM, Andriy Gapon <avg@icyb.net.ua> wrote:
> > on 12/10/2010 12:00 Ivan Klymenko said the following:
> >> =D0=92 Tue, 12 Oct 2010 11:51:05 +0300
> >> Andriy Gapon <avg@icyb.net.ua> =D0=BF=D0=B8=D1=88=D0=B5=D1=82:
> >>
> >>> on 12/10/2010 11:35 Ivan Klymenko said the following:
> >>>> --i choose a user, enter a password and press "Enter"
> >>>
> >>> have you switched to text console after the above and before the
> >>> next?
> >>
> >> After the system hangs - no
> >
> > I specifically asked if you switched to text console right after
> > pressing Enter in the above step. =C2=A0Sorry if that was not clear.
> >
> >> after a reboot - yes - I went to the console and rebuilt world and
> >> kernel version r231507 again ...
> >>
> >>>
> >>>> --takes a few seconds and my system hangs
> >>>> --I press CTRL + ALT + ESC, but nothing happens
> >>>
> >>> You might want to add DEBUG_VFS_LOCKS.
> >>>
> >>
> >> Yes, I can, but this whole procedure takes me many hours ...
> >> I have FreeBSD - the only system on the PC and I need it in
> >> working order - I'm working on it
> >>
> >> Surely no one will be able to repeat my steps, that would verify
> >> this especially since I've written previously that the cause may
> >> be in the vfs ...
> >
> > Not sure what your point is.
> > So far you seem to be the only one who has the problem (or has
> > reported it, at least).
>=20
>     Could you try disabling some of your modules (fuse, nvidia, etc)
> in a stepwise manner? fuse is of particular interest for me to see
> whether or not it resolves the problem.
> Thanks,
> -Garrett

--I have updated the source code to r213666
--rebuilt and reinstall: ONLY kernel GENERIC + options         DEBUG_VFS_LO=
CKS
--i NOT reinstall nvidia driver with my patch...
--i removed fusefs_enable=3D"YES" in /etc/rc.conf  <<<<<!!!!!!!!!!!!
	fusefs-kmod-0.3.9.p1.20080208_6

system booted fine and I successfully logged on to gdm! :)

cause system hangs at the entrance to gdm was a module of the ports of fuse=
.ko

Thank you very much!