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.
Comment 4Christian Trautman
2016-11-28 15:29:36 UTC
Verified using openvswitch-2.5.0-22.git20160727.el7fdp.x86_64.rpm.
Reserved system without SSSE3 instruction set.
from /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc art rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs hw_pstate npt lbrv svm_lock
Installed openvswitch-2.5.0-10.git20160727.el7fdb.x86_64.rpm and verified OVS fails to start.
Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-vsctl[29753]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --no-wait -- init -- set Open_vSwitch . db-version=7.12.1
Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-ctl[29643]: ERROR: This system does not support "SSSE3".
Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-ctl[29643]: Please check that RTE_MACHINE is set correctly.
Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-vsctl[29758]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --no-wait set Open_vSwitch . ovs-version= "external-ids:system-id=\"dd238f15-811f-4293-868e-af105040f33d\"" "system-typ
Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-vsctl[29758]: ovs|00002|db_ctl_base|ERR|ovs-version=: argument does not end in "=" followed by a value.
Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-ctl[29643]: Configuring Open vSwitch system IDs ovs-vsctl: ovs-version=: argument does not end in "=" followed by a value.
Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-ctl[29643]: [FAILED]
Removed old version and installed openvswitch-2.5.0-22.git20160727.el7fdp.x86_64.rpm.
Verified OVS starts.
[root@ibm-x3755-02 ~]# systemctl start openvswitch.service
[root@ibm-x3755-02 ~]# ovs-vswitchd --service
ovs-vswitchd: unrecognized option '--service'
[root@ibm-x3755-02 ~]# ovs-vswitchd --version
ovs-vswitchd (Open vSwitch) 2.5.0
Compiled Nov 22 2016 12:40:37
[root@ibm-x3755-02 ~]# ovs-vsctl show
c6870cc9-b543-4348-8c0b-51c73c2d04a7
Bridge "br0"
Port "br0"
Interface "br0"
type: internal
ovs_version: "2.5.0"
[root@ibm-x3755-02 ~]# rpm -qa | grep vswitch
openvswitch-2.5.0-22.git20160727.el7fdp.x86_64
[root@ibm-x3755-02 ~]#
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, 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://rhn.redhat.com/errata/RHBA-2017-0027.html
Verified using openvswitch-2.5.0-22.git20160727.el7fdp.x86_64.rpm. Reserved system without SSSE3 instruction set. from /proc/cpuinfo flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc art rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs hw_pstate npt lbrv svm_lock Installed openvswitch-2.5.0-10.git20160727.el7fdb.x86_64.rpm and verified OVS fails to start. Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-vsctl[29753]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --no-wait -- init -- set Open_vSwitch . db-version=7.12.1 Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-ctl[29643]: ERROR: This system does not support "SSSE3". Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-ctl[29643]: Please check that RTE_MACHINE is set correctly. Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-vsctl[29758]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --no-wait set Open_vSwitch . ovs-version= "external-ids:system-id=\"dd238f15-811f-4293-868e-af105040f33d\"" "system-typ Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-vsctl[29758]: ovs|00002|db_ctl_base|ERR|ovs-version=: argument does not end in "=" followed by a value. Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-ctl[29643]: Configuring Open vSwitch system IDs ovs-vsctl: ovs-version=: argument does not end in "=" followed by a value. Nov 28 10:14:25 ibm-x3755-02.ovirt.rhts.eng.bos.redhat.com ovs-ctl[29643]: [FAILED] Removed old version and installed openvswitch-2.5.0-22.git20160727.el7fdp.x86_64.rpm. Verified OVS starts. [root@ibm-x3755-02 ~]# systemctl start openvswitch.service [root@ibm-x3755-02 ~]# ovs-vswitchd --service ovs-vswitchd: unrecognized option '--service' [root@ibm-x3755-02 ~]# ovs-vswitchd --version ovs-vswitchd (Open vSwitch) 2.5.0 Compiled Nov 22 2016 12:40:37 [root@ibm-x3755-02 ~]# ovs-vsctl show c6870cc9-b543-4348-8c0b-51c73c2d04a7 Bridge "br0" Port "br0" Interface "br0" type: internal ovs_version: "2.5.0" [root@ibm-x3755-02 ~]# rpm -qa | grep vswitch openvswitch-2.5.0-22.git20160727.el7fdp.x86_64 [root@ibm-x3755-02 ~]#