Bug 1055042
| Summary: | [abrt] yum-cron: socket.py:571:create_connection:error: [Errno 111] Connection refused | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bob <bobkaiser1> | ||||||
| Component: | yum | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | admiller, ffesti, packaging-team-maint, zpavlas | ||||||
| Target Milestone: | --- | Keywords: | Reopened | ||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/72b39ebcc9bddac6fccf403c6c5b7fce1cfa9759 | ||||||||
| Whiteboard: | abrt_hash:bf82ab375a3de98cfd957244d11f79243447df0d | ||||||||
| Fixed In Version: | yum-3.4.3-132.fc19 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-01-23 11:09:35 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 851917 [details]
File: backtrace
Created attachment 851918 [details]
File: environ
Please set "email_host" in yum-cron.conf to your smtp server, or make sure smtpd runs on localhost. Since yum-cron is not interactive, I'd say a traceback in this case is acceptable. Changed my mind.. In general, yum-cron could use many emitters, and failure in any of them should not be fatal; others should run. Fixed upstream. yum-3.4.3-132.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/yum-3.4.3-132.fc20 yum-3.4.3-132.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/yum-3.4.3-132.fc19 yum-3.4.3-132.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. yum-3.4.3-132.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: yum-cron-3.4.3-129.fc20 Additional info: reporter: libreport-2.1.11 cmdline: /usr/bin/python -tt /usr/sbin/yum-cron /etc/yum/yum-cron-hourly.conf dso_list: python-libs-2.7.5-9.fc20.x86_64 executable: /usr/sbin/yum-cron kernel: 3.12.7-300.fc20.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: socket.py:571:create_connection:error: [Errno 111] Connection refused Traceback (most recent call last): File "/usr/sbin/yum-cron", line 698, in <module> main() File "/usr/sbin/yum-cron", line 695, in main base.updatesCheck() File "/usr/sbin/yum-cron", line 606, in updatesCheck self.emitMessages() File "/usr/sbin/yum-cron", line 681, in emitMessages map(lambda x: x.sendMessages(), self.emitters) File "/usr/sbin/yum-cron", line 681, in <lambda> map(lambda x: x.sendMessages(), self.emitters) File "/usr/sbin/yum-cron", line 233, in sendMessages s.connect(self.opts.email_host) File "/usr/lib64/python2.7/smtplib.py", line 310, in connect self.sock = self._get_socket(host, port, self.timeout) File "/usr/lib64/python2.7/smtplib.py", line 285, in _get_socket return socket.create_connection((host, port), timeout) File "/usr/lib64/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused Local variables in innermost frame: err: error(111, 'Connection refused') proto: 6 canonname: '' af: 2 sock: <socket._socketobject object at 0x8171980> host: 'localhost' timeout: <object object at 0x7f03211ef0b0> res: (2, 1, 6, '', ('127.0.0.1', 25)) socktype: 1 address: ('localhost', 25) sa: ('127.0.0.1', 25) source_address: None port: 25 _: error(111, 'Connection refused')