-
Notifications
You must be signed in to change notification settings - Fork 33
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
fetchupdates fails #58
Comments
Alright, nevermind. Clearing the Not sure what caused it to happen in the first place, if the issue pops up again i'll reopen. |
Hey, thank you! Was there anything else outputted? If not, I'm not really sure what it could be. |
Nothing else was outputted. If the issue arises again I will dig into it further. |
I am encountering this issue too and the above fix does not work. When running fetchupdates.sh manually, it shows an error: |
After looking through the source code, I realise I was using fetchupdates wrong, if I actually supply the same same arguments that pacwall does, then it does not throw an error. Given the error that is thrown, I think for some reason, opt.db is not being passed to the subprocess call correctly for some reason. As for why this is happening, I am unsure, but I am also not an expert in C. |
If you supply the same arguments pacwall does, does it output another error or nothing at all? Also, do you override |
I use the defaults, so, from my understanding, pacwall is calling |
Could you manually add |
This is the output:
|
So either the |
This shows that there are pgp errors, which is strange, because pacman isn't having any issues with pgp errors when I update.
Any ideas? |
Well, it's strange. Besides trying purging the pacwall cache ( |
Hi, thanks for sharing this tool, its great.
When trying to run
pacwall -k
on2bwm
it returns.:/usr/lib/pacwall/fetchupdates.sh returned 1
I am struggling to narrow down what the issue could be, if you have any ideas I would love to hear them.
Thanks.
EDIT: I logged into budgie and same issue there.
pacman
version is6.0.1-2
The text was updated successfully, but these errors were encountered: