From nobody Sun Jan 1 03:33:12 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Nl4Mz0P7sz2lNTM for ; Sun, 1 Jan 2023 03:33:35 +0000 (UTC) (envelope-from freebsd@gushi.org) Received: from prime.gushi.org (prime.gushi.org [IPv6:2620:137:6000:10::142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prime.gushi.org", Issuer "RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Nl4Mx1QQLz4PhQ for ; Sun, 1 Jan 2023 03:33:33 +0000 (UTC) (envelope-from freebsd@gushi.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of freebsd@gushi.org designates 2620:137:6000:10::142 as permitted sender) smtp.mailfrom=freebsd@gushi.org; dmarc=pass (policy=none) header.from=gushi.org Received: from smtpclient.apple ([IPv6:2601:602:87f:b05d:f898:e79b:4976:4d56]) (authenticated bits=0) by prime.gushi.org (8.16.1/8.16.1) with ESMTPSA id 3013XSp0086646 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 31 Dec 2022 19:33:29 -0800 (PST) (envelope-from freebsd@gushi.org) X-Authentication-Warning: prime.gushi.org: Host [IPv6:2601:602:87f:b05d:f898:e79b:4976:4d56] claimed to be smtpclient.apple From: Dan Mahoney Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.300.101.1.3\)) Subject: What started moused? Message-Id: <2DBE1489-CD3B-4F2C-995F-E74967AE66D5@gushi.org> Date: Sat, 31 Dec 2022 19:33:12 -0800 To: questions@freebsd.org X-Mailer: Apple Mail (2.3731.300.101.1.3) X-Spamd-Result: default: False [-2.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MV_CASE(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[gushi.org,none]; R_SPF_ALLOW(-0.20)[+mx]; RCVD_IN_DNSWL_MED(-0.20)[2620:137:6000:10::142:from]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; R_DKIM_NA(0.00)[]; TO_DN_NONE(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:393507, ipnet:2620:137:6000::/44, country:US]; TO_MATCH_ENVRCPT_ALL(0.00)[]; HAS_XAW(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4Nl4Mx1QQLz4PhQ X-Spamd-Bar: -- X-ThisMailContainsUnwantedMimeParts: N Hey there all. On a 12.3 system I have sitting in a datacenter, doing mostly nothing = but DNS service, I saw that I have moused running. As this is a headless machine, and I think even the IPMI isn't super = usable, there's no reason to be running this. ps claims it's at: root 958 0.0 0.0 11068 2356 - Is 18Dec22 0:00.00 = /usr/sbin/moused -p /dev/ums0 -t auto -I /var/run/moused.ums0.pid And there are no moused_enable lines in /etc/rc.conf. Service moused = onstop gives me: /usr/home/danm # service moused onestop moused not running? (check /var/run/moused.pid). I don't see anything in the manpage about things like "getty" starting = this on the system console. Can someone englighten me? -Dan=