-
Notifications
You must be signed in to change notification settings - Fork 29
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
systemd-bootchart is not generating an image when run from init on a slow system #2
Comments
from your earlier logs I caught this:
Most likely, it doesn't like starting 1-1-1970 and the subsequent time change, even though internally it mostly uses CLOCK_MONOTONIC. |
Thanks for pointing this out. I can check what can be done on the ev3 kernel (@dlech). In case you have ideas where bootchart is not using the monotonic clock yet, that'd be great too. |
systemd-bootchart is only ever using the Line 56 in e6c5e46
|
There are 2 things I have found that might help with the time change.
Also turning off NTP or disconnecting from the Internet while booting should keep the time from changing. |
395d046 could be related, and fix this issue. |
I'm using bootchart 2.3.2 and I'm experiencing the same behavior. Are there any workarounds or hints to debug the issue? |
This is a copy of systemd/systemd#656.
As a summary: I am trying to get a detailed report on a LEGO mindstorms EV3 running debian jessie. The system is quite slow (400MHz Arm9 and 64 Mb memory). The boot is quite busy.
The text was updated successfully, but these errors were encountered: