Bug 682379 - assumes all ethernet devices are named ethX
Summary: assumes all ethernet devices are named ethX
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: tuned
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jan Vcelak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 682334 682380
TreeView+ depends on / blocked
 
Reported: 2011-03-05 01:50 UTC by Bill Nottingham
Modified: 2014-03-17 03:26 UTC (History)
6 users (show)

Fixed In Version: tuned-0.2.20-1.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 682380 (view as bug list)
Environment:
Last Closed: 2011-03-23 04:57:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2011-03-05 01:50:48 UTC
Description of problem:

Network devices can have arbitrary names, and due to
http://fedoraproject.org/wiki/Features/ConsistentNetworkDeviceNaming, will have
different names in Fedora 15.

tuned-0.2.19/monitorplugins/net.py:
...
                devs = open("/proc/net/dev").readlines()
                for l in devs:
                        l = l.replace(":", " ")
                        v = l.split()
                        d = v[0]
                        if not d.startswith("eth"):
                                continue
...

Version-Release number of selected component (if applicable):

tuned-0.2.19

How reproducible:

By visual inspection.

Comment 1 Jan Vcelak 2011-03-08 16:46:17 UTC
Resolved in git (upstream):
http://git.fedorahosted.org/git/?p=tuned.git;a=commit;h=ae41fe8

Comment 2 Jan Vcelak 2011-03-08 18:12:42 UTC
Better fix:
http://git.fedorahosted.org/git/?p=tuned.git;a=commit;h=fd2656d

Comment 3 Fedora Update System 2011-03-21 08:26:37 UTC
tuned-0.2.20-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/tuned-0.2.20-1.fc15

Comment 4 Fedora Update System 2011-03-21 08:26:39 UTC
tuned-0.2.20-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/tuned-0.2.20-1.fc15

Comment 5 Fedora Update System 2011-03-23 04:57:39 UTC
tuned-0.2.20-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.