-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running Yay it returns a 404 error: #76
Comments
Hey, somehow your Did you move around the path of the repo? Maybe try to delete the repo and let it generate again... 🤔 |
i tried this and have the same or similar error:
From the container after running it without detaching:
I also erased the compose, and deployed a fresh docker LXC in proxmox with the FUSE permission added. I copied the docker compose from your readme.md page, and deployed it verbatim (Except removing the Version tag as it's obsolete for my docker compose) and redeployed. I edited pacman.conf to change it to the new URL and port and have the same error:
To confirm it's not "Yay" I tried with Pacman as well:
This may or may not be related, but this is my docker version:
|
Since |
Revisiting this, the docker-compose is what is creating the symlinks. I wiped the install and tried again, as far as I can estimate, it's not creating the .repo directory. I solved the 404 error by manually making the ./repo directory and then copying the repo.db.tar.gz and repo.files.tar.gz which exist in the same directory to the .repo directory. I hope this makes some sense! :) |
I think the symlink is pointing to the wrong path or should have pointed directly to the file rather than Before fix: lrwxrwxrwx 1 root root 21 Sep 24 09:55 repo.db -> ./repo/repo.db.tar.gz
-rw-r--r-- 1 root root 1.0K Sep 24 09:55 repo.db.tar.gz
lrwxrwxrwx 1 root root 24 Sep 24 09:55 repo.files -> ./repo/repo.files.tar.gz
-rw-r--r-- 1 root root 1.0K Sep 24 09:55 repo.files.tar.gz After manual fix: lrwxrwxrwx 1 root root 14 Sep 24 10:36 repo.db -> repo.db.tar.gz
-rw-r--r-- 1 root root 1.0K Sep 24 09:55 repo.db.tar.gz
lrwxrwxrwx 1 root root 17 Sep 24 10:37 repo.files -> repo.files.tar.gz
-rw-r--r-- 1 root root 1.0K Sep 24 09:55 repo.files.tar.gz I'm using an absolute path if that matters. Issue somewhere here? just guessing
|
Thanks @Node815 and @ralphocdol, my fault. |
I had to change the port to 8280 as the other default one is in use on the server. But this is the error:
My Mount for the aurcache is as follows:
/mnt/storage/docker/appdata/aurcache/repo/
on the docker LXC which reads it fine with many other containers i have running on it.Inside the db folder:
Inside the repo folder:
The text was updated successfully, but these errors were encountered: