Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem: ipa-epn command displays 'exception: ConnectionRefusedError: [Errno 111] Connection refused'
Version-Release number of selected component (if applicable):
ipa-server-4.8.7-7.module+el8.3.0+7376+c83e4fcd.x86_64
ipa-client-epn-4.8.7-7.module+el8.3.0+7376+c83e4fcd.x86_64
How reproducible:Always
Steps to Reproduce:
1. Run ipa-epn on IPA server without smtp service running
Actual results:
[root@master ~]# ipa-epn --dry-run
[]
The IPA-EPN command was successful
[root@master ~]# ipa-epn --mail-test
[Errno 111] Connection refused
2020-08-03T14:58:11Z DEBUG File "/usr/lib/python3.6/site-packages/ipapython/admintool.py", line 179, in execute
return_value = self.run()
File "/usr/lib/python3.6/site-packages/ipaclient/install/ipa_epn.py", line 290, in run
msg_charset=api.env.msg_charset,
File "/usr/lib/python3.6/site-packages/ipaclient/install/ipa_epn.py", line 741, in __init__
smtp_password=smtp_password,
File "/usr/lib/python3.6/site-packages/ipaclient/install/ipa_epn.py", line 597, in __init__
self._connect()
File "/usr/lib/python3.6/site-packages/ipaclient/install/ipa_epn.py", line 629, in _connect
timeout=self._smtp_timeout,
File "/usr/lib64/python3.6/smtplib.py", line 251, in __init__
(code, msg) = self.connect(host, port)
File "/usr/lib64/python3.6/smtplib.py", line 336, in connect
self.sock = self._get_socket(host, port, self.timeout)
File "/usr/lib64/python3.6/smtplib.py", line 307, in _get_socket
self.source_address)
File "/usr/lib64/python3.6/socket.py", line 724, in create_connection
raise err
File "/usr/lib64/python3.6/socket.py", line 713, in create_connection
sock.connect(sa)
2020-08-03T14:58:11Z DEBUG The IPA-EPN command failed, exception: ConnectionRefusedError: [Errno 111] Connection refused
2020-08-03T14:58:11Z ERROR [Errno 111] Connection refused
2020-08-03T14:58:11Z ERROR The IPA-EPN command failed. See /var/log/ipaepn.log for more information
Expected results:
Need to fix the traceback seen.
Additional info:
With following IPA version (4.8.7.9.module+el8.3.0+7664+fa35cfe6), test test_EPN_connection_refused is successful, so moving the bug to verified. Refer attached report.html for detailed test results.
2020-08-19T15:27:47+0000 ok: [master.testrealm.test] => (item=ipa-server) =>
2020-08-19T15:27:47+0000 msg:
2020-08-19T15:27:47+0000 - arch: x86_64
2020-08-19T15:27:47+0000 epoch: null
2020-08-19T15:27:47+0000 name: ipa-server
2020-08-19T15:27:47+0000 release: 9.module+el8.3.0+7664+fa35cfe6
2020-08-19T15:27:47+0000 source: rpm
2020-08-19T15:27:47+0000 version: 4.8.7
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Moderate: idm:DL1 and idm:client security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2020:4670
Description of problem: ipa-epn command displays 'exception: ConnectionRefusedError: [Errno 111] Connection refused' Version-Release number of selected component (if applicable): ipa-server-4.8.7-7.module+el8.3.0+7376+c83e4fcd.x86_64 ipa-client-epn-4.8.7-7.module+el8.3.0+7376+c83e4fcd.x86_64 How reproducible:Always Steps to Reproduce: 1. Run ipa-epn on IPA server without smtp service running Actual results: [root@master ~]# ipa-epn --dry-run [] The IPA-EPN command was successful [root@master ~]# ipa-epn --mail-test [Errno 111] Connection refused 2020-08-03T14:58:11Z DEBUG File "/usr/lib/python3.6/site-packages/ipapython/admintool.py", line 179, in execute return_value = self.run() File "/usr/lib/python3.6/site-packages/ipaclient/install/ipa_epn.py", line 290, in run msg_charset=api.env.msg_charset, File "/usr/lib/python3.6/site-packages/ipaclient/install/ipa_epn.py", line 741, in __init__ smtp_password=smtp_password, File "/usr/lib/python3.6/site-packages/ipaclient/install/ipa_epn.py", line 597, in __init__ self._connect() File "/usr/lib/python3.6/site-packages/ipaclient/install/ipa_epn.py", line 629, in _connect timeout=self._smtp_timeout, File "/usr/lib64/python3.6/smtplib.py", line 251, in __init__ (code, msg) = self.connect(host, port) File "/usr/lib64/python3.6/smtplib.py", line 336, in connect self.sock = self._get_socket(host, port, self.timeout) File "/usr/lib64/python3.6/smtplib.py", line 307, in _get_socket self.source_address) File "/usr/lib64/python3.6/socket.py", line 724, in create_connection raise err File "/usr/lib64/python3.6/socket.py", line 713, in create_connection sock.connect(sa) 2020-08-03T14:58:11Z DEBUG The IPA-EPN command failed, exception: ConnectionRefusedError: [Errno 111] Connection refused 2020-08-03T14:58:11Z ERROR [Errno 111] Connection refused 2020-08-03T14:58:11Z ERROR The IPA-EPN command failed. See /var/log/ipaepn.log for more information Expected results: Need to fix the traceback seen. Additional info: