Bug 1193599

Summary: fedup could suggest --nogpgcheck or at least note that it was looking for signed images
Product: [Fedora] Fedora Reporter: Kevin Fenzi <kevin>
Component: fedupAssignee: Orphan Owner <extras-orphan>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: kevin, tflink, vondruch, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-20 14:08:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kevin Fenzi 2015-02-17 16:50:38 UTC
Right now: 

% sudo fedup --network rawhide
setting up repos...
getting boot images...

Downloading failed: couldn't get boot images: No more mirrors to try.
Last error was: [Errno 14] HTTP Error 404 - Not Found

We may someday sign rawhide images, but until then might be nice for it to say "looking for signed boot images" at least or "add a could not find any signed images" or perhaps for rawhide it could say "rawhide does not have signed images, continue with --nogpgcheck at your peril"

Comment 1 Will Woods 2015-02-17 19:00:40 UTC
Could you attach the full traceback (at the end of /var/log/fedup.log)?

Comment 2 Kevin Fenzi 2015-02-17 19:12:34 UTC
Sure: 

...
awhide/x86_64/os/.treeinfo.signed: [Errno 14] FTP Error 550 - Given file does not exist
[     6.859] (II) fedup.yum:log_grab_failure() http://www.gtlib.gatech.edu/pub/fedora.redhat/linux/development/rawhide/x86_64/os/.treeinfo.signed: [Errno 14] HTTP Error 404 - Not Found
[     6.859] (II) fedup:message() Downloading failed: couldn't get boot images: No more mirrors to try.
Last error was: [Errno 14] HTTP Error 404 - Not Found
[     6.860] (DD) fedup:<module>() Traceback (for debugging purposes):
Traceback (most recent call last):
  File "/bin/fedup", line 286, in <module>
    main(args)
  File "/bin/fedup", line 190, in main
    kernel, initrd = f.download_boot_images() # TODO: force arch?
  File "/usr/lib/python2.7/site-packages/fedup/download.py", line 466, in download_boot_images
    raise YumBaseError(_("couldn't get boot images: %s") % err)
YumBaseError: couldn't get boot images: No more mirrors to try.
Last error was: [Errno 14] HTTP Error 404 - Not Found
[     6.860] (II) fedup:<module>() /bin/fedup exiting cleanly at Tue Feb 17 09:46:08 2015

Comment 3 Jan Kurik 2015-07-15 14:31:39 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 4 Fedora Admin XMLRPC Client 2015-10-19 19:11:59 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 5 Will Woods 2015-10-20 14:08:09 UTC
fedup's replacement doesn't deal with boot images, so this should be a non-issue.