Hmm, confusing indeed. It looks like the console itself is not failing rather the shell is. The only vaguely similar thing I have seen is where the menu fails to spawn completely at the end of boot and you're left with no prompt at all. There were a few workarounds in that case. One was to simply change the serial baudrate. Seems unlikely to make a difference here but it's an gui setting now so an easy test. For example:
/etc/rc.initial
https://forum.pfsense.org/index.php?topic=34814.0
Could try running at the #:Not entirely sure what that might do to an already running system so probably best not to do it in 'production'!
Steve
I previously had the baud rate set to 9600 (default), but my ALIX BIOS uses 38400 … so a few weeks back I switched it to 38400 on pfsense as well.
In my case the menu does spawn on boot, but dies some hours later. Each time (in this thread) I've said I rebooted my ALIX, I did verify I had a workable menu on the serial console.
I just tested running /etc/rc.initial from the serial console ... which so far appears not to have any ill effects (though I'm typing this up a few minutes after running it!). And restores the serial console menu.
[2.1.5-RELEASE][admin@fw0.localdomain]/root(4): date Sat Oct 11 18:17:45 EDT 2014 [2.1.5-RELEASE][admin@fw0.localdomain]/root(5): uptime 6:17PM up 25 days, 19:33, 2 users, load averages: 0.00, 0.00, 0.00 [2.1.5-RELEASE][admin@fw0.localdomain]/root(10): ps auxff | grep rc.init root 83274 0.0 0.6 3644 1512 u0 I+ 6:11PM 0:00.02 /bin/sh /etc/rc.initial root 36527 0.0 0.4 2444 1060 0 R+ 6:21PM 0:00.00 grep rc.init root 80618 0.0 0.5 3644 1320 0 Is 6:11PM 0:00.02 /bin/sh /etc/rc.initial<…snipped...>
I removed [SOLVED] from the title.
Thanks Max!
I'll continue to use this thread at this point.