From owner-freebsd-current@FreeBSD.ORG Mon Sep 16 11:09:25 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5230632 for ; Mon, 16 Sep 2013 11:09:25 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 909732330 for ; Mon, 16 Sep 2013 11:09:25 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 0B9877A23B; Mon, 16 Sep 2013 13:09:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 625A08EE7DE; Mon, 16 Sep 2013 13:09:35 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id epniP0nQYaFv; Mon, 16 Sep 2013 13:09:34 +0200 (CEST) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 9B4D28EE7D3; Mon, 16 Sep 2013 13:09:34 +0200 (CEST) Message-ID: <5236E721.5020700@bitfrost.no> Date: Mon, 16 Sep 2013 13:10:25 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Nilton Jose Rizzo Subject: Re: Moused + HAL + rc.conf + Boot References: <20130916104810.M46864@i805.com.br> In-Reply-To: <20130916104810.M46864@i805.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 16 Sep 2013 11:09:25 -0000 On 09/16/13 13:06, Nilton Jose Rizzo wrote: > > Hi all, > > I'm here again! > > When I start my box, the moused is run. My mouse is an USB mouse. > I put in rc.conf this knob: moused_enable="NO", but is ignored by > start up script and moused is run, this is a problem to the HAL, because > the HAL try to open /dev/ums0 again and can't do it. I need to change > to text console and kill the moused process. I have to logout from > account X ( via gdm) and I login again to mouse work. It's started in > two night ago. > > see: > FreeBSD valfenda 10.0-ALPHA1 FreeBSD 10.0-ALPHA1 #4 r255503: Fri Sep 13 > 08:18:27 BRT 2013 rizzo@valfenda:/usr/obj/usr/src/sys/VALFENDA amd64 > > TIA, > > Rizzo No big changes in the USB code recently. --HPS