You are not logged in.
Pages: 1
Hi guys!
Updated pacman to 7.
Merged the pacman config. By the looks of it the only changes were:
DownloadUser = alpm
#DisableSandbox
Then ran
chown :alpm -R /path/to/local/repo
In my case
sudo chown :alpm -R /home/georgi/Documents/MAKE/repo
Well doing a -Syu I get:
error: failed retrieving file ‘repo.db’ from disk : Couldn’t open file /home/georgi/Documents/MAKE/repo/repo.db
error: failed to synchronize all databases (failed to retrieve some files)
By the mesage in the newsfeed I’m also supposed to
executable bit (+x) is set on the folders in question
I really don’t understand what I am supposed to do?
Thanks in advance!
KDE / Linux-TKG BORE / mesa-minimal-git / 5800X PBO / Viper 4x8 4000 (3600@14) / RX6800
Offline
Because of 0700 /home/user permissions that's rather not resolution for the problem:
sudo chown :alpm -R /home/georgi/Documents/MAKE/repo
One of way could be move repository directory out of /home/user, eg somewhere to /srv/repo with normal permissions, as follows:
user:user drwxr-xr-x
Most important are permissions granted to other on repository directory: read and execution bit.
Remember to update your ~/.config/pacman/makepkg.conf to instruct makepkg where to place compiled packages. Also /etc/pacman.conf needs to be updated.
Last edited by Fixxer (2024-09-15 06:39:47)
Offline
More discussion of the general problem: https://bbs.archlinux.org/viewtopic.php?id=299394
Online
Pages: 1