I'm baffled by this utility and I can't tell if it's a bug or if I've not learned to read a man page.
By itself, the utility reports:
Configured: ttyv0
Available: ttyv0, gdb
Muting: on
I'd like to send console output to ttyv3. But I can't seem to do this with conscontrol(8).
The add | delete option seem to be the right call.
"high level console which is represented by /dev/console...[is] used by programs like syslogd(8)....[ set | set console commmands]...the virtual console."
OK, so `conscontrol set ttyv3` would seem to be valid...but that gets a "No such file or directory." To be fair, `...unset ttyv0` also reports no such file or directory.
In previous forum posts where this has come up, the set syntax seems like it should have worked like I report. I'm built against 15.0-CURRENT.
In any case, 1) have i misunderstood the interface and/or 2) is there some external condition that suggests why this isn't working?
Aside: This is all driven by a desire to direct console output to not ttyv0 although I think a reasonable userland solution for that is to update `/etc/syslog.conf` to send all messages that were going to /dev/console to a file (a slightly longer list of notification conditions than the commented-out line in the file suggests).
By itself, the utility reports:
Configured: ttyv0
Available: ttyv0, gdb
Muting: on
I'd like to send console output to ttyv3. But I can't seem to do this with conscontrol(8).
The add | delete option seem to be the right call.
"high level console which is represented by /dev/console...[is] used by programs like syslogd(8)....[ set | set console commmands]...the virtual console."
OK, so `conscontrol set ttyv3` would seem to be valid...but that gets a "No such file or directory." To be fair, `...unset ttyv0` also reports no such file or directory.
In previous forum posts where this has come up, the set syntax seems like it should have worked like I report. I'm built against 15.0-CURRENT.
In any case, 1) have i misunderstood the interface and/or 2) is there some external condition that suggests why this isn't working?
Aside: This is all driven by a desire to direct console output to not ttyv0 although I think a reasonable userland solution for that is to update `/etc/syslog.conf` to send all messages that were going to /dev/console to a file (a slightly longer list of notification conditions than the commented-out line in the file suggests).