You are not logged in.
Pages: 1
Hi all,
I tried to resize my /var partition but I seem to have spoiled the permissions of the directories and files under /var. The contents is there so I only need to know the right permissions for the directories and files and how to set them up.
Any suggestions please?
My thanks in advance.
Regards
Neoklis ... Ham Radio Call: 5B4AZ
Offline
Do a "pacman -S filesystem" and note the reported permission differences. Should fix most things.
Offline
Or, even better, list all packages that use /var/; and reinstall those to fix their permissions:
pacman --sync `pacman -Ql | grep '/var/' | cut -d' ' -f1 | sort -u | tr '\n' ' '`
Last edited by Spider.007 (2008-04-27 08:54:42)
Offline
Or, even better, list all packages that use /var/; and reinstall those to fix their permissions:
pacman --sync `pacman -Ql | grep '/var/' | cut -d' ' -f1 | sort -u | tr '\n' ' '`
Ah, thank you both very much! Looks like I better have a fresh look at man pacman...
Regards
Neoklis ... Ham Radio Call: 5B4AZ
Offline
Pages: 1