You are not logged in.
Hello!
During the latest upgrade pacman complains about differing directory permissions for libvirt:
warning: directory ownership differs on /var/cache/libvirt/qemu/
filesystem: 99:78 package: 0:0
warning: directory ownership differs on /var/lib/libvirt/qemu/
filesystem: 99:78 package: 0:0This are the user and group, not file mode ("rwx")! In this case the directories are currently owned by the user "nobody" and the group "kvm", while the package thinks actually "none" should own that directories. Should I change that manually?
Thanks
Hoschi
PS: I currently doesn't use QEMU and KVM, but that can happen very fast and than it need to work out-of-the-box ![]()
Last edited by hoschi (2015-01-28 17:30:06)
Offline
Just to clarify, that "none" (0:0) is actually root, that is root:root ![]()
I hope someone else can step in in order to tell you if a manual change is advised which I would understand as positive though better safe than sorry.
\(o_X)/
'Cause I wanna be an Archy - An Archy in the UK // Sex Pistols
Offline
You're of course right! Null brainer by me, "0" is "root". I will change the owner as contemplated by the package.
Offline