NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bin/59232: /etc/rd.d/wscons doesn't handle console or constty device
>Number: 59232
>Category: bin
>Synopsis: /etc/rd.d/wscons doesn't handle console or constty device
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: bin-bug-people
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sat Mar 29 06:30:00 +0000 2025
>Originator: Paul Goyette
>Release: NetBSD 10.99.12
>Organization:
+---------------------+--------------------------+----------------------+
| Paul Goyette (.sig) | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | 1B11 1849 721C 56C8 F63A | paul%whooppee.com@localhost |
| Software Developer | 6E2E 05FD 15CE 9F2D 5102 | pgoyette%netbsd.org@localhost |
| & Network Engineer | | pgoyette99%gmail.com@localhost |
+---------------------+--------------------------+----------------------+
>Environment:
System: NetBSD speedy.whooppee.com 10.99.12 NetBSD 10.99.12 (SPEEDY 2025-03-28 23:40:52 UTC) #0: Sat Mar 29 00:36:14 UTC 2025 paul%speedy.whooppee.com@localhost:/build/netbsd-local/obj/amd64/sys/arch/amd64/compile/SPEEDY amd64
Architecture: x86_64
Machine: amd64
>Description:
wscons startup is unable to setvar for console device.
>How-To-Repeat:
Add the following line to /etc/wscons.conf and then service wscons restart
>Fix:
Index: wscons
===================================================================
RCS file: /cvsroot/src/etc/rc.d/wscons,v
retrieving revision 1.13
diff -u -p -r1.13 wscons
--- wscons 9 Aug 2011 08:08:10 -0000 1.13
+++ wscons 29 Mar 2025 06:26:32 -0000
@@ -163,7 +163,7 @@ wscons_start()
val=$arg3
case $dev in
- ttyE*)
+ ttyE*|constty|console)
cmdmod="-d"
;;
wskbd*)
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index