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.
Created attachment 1167423[details]
evolution logs with CAMEL_DEBUG=all
Description of problem:
After upgrade from 7.1 to 7.2, Evolution cannot create any connection anymore.
There is no network connectivity issue on affected rhel7.2 client system.
Also the servers are accessible from rhel7.1 clients, hence no server side problem as well.
Disabling NetworkManager, did not help.
Below is the output generated on console..
$ evolution --force-online
evolution-shell-Message: Network disconnected. Forced offline.
evolution-shell-Message: Connection established. Going online.
openjdk version "1.8.0_71"
OpenJDK Runtime Environment (build 1.8.0_71-b15)
OpenJDK 64-Bit Server VM (build 25.71-b15, mixed mode)
(evolution:21204): GLib-GObject-WARNING **: g_object_weak_unref: couldn't find weak ref 0x7fef7766bab0(0x94f000)
Option to switch to online mode in evolution window is grayed out.
Attached is output with CAMEL_DEBUG=all
Version-Release number of selected component (if applicable):
evolution-3.12.11-15.el7.x86_64
How reproducible:
Always
Steps to Reproduce:
1. RHEL7.2 system with no internet connection
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 0.0.0.0 255.255.255.0 U 100 0 0 eno1
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
2. Start evolution (configured to use internal servers)
Actual results:
evolution always in offline mode.
Expected results:
evolution should start in online mode
Additional info:
Same is the case with empathy, will be filing another bug for it.
May or may not be a regression, but regardless the first thing to do now is to verify 7.3.
Comment 15RHEL Program Management
2020-12-15 07:42:07 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.
Created attachment 1167423 [details] evolution logs with CAMEL_DEBUG=all Description of problem: After upgrade from 7.1 to 7.2, Evolution cannot create any connection anymore. There is no network connectivity issue on affected rhel7.2 client system. Also the servers are accessible from rhel7.1 clients, hence no server side problem as well. Disabling NetworkManager, did not help. Below is the output generated on console.. $ evolution --force-online evolution-shell-Message: Network disconnected. Forced offline. evolution-shell-Message: Connection established. Going online. openjdk version "1.8.0_71" OpenJDK Runtime Environment (build 1.8.0_71-b15) OpenJDK 64-Bit Server VM (build 25.71-b15, mixed mode) (evolution:21204): GLib-GObject-WARNING **: g_object_weak_unref: couldn't find weak ref 0x7fef7766bab0(0x94f000) Option to switch to online mode in evolution window is grayed out. Attached is output with CAMEL_DEBUG=all Version-Release number of selected component (if applicable): evolution-3.12.11-15.el7.x86_64 How reproducible: Always Steps to Reproduce: 1. RHEL7.2 system with no internet connection route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.0.0.0 0.0.0.0 255.255.255.0 U 100 0 0 eno1 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0 2. Start evolution (configured to use internal servers) Actual results: evolution always in offline mode. Expected results: evolution should start in online mode Additional info: Same is the case with empathy, will be filing another bug for it.