#8: 'terminal console serial' says VGA console is disabled, but it's not. ------------------------------------+--------------------------------------- Reporter: hawke@hawkesnest.net | Owner: somebody Type: defect | Status: new Priority: trivial | Milestone: Component: FILO | Version: Keywords: | Dependencies: Patchstatus: there is no patch | ------------------------------------+--------------------------------------- Running the filo command 'terminal console serial' will print: Serial console terminal enabled. VGA console terminal disabled. Flags:
But the VGA console still works.
It should probably not print anything, or indicate any changes from the previous status.
#8: 'terminal console serial' says VGA console is disabled, but it's not. -------------------------------------+-------------------------------------- Reporter: hawke@hawkesnest.net | Owner: oxygene Type: defect | Status: assigned Priority: trivial | Milestone: Component: FILO | Version: Resolution: | Keywords: Dependencies: | Patchstatus: there is no patch -------------------------------------+-------------------------------------- Changes (by oxygene):
* owner: somebody => oxygene * status: new => assigned
Comment:
"console" is an alias for "vga", so you're actually activating vga here.
still, "terminal vga" (or terminal console) disables serial, but "terminal serial" doesn't disable vga.
#8: 'terminal console serial' says VGA console is disabled, but it's not. -------------------------------------+-------------------------------------- Reporter: hawke@hawkesnest.net | Owner: oxygene Type: defect | Status: assigned Priority: trivial | Milestone: Component: FILO | Version: Resolution: | Keywords: Dependencies: | Patchstatus: there is no patch -------------------------------------+--------------------------------------
Comment(by hawke@hawkesnest.net):
I intend to be activating both, yes.
I was just surprised that it says that the vga console is disabled even though it's not. I would expect that it would only print "VGA console terminal disabled" when the VGA console terminal is disabled.
And of course, it should neither say it's disabled, nor disable it, with the command "terminal console serial" (or "terminal vga serial")