Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Not been able to update packages (Read 1371 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Not been able to update packages

So my adventures in Linux continues... (lol)
Hello people. I know that some mirrors are not working, but I ain't getting this errors anymore. Now I am  having one at omniverse and I guess universe( not been able to get to update a package at universe, because it tries to download one at omniverse before and halts everything), that I guess has nothing to do with the mirrors.
Code: [Select]
Total Download Size:     63.02 MiB
Total Installed Size:  5523.04 MiB
Net Upgrade Size:       -70.20 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 powerdevil-light-5.24.0-1-x86_64 is up to date
 Total (  1/247)                               63.0 MiB  97.4 MiB/s 00:01 [-----------------------------------------] 100%
error: failed retrieving file 'powerdevil-light-5.24.0-1-x86_64.pkg.tar.zst.sig' from omniverse.artixlinux.org : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.
Maybe I am just inpacient and gotta wait like everybody else.

Re: Not been able to update packages

Reply #1
There was indeed an issue with the powerdevil-light signature file.
This has been fixed now; please try again
artist

Re: Not been able to update packages

Reply #2
There was indeed an issue with the powerdevil-light signature file.
This has been fixed now; please try again
artist
Downloaded the package without a problem now.
Thanks.
Peace.
Update: It is actually giving me more errors now.
Code: [Select]
Total Download Size:    148.71 MiB
Total Installed Size:  5523.04 MiB
Net Upgrade Size:       -70.20 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 wine-gecko-2.47.2-3-x86_64                86.4 MiB  2.69 MiB/s 00:32 [--------------------------------------] 100%
 wine-mono-7.0.0-2-any                     45.5 MiB  2.58 MiB/s 00:18 [--------------------------------------] 100%
 qt5-base-5.15.2+kde+r297-2-x86_64         12.9 MiB   989 KiB/s 00:13 [--------------------------------------] 100%
 firefox-ublock-origin-1.41.2-1-any         2.8 MiB  1142 KiB/s 00:02 [--------------------------------------] 100%
 zanshin-21.12.2-1-x86_64                 672.0 KiB  1710 KiB/s 00:00 [--------------------------------------] 100%
 firefox-dark-reader-4.9.45-1-any         543.9 KiB  1336 KiB/s 00:00 [--------------------------------------] 100%
 Total (6/6)                              148.7 MiB  2.18 MiB/s 01:08 [--------------------------------------] 100%
(389/389) checking keys in keyring                                    [--------------------------------------] 100%
(389/389) checking package integrity                                  [--------------------------------------] 100%
error: firefox-dark-reader: signature from "Daniel M. Capella <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/firefox-dark-reader-4.9.45-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: firefox-ublock-origin: signature from "Daniel M. Capella <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/firefox-ublock-origin-1.41.2-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: wine-gecko: signature from "Daniel Bermond <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/wine-gecko-2.47.2-3-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: wine-mono: signature from "Daniel Bermond <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/wine-mono-7.0.0-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: zanshin: signature from "Antonio Rojas <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/zanshin-21.12.2-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
I mean, this doesn't make sense considering that this is people who develop or are associated to arch, right? This happened too when I tried installing discord, but I didn't thought to much of it because maybe 'the system wasn't updated'.

Re: Not been able to update packages

Reply #3
Please -at least temporarily - disable all Arch repo's, and try again.

Re: Not been able to update packages

Reply #4
Please -at least temporarily - disable all Arch repo's, and try again.
I just to go to the mirrors in pacman.d and (#) every mirror that isn't with that, right? Because if it is that, it stills give me the error.


Re: Not been able to update packages

Reply #6
Please check this wiki page https://wiki.artixlinux.org/Main/Repositories
That should make the difference between Artix and Arch repositories clear.
I have founded the problem.
Code: [Select]
sudo pacman-key --populate archlinux
I needed to append the keys (I guess it is called that) and it downloaded and updated the system. (I thought that already was done, considering it the community version has artix-archlinux-support...) It had some errors like:
Code: [Select]
warning: could not get file information for etc/local.d/0PS1.start
warning: could not get file information for etc/local.d/consolefont.start
warning: could not get file information for etc/local.d/mkinitcpio.start
After checking available disk space and some after updating the kernel saying something about missing stuff, but from what I know, thats normal.
Yeah everything is ok. I just restarted and it has some error about LUKS and something about crypt not being set, but it doesn't stop the OS from booting.
Thanks for the help.
Peace.

Re: Not been able to update packages

Reply #7
Code: [Select]
warning: could not get file information for etc/local.d/0PS1.start
warning: could not get file information for etc/local.d/consolefont.start
warning: could not get file information for etc/local.d/mkinitcpio.start
What is the output of
Code: [Select]
# pacman -Qkk artix-branding-base
Edit: Scratch that. Those scripts self-destruct/self-modify on first use.

 

Re: Not been able to update packages

Reply #8
I have founded the problem.
Code: [Select]
sudo pacman-key --populate archlinux
I needed to append the keys (I guess it is called that) and it downloaded and updated the system. (I thought that already was done, considering it the community version has artix-archlinux-support...)
That's indeed a weird error, because archlinux-keyring is already installed and populated in the latest community editions. But I can confirm it's happening.