Comment # 1 on bug 1229721 from Stefan Seyfried
JFTR: on August 20 I did zypper dup, from /var/log/zypp/history:
```
2024-08-20 20:48:54|command|root@mixi|'zypper' '-v' 'dup' '--no-recommends'|
```
nothing systemd-releated was updated during this run.

the last available journal (-b -1) has the following lines related to journal
itself:
```
mixi:~ # journalctl -b -1|grep journal
Aug 18 14:19:38 mixi systemd-journald[206]: Collecting audit messages is
disabled.
Aug 18 14:19:38 mixi systemd-journald[206]: Journal started
Aug 18 14:19:38 mixi systemd-journald[206]: Runtime Journal
(/run/log/journal/5acde102e5594ff3bc6496cb06b393f0) is 8M, max 314.9M, 306.9M
free.
Aug 18 14:19:44 mixi systemd-journald[206]: Journal stopped
Aug 18 14:19:45 mixi systemd-journald[206]: Received SIGTERM from PID 1
(systemd).
Aug 18 14:19:45 mixi systemd[1]:
run-credentials-systemd\x2djournald.service.mount: Deactivated successfully.
Aug 18 14:19:45 mixi systemd[1]: systemd-journald.service: Scheduled restart
job, restart counter is at 1.
Aug 18 14:19:45 mixi systemd-journald[690]: Collecting audit messages is
disabled.
Aug 18 14:19:45 mixi systemd-journald[690]: Journal started
Aug 18 14:19:45 mixi systemd-journald[690]: Runtime Journal
(/run/log/journal/5acde102e5594ff3bc6496cb06b393f0) is 8M, max 314.9M, 306.9M
free.
Aug 18 14:19:45 mixi systemd[1]: systemd-journald.service: Deactivated
successfully.
Aug 18 14:19:46 mixi systemd-journald[690]: Time spent on flushing to
/var/log/journal/5acde102e5594ff3bc6496cb06b393f0 is 150.125ms for 1367
entries.
Aug 18 14:19:46 mixi systemd-journald[690]: System Journal
(/var/log/journal/5acde102e5594ff3bc6496cb06b393f0) is 560.4M, max 4G, 3.4G
free.
Aug 18 14:19:47 mixi systemd-journald[690]: Received client request to flush
runtime journal.
Aug 18 14:19:53 mixi rsyslogd[1878]: imuxsock: Acquired UNIX socket
'/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.2406.0]
```
while the current boot has much less:
```
mixi:~ # journalctl -b|grep journal
Aug 25 10:32:45 mixi systemd-journald[205]: Collecting audit messages is
disabled.
Aug 25 10:32:45 mixi systemd-journald[205]: Journal started
Aug 25 10:32:45 mixi systemd-journald[205]: Runtime Journal
(/run/log/journal/5acde102e5594ff3bc6496cb06b393f0) is 8M, max 314.9M, 306.9M
free.
Aug 25 10:32:53 mixi systemd-journald[205]: Received client request to flush
runtime journal.
Aug 25 10:33:04 mixi rsyslogd[1916]: imuxsock: Acquired UNIX socket
'/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.2406.0]
```

So it looks like the "handover" from initramfs is not happening properly?


You are receiving this mail because: