Conversation
Notices
-
Ruby Rhod (feld@bikeshed.party)'s status on Saturday, 12-Oct-2019 13:44:25 UTC Ruby Rhod @nihl complex how? Maybe look at this
https://blog.feld.me/posts/2017/05/freebsd-remote-serial-console-access-with-dell-and-cisco-servers/-
Ruby Rhod (feld@bikeshed.party)'s status on Saturday, 12-Oct-2019 13:58:56 UTC Ruby Rhod @nihl
# ttyu1 is default serial console
comconsole_port="0x2f8"
I have this on one server -
Ruby Rhod (feld@bikeshed.party)'s status on Saturday, 12-Oct-2019 14:08:09 UTC Ruby Rhod @nihl I'd check the kernel source for default value of comconsole_port and see what address is for ttyu0, then see what the difference is between that and 0x2f8 and try to add that value to 0x2f8
Might be wrong though, maybe need to look up address with some command... thinking... -
Ruby Rhod (feld@bikeshed.party)'s status on Saturday, 12-Oct-2019 14:13:38 UTC Ruby Rhod @nihl
" I've usually resorted to: grep uart /var/run/dmesg.boot"
From Allan Jude
-