|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2 Network Settings deletes configurations for renamed interfaces | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Don Hughes <support> |
| Component: | Network | Assignee: | Michal Filka <mfilka> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | abergmann, mfilka, mt |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 12.2 | ||
| Whiteboard: | maint:released:sle11-sp3:61916 | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Deadline: | 2015-06-09 | ||
|
Description
Don Hughes
2011-05-20 20:59:34 UTC
BTW: To rename an interface it is required to: a) ifdown eth0 b) adopt the name in the /etc/udev/rules.d/70-persistent-net.rules, e.g. change NAME="eth0" to NAME="Net1" and reload the rules by calling "udevadm control --reload-rules". c) rename ifcfg-eth0 to its new name, e.g. ifcfg-Net1 d) adopt all eth0 references in other files, e.g. SuSEfirewall2 or dhcp e) rename it at runtime using "ip link set name Net1 dev eth0" f) ifup Net1 This is still an issue with 12.2 I am using the rename option in yast2 which should handle the manual steps above, or the option should be removed from yast2. I've tested renaming interfaces in OS 12.3 and it didn't worked. Tested scenario: 1. change device name for eth0 in Network Settings -> Edit -> Hardware -> Device name to dmz0 2. save changes it is fixed in: - yast2-network.rpm 2.25.7 - yast2.rpm 2.24.5 Both packages are under review and will be submitted into factory. Just to clarify it ... Failed test (Comment#4) resulted in: - renamed ifcfg - updated udev rule However, existing device wasn't renamed (restart required) and yast was unable to edit renamed interface later on. Submitted into Factory. *** Bug 837476 has been marked as a duplicate of this bug. *** An update workflow for this issue was started. This issue was rated as moderate. Please submit fixed packages until 2015-06-09. https://swamp.suse.de/webswamp/wf/61815 SUSE-RU-2015:1072-1: An update that has 6 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 551310,695262,809053,874259,900383,923788 CVE References: Sources used: SUSE Linux Enterprise Software Development Kit 11 SP3 (src): yast2-2.17.135.1-0.7.1, yast2-network-2.17.199.3-0.7.4 SUSE Linux Enterprise Server 11 SP3 for VMware (src): yast2-2.17.135.1-0.7.1, yast2-network-2.17.199.3-0.7.4 SUSE Linux Enterprise Server 11 SP3 (src): yast2-2.17.135.1-0.7.1, yast2-network-2.17.199.3-0.7.4 SUSE Linux Enterprise Desktop 11 SP3 (src): yast2-2.17.135.1-0.7.1, yast2-network-2.17.199.3-0.7.4 |