You are not logged in.
Pages: 1
After updating systemd via
$ sudo pacman -Syupacman post-transaction hooks shows an error
Cannot set file attributes for '/var/log/journal', maybe due to incompatibility in specified attributes, previous=0x00000004, current=0x00000004, expected=0x00800004, ignoring.
Cannot set file attributes for '/var/log/journal/c28d5ddc7ad647d584992f79cdcaf32c', maybe due to incompatibility in specified attributes, previous=0x00000004, current=0x00000004, expected=0x00800004, ignoring.
Cannot set file attributes for '/var/log/journal/remote', maybe due to incompatibility in specified attributes, previous=0x00000004, current=0x00000004, expected=0x00800004, ignoring.What should I do in this situation? I didn't found anything related in journalctl. Also I can attach archinstall log file but I don't think it's related to it. Thanks in advance for answers!
01001001 00100000 01110101 01110011 01100101 00100000 01000001 01110010 01100011 01101000 00100000 01100010 01110100 01110111
Offline
Which files system is this on? ![]()
Offline
Which files system is this on?
It's a btrfs filesystem with LUKS on top of if and LVM on top of LUKS
# /dev/mapper/ArchinstallVg-root
UUID=1deaf0ed-6873-44e5-8375-c2c98e3e1fb8 / btrfs rw,relatime,compress=lzo,ssd,discard=async,space_cache=v2,subvolid=256,subvol=/@ 0 0
# /dev/mapper/ArchinstallVg-root
UUID=1deaf0ed-6873-44e5-8375-c2c98e3e1fb8 /home btrfs rw,relatime,compress=lzo,discard=async,ssd,space_cache=v2,subvolid=257,subvol=/@home 0 0
# /dev/mapper/ArchinstallVg-root
UUID=1deaf0ed-6873-44e5-8375-c2c98e3e1fb8 /var/log btrfs rw,relatime,compress=lzo,discard=async,ssd,space_cache=v2,subvolid=258,subvol=/@log 0 0
# /dev/mapper/ArchinstallVg-root
UUID=1deaf0ed-6873-44e5-8375-c2c98e3e1fb8 /var/cache/pacman/pkg btrfs rw,relatime,compress=lzo,discard=async,ssd,space_cache=v2,subvolid=259,subvol=/@pkg 0 0
# /dev/mapper/ArchinstallVg-root
UUID=1deaf0ed-6873-44e5-8375-c2c98e3e1fb8 /.snapshots btrfs rw,relatime,compress=lzo,discard=async,ssd,space_cache=v2,subvolid=260,subvol=/@.snapshots 0 0
# /dev/nvme0n1p1
UUID=C17C-A4E3 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2Last edited by vcpd1 (2024-09-10 21:53:21)
01001001 00100000 01110101 01110011 01100101 00100000 01000001 01110010 01100011 01101000 00100000 01100010 01110100 01110111
Offline
Google has only two other hits at https://git.seblu.net/archlinux/linux-s … s/1045/raw and https://git.seblu.net/archlinux/linux-s … s/1041/raw where it's coming from teh tempfiles hook.
/usr/lib/tmpfiles.d/journal-nocow.conf tries to no-cow the paths. so I'll just guess that's where it's coming from (and the FS fits)
getfattr /var/log/journalOffline
It's a btrfs filesystem with LUKS on top of if and LVM on top of LUKS
Lolwut? Why are you using btrfs and LVM? Possibly irrelevant to the problem in hand but that seems pointless.
Have you tried a scrub on the btrfs filesystem? Does it show any errors?
Jin, Jîyan, Azadî
Offline
LVM provides mdadm (like, apparently it's literally a re-use of that implementation) - something that once caught me by stunning surpise, too.
https://wiki.archlinux.org/title/LVM#RAID
Offline
Thank you for answers! I will check the wiki about filesystems and edit partitions properly
01001001 00100000 01110101 01110011 01100101 00100000 01000001 01110010 01100011 01101000 00100000 01100010 01110100 01110111
Offline
Pages: 1