Bug 1751161
Summary: | SyntaxError: Missing parentheses in call to 'print' | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | XinhuaLi <xili> | |
Component: | openvswitch2.11 | Assignee: | Aaron Conole <aconole> | |
Status: | CLOSED ERRATA | QA Contact: | Rick Alongi <ralongi> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | RHEL 8.0 | CC: | ctrautma, fhallal, jhsiao, kfida, ralongi, tredaelli | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | openvswitch2.11-2.11.0-33.el8fdp | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1780563 (view as bug list) | Environment: | ||
Last Closed: | 2020-01-22 04:02:49 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: |
Description
XinhuaLi
2019-09-11 10:13:31 UTC
Reproduced issue as follows: [root@impairment1 ~]# rpm -qa | grep openvswitch openvswitch-selinux-extra-policy-1.0-19.el8fdp.noarch openvswitch2.11-2.11.0-24.el8fdp.x86_64 [root@impairment1 ~]# uname -r 4.18.0-147.el8.x86_64 [root@impairment1 ~]# cd /usr/share/openvswitch/scripts/ [root@impairment1 scripts]# ./ovs-check-dead-ifs File "./ovs-check-dead-ifs", line 40 print "%s: unexpected format\n" % fn ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("%s: unexpected format\n" % fn)? ------------------------------------------------------------------ Upgraded to openvswitch2.11-2.11.0-35.el8fdp: [root@impairment1 scripts]# yum -y update http://download.eng.bos.redhat.com/brewroot/packages/openvswitch2.11/2.11.0/35.el8fdp/x86_64/openvswitch2.11-2.11.0-35.el8fdp.x86_64.rpm Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Last metadata expiration check: 0:11:22 ago on Thu 19 Dec 2019 12:49:12 PM EST. openvswitch2.11-2.11.0-35.el8fdp.x86_64.rpm 49 MB/s | 12 MB 00:00 Dependencies resolved. ========================================================================================== Package Architecture Version Repository Size ========================================================================================== Upgrading: openvswitch2.11 x86_64 2.11.0-35.el8fdp @commandline 12 M Transaction Summary ========================================================================================== Upgrade 1 Package Total size: 12 M Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: openvswitch2.11-2.11.0-35.el8fdp.x86_64 1/1 Running scriptlet: openvswitch2.11-2.11.0-35.el8fdp.x86_64 1/2 Upgrading : openvswitch2.11-2.11.0-35.el8fdp.x86_64 1/2 Running scriptlet: openvswitch2.11-2.11.0-35.el8fdp.x86_64 1/2 Running scriptlet: openvswitch2.11-2.11.0-24.el8fdp.x86_64 2/2 Cleanup : openvswitch2.11-2.11.0-24.el8fdp.x86_64 2/2 Running scriptlet: openvswitch2.11-2.11.0-24.el8fdp.x86_64 2/2 Verifying : openvswitch2.11-2.11.0-35.el8fdp.x86_64 1/2 Verifying : openvswitch2.11-2.11.0-24.el8fdp.x86_64 2/2 Installed products updated. Upgraded: openvswitch2.11-2.11.0-35.el8fdp.x86_64 Complete! Verified that issue is no longer present: [root@impairment2 scripts]# ./ovs-check-dead-ifs [root@impairment2 scripts]# 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://access.redhat.com/errata/RHSA-2020:0171 |