|
Bugzilla – Full Text Bug Listing |
| Summary: | Network Device not active after configuring | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Holger Sickenberg <holgi> |
| Component: | YaST2 | Assignee: | Michal Zugec <mzugec> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Blocker | ||
| Priority: | P5 - None | CC: | coolo, locilka |
| Version: | RC 1 | Flags: | coolo:
SHIP_STOPPER+
|
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Component Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
y2logs.tgz
ifcfg-eth1 hwinfo.txt dmesg.txt 70-persistent-net.rules messages.tgz |
||
Created attachment 218633 [details]
y2logs.tgz
Created attachment 218634 [details]
ifcfg-eth1
Created attachment 218635 [details]
hwinfo.txt
might be the network scripts itself, but I have no idea how to read the logs [Interpreter] Lan.ycp:763 if condition is nil. [YCP] Lan.ycp:762 item number 1 has link:false detected [YCP] LanItems.ycp:553 is item 1 configured? false [Interpreter] Lan.ycp:763 if condition is nil. [YCP] Lan.ycp:762 item number 2 has link:false detected LanItems.ycp:553 is item 2 configured? false [YCP] network/services/proxy.ycp:203 Script lan_proposal returned $["links":[], "preformatted_proposal":"<ul> ~~~ <li><p>AR5211 802.11ab NIC<br>Not configured yet.</p></li> <li><p>DECchip 21142/43<br>Not configured yet.</p></li> <li><p>88E8050 PCI-E ASF Gigabit Ethernet Controller<br>Not configured yet.</p></li> ~~~ </ul>", "warning":nil, "warning_level":nil] That definitely sounds like a bug. Hm, that's strange, I can't reproduce such problems Attach please dmesg output, /var/log/messages and /etc/udev/rules.d/70-persistent-net.rules Created attachment 219090 [details]
dmesg.txt
Created attachment 219091 [details]
70-persistent-net.rules
Created attachment 219092 [details]
messages.tgz
This is duplicate of bug #395014 (I will assigned as DUPLICATE it after some tests) Confirmed, it's a duplicate. See explanation in comment #11 of bugreport #395014 When link is set up, it should work after "rcnetwork reload" *** This bug has been marked as a duplicate of bug 395014 *** |
I configured a network card to be active with DHCP in "yast2 lan" and clicked finish. But even the config appears in /etc/sysconfig/network/ the device was not active when checking with ifconfig: fornax:/tmp # ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:1078 errors:0 dropped:0 overruns:0 frame:0 TX packets:1078 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:67776 (66.1 Kb) TX bytes:67776 (66.1 Kb) I had to do a "rcnetwork restart" manually to get it active.