| Summary: | Could not resolve host: admin.fedoraproject.org; Cannot allocate memory in f-e-k | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Dulaney <jdulaney> |
| Component: | fedora-easy-karma | Assignee: | Till Maas <opensource> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | awilliam, bwalker, opensource |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-07 17:34:39 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
FWIW, I'm not seeing this on my F15 x86-64 laptop with latest updates-testing, f-e-k runs fine. I don't remember seeing it at any point in the f15 cycle... This message is a notice that Fedora 15 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 15. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '15' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 15 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |
Description of problem: When providing Karma for open-ssh, I received the following: Traceback (most recent call last): File "/usr/bin/fedora-easy-karma", line 452, in <module> FedoraEasyKarma() File "/usr/bin/fedora-easy-karma", line 353, in __init__ result = self.send_comment(bc, update, comment, karma) File "/usr/bin/fedora-easy-karma", line 438, in send_comment res = bc.comment(update["title"], comment, karma=karma) File "/usr/lib/python2.7/site-packages/fedora/client/bodhi.py", line 177, in comment return self.send_request('comment', auth=True, req_params=params) File "/usr/lib/python2.7/site-packages/fedora/client/baseclient.py", line 344, in send_request auth_params=auth_params, retries=retries) File "/usr/lib/python2.7/site-packages/fedora/client/proxyclient.py", line 380, in send_request request.perform() pycurl.error: (6, 'Could not resolve host: admin.fedoraproject.org; Cannot allocate memory') I ran f-e-k with the --installed-max-days=1 option After the first time, it happens immediately. How reproducible: After the first time, 100% of 6 tries Steps to Reproduce: 1. Run fedora-easy-karma --installed-max-days=1 Actual results: [jdulaney@jdulaney ~]$ fedora-easy-karma --installed-max-days=1 Getting list of installed packages... Getting list of packages in updates-testing... Traceback (most recent call last): File "/usr/bin/fedora-easy-karma", line 452, in <module> FedoraEasyKarma() File "/usr/bin/fedora-easy-karma", line 294, in __init__ testing_updates.extend(bc.query(release=release, status="pending", request="testing", limit=1000)["updates"]) File "/usr/lib/python2.7/site-packages/fedora/client/bodhi.py", line 147, in query return self.send_request('list', req_params=params, auth=auth) File "/usr/lib/python2.7/site-packages/fedora/client/baseclient.py", line 344, in send_request auth_params=auth_params, retries=retries) File "/usr/lib/python2.7/site-packages/fedora/client/proxyclient.py", line 380, in send_request request.perform() pycurl.error: (6, 'Could not resolve host: admin.fedoraproject.org; Cannot allocate memory') [jdulaney@jdulaney ~]$ Expected results: Run as per normal Additional Info: I am not out of RAM