|
Bugzilla – Full Text Bug Listing |
| Summary: | Cloning system messes network config up | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Felix Möller <felix> |
| Component: | Network | Assignee: | Christian Zoz <zoz> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | aj, felix, hare |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Fixes the error messages | ||
|
Description
Felix Möller
2005-10-17 20:04:35 UTC
The first issue is not a bug, but a support request. Try autoyast. The second might be a bug. You can delete /etc/udev/rules.d/30-net_persistent_names.rules always. The worst things that might happen is that your interface names change (if there are more then one). It will again create this file, but with interface names starting at 0. So rename ifcfg- and delete 30-net* in your clone image and all will be fine. Don't delete /etc/udev/rules.d/31-net_create_names.rules. The second issue seems to be a result of having a config ifcfg-eth0 but no interface eth0. I will check that. Thanks for your reply.
I just have access to the machine and thought it might be helpful to copy the output:
eth1 device: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 90)
eth1 (DHCP) . . . . . <notice>pidofproc: dhcpcd 4212
IP/Netmask: 192.168.1.104 / 255.255.255.0 ('hs04')
doneWaiting for mandatory devices: eth0
15 14 cat: /sys/class/net/eth0/ifindex: No such file or directory
12 cat: /sys/class/net/eth0/ifindex: No such file or directory
11 cat: /sys/class/net/eth0/ifindex: No such file or directory
10 cat: /sys/class/net/eth0/ifindex: No such file or directory
9 cat: /sys/class/net/eth0/ifindex: No such file or directory
8 cat: /sys/class/net/eth0/ifindex: No such file or directory
7 cat: /sys/class/net/eth0/ifindex: No such file or directory
6 cat: /sys/class/net/eth0/ifindex: No such file or directory
5 cat: /sys/class/net/eth0/ifindex: No such file or directory
4 cat: /sys/class/net/eth0/ifindex: No such file or directory
3 cat: /sys/class/net/eth0/ifindex: No such file or directory
2 cat: /sys/class/net/eth0/ifindex: No such file or directory
1 cat: /sys/class/net/eth0/ifindex: No such file or directory
0 cat: /sys/class/net/eth0/ifindex: No such file or directory
The net directory contains:
# ls /sys/class/net/
. .. eth1 lo sit0
HTH
fm
Created attachment 55189 [details]
Fixes the error messages
This patch makes rcnetwork not to gather the existence of an interface from the existence of a ifcfg-<interface> file.
Patch added to svn |