 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

8th January 2012, 04:48 PM
|
|
Registered User
|
|
Join Date: Jul 2007
Posts: 126

|
|
|
"Untrusted" packages in Fedora repository?
In Fedora 16, I tried to install the "sharutils" package. Up came an authentication box saying, "The software is not from a trusted source. Do not install..."
Strange! Well, I also have Fedora 15 handy, and for an experiment I tried to install sharutils there. The authentication box said, "Authentication is required to install a signed package".
Is something wrong with my Fedora 16 setup?
Code:
# yum list sharutils
Loaded plugins: langpacks, presto, refresh-packagekit
Available Packages
sharutils.x86_64 4.11.1-1.fc16 fedora
# grep http /etc/yum.repos.d/fedora.repo
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
|

8th January 2012, 07:43 PM
|
 |
Community Manager
|
|
Join Date: Mar 2009
Location: Broomfield, CO
Posts: 385

|
|
|
Re: "Untrusted" packages in Fedora repository?
Can you attach the exact output from 'yum install sharutils' ?
|

8th January 2012, 07:59 PM
|
 |
Techno-Womble
|
|
Join Date: Aug 2006
Location: Gloucestershire, U.K.
Posts: 1,793

|
|
|
Re: "Untrusted" packages in Fedora repository?
Don't know if this is totally relevant, but Bob answered a similar query recently, which may help explain/reasure.
http://forums.fedoraforum.org/showthread.php?t=274865
__________________
To get the right answer, one must first ask the right question!
Desktop #1 F18
Desktop #2 Mint 14
Laptop: Macpup 529
Netbook: Debian ARM
|

8th January 2012, 08:02 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128

|
|
|
Re: "Untrusted" packages in Fedora repository?
Package checks out OK here..
Code:
BASH:~/-> yumdownloader sharutils
Loaded plugins: langpacks, presto
sharutils-4.11.1-1.fc16.x86_64.rpm
BASH:~/-> rpm -K sharutils-4.11.1-1.fc16.x86_64.rpm
sharutils-4.11.1-1.fc16.x86_64.rpm: rsa sha1 (md5) pgp md5 OK
Maybe your gpg keys aren't installed correctly? Reinstall:
Code:
# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64
|

8th January 2012, 08:46 PM
|
 |
Registered User
|
|
Join Date: Jul 2008
Posts: 1,248

|
|
|
Re: "Untrusted" packages in Fedora repository?
If I got what you posted, correct...
I've encountered that & when I do it is always associated with a GPG issue, usually a missing one. (unsigned ?) Since it is coming from a trusted repo, I just tell it to give it to me. But I'd NEVER do this on one that I wasn't sure about. That is where one is playing with fire!
__________________
Chilly Willy, Tux's little cousin...
By its very nature, Windows is a PANE!
Last edited by Chilly Willy; 8th January 2012 at 09:11 PM.
|

8th January 2012, 08:50 PM
|
 |
Community Manager
|
|
Join Date: Mar 2009
Location: Broomfield, CO
Posts: 385

|
|
|
Re: "Untrusted" packages in Fedora repository?
You should never see an unsigned package from Fedora repos.
In this case I'm suspecting somehow the f16 key wasn't imported correctly or the like, but would love to see what yum says.
|

8th January 2012, 09:14 PM
|
 |
Registered User
|
|
Join Date: Jul 2008
Posts: 1,248

|
|
|
Re: "Untrusted" packages in Fedora repository?
Quote:
Originally Posted by nirik
You should never see an unsigned package from Fedora repos.
In this case I'm suspecting somehow the f16 key wasn't imported correctly or the like, but would love to see what yum says. 
|
I'm not sure if it was unsigned per say, so I edited my post. but I DO recall it being an issue with it, just not to sure what, as I haven't gotten any for a while now.
__________________
Chilly Willy, Tux's little cousin...
By its very nature, Windows is a PANE!
|

8th January 2012, 09:36 PM
|
|
Registered User
|
|
Join Date: Jul 2007
Posts: 126

|
|
|
Re: "Untrusted" packages in Fedora repository?
Hmm, the "untrusted source" warning comes from "pkcon install" but not from "yum install". By the way, I get the same "rsa sha1 (md5) pgp md5 OK" output from "rpm -K" as PabloTwo. But I'm not sure it's good news. The manual says that parentheses indicate a failure. On the other hand, the output certainly ends with the word "OK". On the third hand, it mentions md5 twice, once as a failure and once as success.
Code:
# pkcon install sharutils
Simulating install [=========================]
Starting [=========================]
Running [=========================]
Resolving dependencies [=========================]
Installing [=========================]
Waiting for authentication [=========================]
Waiting in queue [=========================]
Starting [=========================]
Resolving dependencies [=========================]
Downloading packages [=========================]
Testing changes [=========================]
Installing packages [=========================]
Scanning applications [=========================]
Message: untrusted-package: The package sharutils from repo fedora is untrusted
|

11th January 2012, 04:45 AM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 3

|
|
Re: "Untrusted" packages in Fedora repository?
Is there a way to list all the untrusted packages? I am wondering why have a warning message if everyone starts ignoring it, kinda like the boy who called wolf one time two many, and the big bad wolf bites the boy.
|

11th January 2012, 04:51 AM
|
 |
Community Manager
|
|
Join Date: Mar 2009
Location: Broomfield, CO
Posts: 385

|
|
|
Re: "Untrusted" packages in Fedora repository?
This might be related to this PackageKit bug:
https://bugzilla.redhat.com/show_bug.cgi?id=771746
I'd suggest folks that see this add info there, or file a new bug on PackageKit.
To see all packages and what key they were signed with:
yum install keychecker
keychecker
|

11th January 2012, 05:19 AM
|
|
Registered User
|
|
Join Date: Jan 2009
Posts: 3

|
|
Re: "Untrusted" packages in Fedora repository?
Thank you for your help, this is a good way to double check before something happens.
|

13th January 2012, 02:17 AM
|
|
Registered User
|
|
Join Date: Jul 2007
Posts: 126

|
|
|
Re: "Untrusted" packages in Fedora repository?
nirik, I think it is explained by the bug report you pointed out!
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 15:54 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|