From owner-freebsd-current@FreeBSD.ORG Mon Sep 16 11:06:51 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 C5574C2F for ; Mon, 16 Sep 2013 11:06:51 +0000 (UTC) (envelope-from rizzo@i805.com.br) Received: from server.i805.com.br (mailhost.i805.com.br [72.52.97.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A63D62164 for ; Mon, 16 Sep 2013 11:06:51 +0000 (UTC) Received: from i805.com.br (localhost [127.0.0.1]) by server.i805.com.br (8.14.6/8.14.5) with ESMTP id r8GB6mvv025940 for ; Mon, 16 Sep 2013 08:06:48 -0300 (BRT) (envelope-from rizzo@i805.com.br) From: "Nilton Jose Rizzo" To: freebsd-current@freebsd.org Subject: Moused + HAL + rc.conf + Boot Date: Mon, 16 Sep 2013 08:06:48 -0300 Message-Id: <20130916104810.M46864@i805.com.br> X-Mailer: OpenWebMail 3.00_beta4 20121104 671 X-OriginatingIP: 179.218.87.141 (rizzo) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on server.i805.com.br 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:06:51 -0000 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