On Orin 64GB Developper kit, “journalctl --user” does not keep any messages even it may be affected by the daemons on systemd for /usr/lib/systemd/users.
I tried to check the log files on /run/log/journal/xxxxx
, only found system logs.
ls -l /run/log/journal/dbfef1aa0b064bcf9d30ec3ad0886edb/
total 24576
-rw-r-----+ 1 root systemd-journal 8388608 10月 2 11:22 system.journal
-rw-r-----+ 1 root systemd-journal 8388608 10月 1 19:21 system@adf9fdfb6bed4918b79b11c160883851-0000000000000001-00061b1bd30f41a0.journal
-rw-r-----+ 1 root systemd-journal 8388608 10月 2 10:59 system@adf9fdfb6bed4918b79b11c160883851-0000000000000519-00062367af918517.journal
For the purpose of comparison, a PC based ubuntu machine has journal logs like this;
ls -l /var/log/journal/16c57505045b40f4a57439bf13f64ae5/
total 658760
-rw-r-----+ 1 root systemd-journal 16777216 10月 2 11:25 system.journal
-rw-r-----+ 1 root systemd-journal 8388608 6月 28 14:27 system@0303b7a44129466bb7e9410d79fbbf70-0000000000026b52-00061bec8185a6b7.journal
-rw-r-----+ 1 root systemd-journal 8388608 6月 28 14:32 system@0303b7a44129466bb7e9410d79fbbf70-000000000002734d-00061bec82a08877.journal
-rw-r-----+ 1 root systemd-journal 8388608 6月 24 13:50
(snip)
-rw-r-----+ 1 root systemd-journal 16777216 9月 19 13:38 system@cb5f3171a63b4b88b9e181a71ce8791c-0000000000072a1a-000621e2684465bb.journal
-rw-r-----+ 1 root systemd-journal 8388608 8月 9 18:18 system@d652113475c64b81874fc11b0d5562fe-000000000005376f-00061f3c9f053121.journal
-rw-r-----+ 1 root systemd-journal 25165824 8月 19 13:40 system@d652113475c64b81874fc11b0d5562fe-0000000000053e41-00061f3c9f412bc7.journal
-rw-r-----+ 1 root systemd-journal 8388608 7月 26 16:33 system@d91d4ddc1a844372845bff6dab6e2842-000000000004797f-00061e2187a2184b.journal
-rw-r-----+ 1 root systemd-journal 33554432 8月 9 18:18 system@d91d4ddc1a844372845bff6dab6e2842-0000000000048071-00061e2187e10b0f.journal
-rw-r-----+ 1 root systemd-journal 8388608 8月 30 10:37 system@f72ce6756d14483780ac057ad504da86-0000000000066990-000620dca31930c8.journal
-rw-r-----+ 1 root systemd-journal 16777216 9月 6 18:02 system@f72ce6756d14483780ac057ad504da86-0000000000067072-000620dca3539967.journal
-rw-r-----+ 1 root systemd-journal 8388608 6月 28 14:40 system@fad28e6a08ee4d15a519e03968a8d9f6-0000000000028428-00061becac333e76.journal
-rw-r-----+ 1 root systemd-journal 8388608 6月 28 14:41 system@fad28e6a08ee4d15a519e03968a8d9f6-0000000000028d6f-00061becae9c59ad.journal
-rw-r-----+ 1 root systemd-journal 8388608 10月 2 11:14 user-1000.journal
-rw-r-----+ 1 root systemd-journal 8388608 6月 28 14:33 user-1000@0303b7a44129466bb7e9410d79fbbf70-000000000002734c-00061bec829fc09e.journal
-rw-r-----+ 1 root systemd-journal 8388608 6月 26 11:22 user-1000@0f3ee2e3cf424a218130e370cccee8db-000000000001f4be-00061b9b86f8bd34.journal
(snip)
-rw-r-----+ 1 root systemd-journal 8388608 9月 6 18:02 user-1000@f72ce6756d14483780ac057ad504da86-0000000000067071-000620dca35261c9.journal
-rw-r-----+ 1 root systemd-journal 8388608 6月 28 14:42 user-1000@fad28e6a08ee4d15a519e03968a8d9f6-0000000000028d6e-00061becae9b8617.journal
Is it required some additional settings such as /etc/systemd/journald.conf ?