Bug 2211747
| Summary: | openvswitch 3.1.1: ovs-vsctl kiled by SIGABRT (at boot) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Davide Repetto <red> |
| Component: | openvswitch | Assignee: | Timothy Redaelli <tredaelli> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 38 | CC: | aconole, fleitner, tredaelli |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openvswitch-3.1.1-3.fc38 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-06-22 02:25:30 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: | |||
|
Description
Davide Repetto
2023-06-01 19:14:31 UTC
The 2 bugs are duplicated, bash prints the x86_has_isa errors due to ovs bash completion that runs ovs-vsctl --commands and ovs-vsctl --options in order to populate the list of commands and options to show when you use autocompletion (tab, etc), so the problem is not in bash at all. This piece of code was introduced it https://github.com/openvswitch/ovs/commit/b366fa, so reassigning the bugzilla to the original submitter of the patch. I also suggest to close the bash bug (#2211733) as duplicated of this one, since the problem is not in bash *** Bug 2211733 has been marked as a duplicate of this bug. *** Could you have a try with rpms freshly built? https://kojipkgs.fedoraproject.org//work/tasks/4345/101864345/ https://kojipkgs.fedoraproject.org//work/tasks/4345/101864345/openvswitch-3.1.1-2.bz2211747.fc38.x86_64.rpm (In reply to David Marchand from comment #3) > Could you have a try with rpms freshly built? > > https://kojipkgs.fedoraproject.org//work/tasks/4345/101864345/ > https://kojipkgs.fedoraproject.org//work/tasks/4345/101864345/openvswitch-3. > 1.1-2.bz2211747.fc38.x86_64.rpm Yep. The new rpms work well for me. Thanks for confirming. I posted a fix upstream: https://patchwork.ozlabs.org/project/openvswitch/patch/20230607082440.2847980-1-david.marchand@redhat.com/ For the record, a fix has been merged (and backported to stable branches down to 2.17) upstream. https://github.com/openvswitch/ovs/commit/474a179aff6c FEDORA-2023-8c98bd8f83 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-8c98bd8f83 FEDORA-2023-8c98bd8f83 has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-8c98bd8f83` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-8c98bd8f83 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-8c98bd8f83 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. |