| Summary: | fedora-easy-karma crashes from behind a mandatory non-transparent proxy | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Wilkinson <bugzilla> |
| Component: | python-fedora | Assignee: | Toshio Ernie Kuratomi <a.badger> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | a.badger, jonstanley, lmacken, opensource, ricky |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-03-28 16:38:33 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
James Wilkinson
2012-03-26 12:13:06 UTC
Uh, I did not yet mean to submit my changes. Can you please try to the variable "HTTPS_PROXY", note the extra "S" and the upper case of all characters, and maybe try both variables. Grrr. Sorry, I should have thought of that. It now no longer crashes. It doesn't report any RPMs (even though I have thunderbird-11.0-5.fc15.x86_64 installed, which is in F15 updates-testing, confirmed at http://koji.fedoraproject.org/koji/buildinfo?buildID=307579), but it doesn't crash. HTTPS_PROXY=http://proxy:80/ HTTP_PROXY=http://proxy:80/ fedora-easy-karma --debug --installed-max-days=999 DEBUG: fedora_cert_error - timedelta: 0:00:00.000100 DEBUG: fas_username NameError - timedelta: 0:00:00.000103 Getting list of installed packages... DEBUG: starting yum query - timedelta: 0:00:00.551577 Getting list of packages in updates-testing... DEBUG: starting bodhi query - timedelta: 0:00:04.763629 DEBUG: reading ignore file /home/jamesw/.fedora-easy-karma/ignore.cpickle - timedelta: 0:00:35.340463 DEBUG: post processing bodhi query - timedelta: 0:00:00.017374 DEBUG: starting feedback loop - timedelta: 0:00:00.000891 DEBUG: makedirs OSError - timedelta: 0:00:00.000395 - timestamp not updated DEBUG: writing ignore file - timedelta: 0:00:00.000433 and that's it. (In reply to comment #2) > Grrr. Sorry, I should have thought of that. It now no longer crashes. It > doesn't report any RPMs (even though I have thunderbird-11.0-5.fc15.x86_64 > installed, which is in F15 updates-testing, confirmed at > http://koji.fedoraproject.org/koji/buildinfo?buildID=307579), but it doesn't > crash. > > HTTPS_PROXY=http://proxy:80/ HTTP_PROXY=http://proxy:80/ fedora-easy-karma Can you please test with http_proxy in lower case. HTTPS_PROXY should work with either case. https_proxy=http://proxy:80/ http_proxy=http://proxy:80/ fedora-easy-karma --debug --installed-max-days=999 DEBUG: fedora_cert_error - timedelta: 0:00:00.000127 DEBUG: fas_username NameError - timedelta: 0:00:00.006319 Getting list of installed packages... DEBUG: starting yum query - timedelta: 0:00:01.418440 Getting list of packages in updates-testing... DEBUG: starting bodhi query - timedelta: 0:00:42.295505 DEBUG: reading ignore file /home/jamesw/.fedora-easy-karma/ignore.cpickle - timedelta: 0:00:17.890738 DEBUG: post processing bodhi query - timedelta: 0:00:00.043532 DEBUG: starting feedback loop - timedelta: 0:00:00.001171 DEBUG: makedirs OSError - timedelta: 0:00:00.000545 - timestamp not updated DEBUG: writing ignore file - timedelta: 0:00:00.000582 HTTPS_PROXY=http://proxy:80/ http_proxy=http://proxy:80/ fedora-easy-karma --debug --installed-max-days=999 DEBUG: fedora_cert_error - timedelta: 0:00:00.000100 DEBUG: fas_username NameError - timedelta: 0:00:00.000114 Getting list of installed packages... DEBUG: starting yum query - timedelta: 0:00:00.634187 Getting list of packages in updates-testing... DEBUG: starting bodhi query - timedelta: 0:00:13.585138 DEBUG: reading ignore file /home/jamesw/.fedora-easy-karma/ignore.cpickle - timedelta: 0:00:11.665563 DEBUG: post processing bodhi query - timedelta: 0:00:00.013302 DEBUG: starting feedback loop - timedelta: 0:00:00.000981 DEBUG: makedirs OSError - timedelta: 0:00:00.000475 - timestamp not updated DEBUG: writing ignore file - timedelta: 0:00:00.000536 Do you have other packages installed from testing except te thunderbird update? you won't be bugged for it anymore, because it is already requested to be pushed to stable: https://admin.fedoraproject.org/updates/FEDORA-2012-3950/thunderbird-11.0-5.fc17,thunderbird-lightning-1.3-3.fc17?_csrf_token=3f38d1ed99b685fb491140918e9a84d8fb5830da Looks like my other testing packages have also been pushed too, then: I installed clamtk (which only went to testing overnight), and it now seems to be working properly. Sorry for the noise, and thanks for the help, James |