You are not logged in.
Hey all,
I have posted stuff on this topic before, but have never gotten a definitive answer regarding how to fix this:
I have already tried:
pacman-key --init
pacman-key --populate archlinux
pacman-key --refresh-keys
and I get this:
error: nouveau-dri: signature from "Andreas Radke <andyrtr@archlinux.org>" is invalid
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occured, no packages were upgraded.
Note:
The system is an i686 based PC running on a school network -- could my school's filter be blocking this?
Thanks for the help.
Offline
Are you running an up-to-date version of pacman, and have you refreshed your package list?
Offline
"invalid or corrupted package"
Have you tried removing it and re-downloading it?
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I am running off of an archiso I downloaded less than a week ago.
Offline
WorMzy: How would I do that?
Offline
WorMzy: How would I do that?
SYNC OPTIONS
-c, --clean
Remove packages that are no longer installed from the cache as well as currently unused sync databases to free up disk
space. When pacman downloads packages, it saves them in a cache directory. In addition, databases are saved for every
sync DB you download from, and are not deleted even if they are removed from the configuration file pacman.conf(5). Use
one --clean switch to only remove packages that are no longer installed; use two to remove all files from the cache. In
both cases, you will have a yes or no option to remove packages and/or unused downloaded databases.If you use a network shared cache, see the CleanMethod option in pacman.conf(5).
....
-y, --refresh
Download a fresh copy of the master package list from the server(s) defined in pacman.conf(5). This should typically be
used each time you use --sysupgrade or -u. Passing two --refresh or -y flags will force a refresh of all package lists
even if they appear to be up to date.
First, try pacman -Syyu
If that does not do it, try pacman -Scc followed by pacman -Syu
Note that that cleans out your cache of installed packages making it harder to downgrade to things you had installed previously.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
I have already done pacman -Syyu, however, I will try the other option.
Offline
Ok, after I did
pacman -Sc and pacman -Syu
I ended up with:
error: coreutils: signature from "Allan McRae <me@allanmcrae.com>" is invalid
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occured, no packages were upgraded.
Offline
Around a week ago I got the same problem. Turns out it's because my system clock (ntpd out of sync after restart).
Need to sync my system clock, refresh the signature keys for sure and it works. Maybe yours same with me!?
Ask, and it shall be given you.
Seek, and ye shall find.
Knock, and it shall be opened unto you.
Offline
i had this problem yesterday when i was making a new vm. i went into /var/cache/pacman/pkg/ and removed everything rm * then pacman -Syyu ; pacman-key --populate archlinux , pacman-key --refresh-keys has worked for me too
Offline
Just a note, during the pacman -Syyu I get errors like:
error: failed retrieving file 'xxxxxxx' from xxxxxx.org: HTTP server doesn't seem to support byte ranges: cannot resume.
And, of course, I get the exact same errors....
Yes, my system time is current.
Offline
Change mirrors?
Last edited by cfr (2013-02-19 22:51:15)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
I will try that tomorrow -- it is a computer at my school.
Offline
I will try that tomorrow -- it is a computer at my school.
Hmmm, that brings up a couple questions.
1. You do have permission to install Arch onto that computer, right?
2. Any chance that the infrastructure at the school is blocking you? It is possible that ftp is blocked; make certain you are using http. Even then, I have seen some very aggressive file filtering my some school's firewalls.
Last edited by ewaller (2013-02-20 00:01:37)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Yes, this is in a computer engineering class. : P
Offline
I was wondering about the filtering in the beginning, in particular, a program called Netsweeper.
Offline
I was wondering about the filtering in the beginning, in particular, a program called Netsweeper.
You mean, this ? http://www.netsweeper.com/what-we-do/we … management
Yeah, it could bite you.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Yeah, lol, I am well aware of the biting capabilities of Netsweeper -- yes, that is the product.
Offline
I could probably get this fixed -- what would I ask to be unblocked for my node at school?
Offline
I could probably get this fixed -- what would I ask to be unblocked for my node at school?
Sorry, I don't have a clue. I would start with someone with authority in the IT department and work it from there.
Edit: You might tell them that you are trying to install Arch Linux, and provide a list of your mirrors. The company's website says the ability to unlock content for periods of time is intrinsic to their product.
Last edited by ewaller (2013-02-20 00:51:53)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Sometimes its easier to manually delete the /etc/pacman.d/gnupg folder and run the pacman-key --init, pacman-key --populate archlinux.
Last edited by hadrons123 (2013-02-20 01:15:04)
Offline
Oooh, I have an idea! Can I change the SigLevel in
/etc/pacman.conf
to SigLevel = Never?
Offline
yes. But not recommended.
Offline
Yes, but, that is not suggested as you can wind up trusting unverified keys and possibly installing malicious software. With the GPG keys, you can verify that the packages have not been tampered with since the Developers/TUs created them.
Last edited by Pougnet (2013-02-20 02:35:58)
Offline
Well, I see no other way around this problem.
Offline