Date: Sun, 20 Oct 2002 20:02:02 +0200 From: Roman Neuhauser <neuhauser@bellavista.cz> To: Francois Kritzinger <ffkrz@iafrica.com> Cc: freebsd-questions@freebsd.org Subject: Re: mouse started with missing options (rc.conf) Message-ID: <20021020180202.GB586@freepuppy.bellavista.cz> In-Reply-To: <20021020192014.1f9ece78.ffkrz@iafrica.com> References: <20021020192014.1f9ece78.ffkrz@iafrica.com>
next in thread | previous in thread | raw e-mail | index | archive | help
# ffkrz@iafrica.com / 2002-10-20 19:20:14 +0200: > FreeBSD noya 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Oct 19 09:34:51 SAST 2002 root@noya:/usr/obj/usr/src/sys/NOYA i386 > > This is what I have in /etc/rc.conf: > > moused_enable="YES" > moused_type="auto" > moused_port="/dev/ums0" > moused_flags="-z 4" > > Despite this, moused does NOT want to start with "-z 4" at boot time. > I have tried swapping the order of the above lines around. hmm... anything suspicious in /var/log/messages? roman@freepuppy ~ 1001:0 > grep moused /etc/rc.conf moused_port="/dev/psm0" moused_type="auto" moused_enable="YES" moused_flags="-a 1.5" roman@freepuppy ~ 1002:0 > ps auxww|grep moused root 161 0.0 0.2 916 556 ?? Ss 7:02PM 0:00.68 moused -a 1.5 -p /dev/psm0 -t auto try running moused by hand, perhaps you'll get some additional info: % su # killall moused # moused -p /dev/ums0 -z 4 auto -- If you cc me or take the list(s) out completely I'll most likely ignore your message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021020180202.GB586>