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.

Bug 1178917

Summary: tuna GUI fails when network interface name includes a period character
Product: Red Hat Enterprise Linux 7 Reporter: Jeremy Eder <jeder>
Component: tunaAssignee: John Kacur <jkacur>
Status: CLOSED ERRATA QA Contact: Jiri Kastner <jkastner>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.2CC: acme, bhu, jkacur, jkastner, poros, williams
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: Improper parsing of file names with dots in them Consequence: Network interfaces with dots in the names would fail Fix: Take into account embedded dots when parsing network names Result: Networking interfaces work with or without dots in the name
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-19 12:48:06 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:
Bug Depends On:    
Bug Blocks: 1154205    
Attachments:
Description Flags
Fix-behavior-for-dot-inside-proc-sys-path.patch none

Comment 2 Jenny Severance 2015-01-05 16:58:43 UTC
According to CYP, Kernel QE owns this package and QE owner should not be IDM QE LIST.  Changing.

Comment 3 John Kacur 2015-03-16 16:54:15 UTC
I need to look at the details, but it sounds like it's just a parsing problem.

Comment 5 John Kacur 2015-04-22 12:50:47 UTC
[root@amd-snook-01 ~]# ip link add tuna1 type dummy
[root@amd-snook-01 ~]# ip a l tuna1
5: tuna1: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN 
    link/ether 82:36:02:82:0f:d2 brd ff:ff:ff:ff:ff:ff
[root@amd-snook-01 ~]# tuna
Problem confirmed with latest tuna
rpm -q tuna
tuna-0.11.1-1.el7.noarch

[root@amd-snook-01 ~]# ip link add tuna.1 type dummy
[root@amd-snook-01 ~]# ip a l tuna.1
6: tuna.1: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN 
    link/ether 0e:a5:88:e9:04:cd brd ff:ff:ff:ff:ff:ff
[root@amd-snook-01 ~]# tuna
Invalid item! file: /proc/sys/net/ipv6/conf/tuna/1/forwarding
Invalid item! file: /proc/sys/net/ipv6/conf/tuna/1/forwarding
Traceback (most recent call last):
  File "/usr/bin/tuna", line 647, in <module>
    main()
  File "/usr/bin/tuna", line 641, in main
    app = tuna_gui.main_gui(kthreads, uthreads, cpus_filtered)
  File "/usr/lib/python2.7/site-packages/tuna/tuna_gui.py", line 64, in __init__
    self.profileview.init_default_file()
  File "/usr/lib/python2.7/site-packages/tuna/gui/profileview.py", line 146, in init_default_file
    self.commonview.updateCommonView()
  File "/usr/lib/python2.7/site-packages/tuna/gui/commonview.py", line 13, in updateCommonView
    self.setup()
  File "/usr/lib/python2.7/site-packages/tuna/gui/commonview.py", line 80, in setup
    frameContent[catCntr]['texts'][contentCntr].set_value(int(self.config.ctlParams[catCntr][val]))
ValueError: invalid literal for int() with base 10: ''

Comment 9 John Kacur 2015-05-27 14:44:13 UTC
Created attachment 1030599 [details]
Fix-behavior-for-dot-inside-proc-sys-path.patch

Comment 12 errata-xmlrpc 2015-11-19 12:48:06 UTC
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-2015-2409.html