-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
obmc-console.log will not update if don't open sol #20
Comments
The logs should continue regardless of whether a client is connected. Note that the log is a rolling buffer though, the old data will still be there, up to a specific size limit. Could you provide a little detail on how you're observing this behaviour? |
I have resolved this issue by changing the uart routing settings, it's strange that can reproduce this issue when using ttyS1 for obmc-console service, but when using ttyS2 for obmc-console service, no this issue. I suspect this issue maybe related with Aspeed uart routing driver. |
I suspect you may be mixing up the The host console is typically the virtual UART device. Can you share your configuration? |
Here is my obmc-console.conf: Issue can be reproduced with below settings: [Service] [Install] But cannot reproduce with below settings: [Service] SyslogIdentifier=obmc-console-server [Install] |
BTW, BIOS and host OS use ttyS0 |
ok, that looks correct with the configuration there, but strange that the equivalent routing doesn't get the same data... any reason for not using the VUART though? |
When power cycle system, the obmc-console.log still keep the old logs until open the sol session.
I think obmc-console.log needs to be refreshed whether sol is opened or not.
The text was updated successfully, but these errors were encountered: