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.
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.
http://rhn.redhat.com/errata/RHBA-2011-0581.html
Description of problem: Version-Release number of selected component (if applicable): tuned-0.2.11-8.el6_0.1.noarch How reproducible: service tuned restart Actual results: Traceback (most recent call last): File "/usr/sbin/tuned", line 92, in <module> tuned.init(TUNEDDIR, cfgfile, debug = debug) File "/usr/share/tuned/tuned.py", line 82, in init self.__initplugins__(path, "monitorplugins", self.mp) File "/usr/share/tuned/tuned.py", line 43, in __initplugins__ exec _cmd File "<string>", line 1, in <module> File "/usr/share/tuned/monitorplugins/net.py", line 113, in <module> _plugin = NetMonitor() File "/usr/share/tuned/monitorplugins/net.py", line 41, in __init__ max_speed = self.__calcspeed__( ethcard(d).get_max_speed() ); File "/usr/share/tuned/tuned_nettool.py", line 221, in ethcard ethcard.list[interface] = Nettool(interface) File "/usr/share/tuned/tuned_nettool.py", line 40, in __init__ self.update() File "/usr/share/tuned/tuned_nettool.py", line 213, in update self.advertised_modes.append(1000, True) TypeError: append() takes exactly one argument (2 given) Expected results: Additional info: # ethtool eth0 Settings for eth0: Supported ports: [ FIBRE ] Supported link modes: 1000baseT/Full 2500baseX/Full 10000baseT/Full Supports auto-negotiation: Yes Advertised link modes: 1000baseT/Full 2500baseX/Full 10000baseT/Full Advertised pause frame use: Symmetric Receive-only Advertised auto-negotiation: Yes Speed: 1000Mb/s Duplex: Full Port: FIBRE PHYAD: 16 Transceiver: internal Auto-negotiation: on Supports Wake-on: g Wake-on: g Current message level: 0x00000000 (0) Link detected: yes ---- # cat /proc/net/dev Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed lo: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 eth0: 1204348 11932 0 0 0 0 0 0 2211453 9873 0 0 0 0 0 0 eth1: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 I think the error is from line 231 of /usr/share/tuned/tuned_nettool.py : self.advertised_modes.append(1000, True)