From owner-freebsd-gnome@FreeBSD.ORG Thu May 13 09:40:08 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16427106566B for ; Thu, 13 May 2010 09:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E147E8FC0C for ; Thu, 13 May 2010 09:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4D9e74S039657 for ; Thu, 13 May 2010 09:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4D9e7G0039656; Thu, 13 May 2010 09:40:07 GMT (envelope-from gnats) Date: Thu, 13 May 2010 09:40:07 GMT Message-Id: <201005130940.o4D9e7G0039656@freefall.freebsd.org> To: gnome@FreeBSD.org From: Yuri Cc: Subject: Re: ports/146141: sysutils/hal causes system to hang up X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yuri List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2010 09:40:08 -0000 The following reply was made to PR ports/146141; it has been noted by GNATS. From: Yuri To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/146141: sysutils/hal causes system to hang up Date: Thu, 13 May 2010 02:24:05 -0700 I actually solved this one with the help of the Warren Block from freebsd-questions@. There was an option in xorg.conf in section "ServerFlags": Option "AllowEmptyInput" "no" Once I removed it and added: Option "AutoAddDevices" "off" the problem with freezing disappeared. I am not sure if there is a bug that I stepped on, or this is expected. I don't know why "AllowEmptyInput"="no" interfered with hald, but it did. I believe it shouldn't interfere. Yuri