Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Sep 2025 17:28:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 289173] mouse(8): Probes non-existing /dev/ttyv* in bhyve
Message-ID:  <bug-289173-227-jnLRhMJCyG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-289173-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289173

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=5eb80bf1a6a435e88507c49111a28ed9e38b4b76

commit 5eb80bf1a6a435e88507c49111a28ed9e38b4b76
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-09-02 17:01:47 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-09-02 17:28:04 +0000

    moused,syscons: Avoid warning if system has no /dev/ttyv*

    A VM had no virtual terminals and emitted a warning on boot
    `eval: cannot open /dev/ttyv*: No such file or directory`.

    Break the loop in this case to avoid the warning.

    PR:             289173
    Reviewed by:    jlduran
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D52344

 libexec/rc/rc.d/moused  | 1 +
 libexec/rc/rc.d/syscons | 2 ++
 2 files changed, 3 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-289173-227-jnLRhMJCyG>