microsoft / azserialconsole

Azure Serial Console
17 stars 11 forks source link

Any way to disable the timeout on serial consoles? #97

Closed blackburried closed 1 month ago

blackburried commented 2 years ago

Serial consoles are a great way to find kernel panics that are too gruesome to make it to logs or even a video console. But, sometimes you just need these to sit and wait... and can't hit the every few minutes to keep the serial console alive.

Anyway to get rid of the timeout?

stevew-nec commented 1 year ago

Did you find a way to get around the timeout ?

stevew-nec commented 1 year ago

Actually found it ... just set export TMOUT=xxx (seconds) image

blackburried commented 1 year ago

Nice find!Sent from my iPhoneOn May 23, 2023, at 6:50 PM, steve williams @.***> wrote: Actually found it ... just set export TMOUT=xxx (seconds)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

mbifeld commented 1 month ago

Closing as issue is resolved