Skip to content

Timestamps in journalctl logs are not matching the dmesg's timestamps #1974

@ctheegal

Description

@ctheegal

Timestamps in journalctl logs are not matching the dmesg's timestamps at device boot. These timestamps somehow get aligned after 4th second or so.
Command used to collect journalctl logs: "journalctl --output=short-monotonic"

Device used: RB8 (IQ-9075) EVK ( Issue also seen on other targets like RB3-Gen2 etc..)

Build Tag: https://github.com/qualcomm-linux/meta-qcom-releases/releases/tag/qli-2.0-rc2
Logs are from above build-tag. But, this problem is there from long back. Not a recent regression as such

root@iq-9075-evk:/# journalctl --output=short-monotonic | grep -E "Booting Linux|init process|Freeing|System time"
[ 3.034623] iq-9075-evk kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd4b2]
[ 3.050614] iq-9075-evk kernel: Freeing initrd memory: 9480K
[ 3.073432] iq-9075-evk kernel: Freeing unused kernel memory: 2048K
[ 3.073447] iq-9075-evk kernel: Run /init as init process
[ 3.073519] iq-9075-evk systemd[1]: System time advanced to timestamp on /var/lib/systemd/timesync/clock: Fri 2026-03-13 16:31:45 UTC
root@iq-9075-evk:/#

root@iq-9075-evk:/#
root@iq-9075-evk:/# dmesg | grep -E "Booting Linux|init process|Freeing|System time"
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd4b2]
[ 0.166559] Freeing initrd memory: 9480K
[ 1.226482] Freeing unused kernel memory: 2048K
[ 1.226545] Run /init as init proc
[ 1.975133] systemd[1]: System time advanced to timestamp on /var/lib/systemd/timesync/clock: Fri 2026-03-13 16:31:45 UTC

root@iq-9075-evk:/#
dmesg.txt
journalctl.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions