You are not logged in.
Since 2 days I get this errors on boot:
# systemctl |grep failed
● systemd-tmpfiles-clean.service loaded failed failed Cleanup of Temporary Directories
● systemd-tmpfiles-setup.service loaded failed failed Create Volatile Files and Directories
My fstab is
# /dev/mapper/main-root UUID=d06921d7-8986-4132-b3d4-cb8ba17b9a72
LABEL=/ / ext4 rw,relatime,data=ordered 0 1
# /dev/sda5 UUID=795f18c6-b5ef-4ba0-aa2d-ba7bdc555518
LABEL=boot /boot ext4 rw,relatime,data=ordered 0 2
# /dev/mapper/main-home UUID=58d92cea-7cbc-4912-88fb-9e6062218e35
LABEL=home /home ext4 rw,relatime,data=ordered 0 2
# /dev/mapper/main-swap UUID=fe4f25dc-cf79-4f70-99d7-7dfefb6a75f7
LABEL=swap none swap defaults 0 0
The output of tune2fs -l is
# tune2fs -l /dev/sda5 | grep acl
Default mount options: user_xattr acl
# tune2fs -l /dev/sda6 | grep acl
tune2fs: Ungültige magische Zahl im Superblock beim Versuch, /dev/sda6 zu öffnen
Es kann kein gültiger Dateisystem-Superblock gefunden werden
# tune2fs -l /dev/mapper/main-root | grep acl
Default mount options: user_xattr acl
# tune2fs -l /dev/mapper/main-home | grep acl
Default mount options: user_xattr acl
# tune2fs -l /dev/mapper/main-swap | grep acl
tune2fs: Ungültige magische Zahl im Superblock beim Versuch, /dev/mapper/main-swap zu öffnen
Es kann kein gültiger Dateisystem-Superblock gefunden werden.
dev/sda6 ist LUKS-encrypted partition with root, home and swap.
Thanks for help!
Last edited by uhoso (2016-01-14 21:43:15)
Offline
journalctl -b -u systemd-tmpfiles-clean
journalctl -b -u systemd-tmpfiles-setup
Offline
# journalctl -b -u systemd-tmpfiles-clean
-- No entries --
# journalctl -b -u systemd-tmpfiles-setup
-- Logs begin at So 2015-05-24 11:25:01 CEST, end at Do 2016-01-14 22:21:52 CET. --
Jan 14 22:18:55 uli systemd[1]: Starting Create Volatile Files and Directories...
Jan 14 22:18:55 uli systemd-tmpfiles[431]: [/usr/lib/tmpfiles.d/xpra.conf:3] Unknown group 'xpra'.
Jan 14 22:18:55 uli systemd[1]: systemd-tmpfiles-setup.service: Main process exited, code=exited, status=1/FAILURE
Jan 14 22:18:55 uli systemd[1]: Failed to start Create Volatile Files and Directories.
Jan 14 22:18:55 uli systemd[1]: systemd-tmpfiles-setup.service: Unit entered failed state.
Jan 14 22:18:55 uli systemd[1]: systemd-tmpfiles-setup.service: Failed with result 'exit-code'.
Did a reboot a few minutes ago.
Offline
pacman -Qo /usr/lib/tmpfiles.d/xpra.conf
If it's not owned by anything then maybe you should simply remove the file.
Last edited by tom.ty89 (2016-01-14 21:29:59)
Offline
thank you tom.ty89, this did it!
I'll mark this thread solved!
Offline