You are not logged in.
It's very weird.
After a 'journalctl --flush', is there still nothing in /var/log/journal ? Is there an error message then in the journal?
Finally post the entire journalctl after a reboot.
Is it the same problem after a reboot without the usb3 drive you say it's connected?
Offline
It's very weird.
Tell me about it!
After a 'journalctl --flush', is there still nothing in /var/log/journal ? Is there an error message then in the journal?
Finally post the entire journalctl after a reboot.
Is it the same problem after a reboot without the usb3 drive you say it's connected?
Booted with USB3 drive unplugged, no change. Here's the full journal: https://pastebin.com/7kDuhSZa
# date && journalctl --flush
Tue 10 Oct 18:45:55 MSK 2017
# ls -l /var/log/journal/
total 0
# journalctl -e --no-pager | tail -n10
Oct 10 18:35:27 arch dbus-daemon[656]: Successfully activated service 'org.freedesktop.secrets'
Oct 10 18:35:27 arch gvfsd[690]: got no contact to IPC$
Oct 10 18:35:27 arch dbus[314]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
Oct 10 18:35:27 arch dbus[314]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Oct 10 18:35:29 arch dbus-daemon[656]: Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service'
Oct 10 18:35:29 arch systemd[637]: Starting Virtual filesystem metadata service...
Oct 10 18:35:29 arch dbus-daemon[656]: Successfully activated service 'org.gtk.vfs.Metadata'
Oct 10 18:35:29 arch systemd[637]: Started Virtual filesystem metadata service.
Oct 10 18:43:55 arch systemd[1]: Starting Cleanup of Temporary Directories...
Oct 10 18:43:55 arch systemd[1]: Started Cleanup of Temporary Directories.Offline
Check "pacman -Qkk systemd" and paste your entire /etc/systemd/journal.conf* stuff and run
# strace journalctl --flush 2>&1 | grep open | tee wtfdoesitstorethings.txtOffline
paste your entire /etc/systemd/journal.conf* stuff
Holy zombie Jesus, there was a /etc/systemd/journal.conf.d/volatile.conf file with Storage="volatile" line. I have no idea where it came from - I certainly didn't create it!
Now I have logs of past boots. Marking this as "solved".
Thanks seth, berbae and x33a.
Offline