Bug #6291
closedSerial console data fields not displayed on nanobsd VGA
100%
Description
Reported in forum: https://forum.pfsense.org/index.php?topic=111006.0
In system_advanced_admin.php the fileds enableserial primaryconsole do not seem to display for the nanobsd VGA case.
The condition for displaying these fields in 2.2.* was here:
https://github.com/pfsense/pfsense/blob/RELENG_2_2/usr/local/www/system_advanced_admin.php#L518
and contained the extra test:file_exists("/etc/nano_use_vga.txt")
The current code in 2.3 is missing this test.
I don't have a way to try on a nanobsd VGA system, so I will leave it for someone else to decide if the old test can just be pasted back in, or if a different test is now needed.
Updated by Chris Buechler over 8 years ago
- Status changed from New to Confirmed
- Target version changed from 2.3.1 to 2.3.2
there is no nano_use_vga.txt in 2.3. Not sure offhand if that's intentional
Updated by Renato Botelho over 8 years ago
- Assignee set to Renato Botelho
It was replaced by $g['enableserial_force']. I've pushed a fix for System Advanced page
Updated by Renato Botelho over 8 years ago
- Status changed from Confirmed to Feedback
- % Done changed from 0 to 100
Applied in changeset 2a8849119c7c48976161faeaedc477c347e9b724.