Bugzilla – Bug 116317
Asking "to detect devices now" multiples
Last modified: 2006-12-02 17:07:36 UTC
Running `yast2 network` asks me multiple times if I would like to detect network cards now. Multiple, not once.
I cannot reproduce this. Please provide the YaST logfiles.
Created attachment 49533 [details] y2log from that day HTH
(see attachment)
One thing is that you are asked multiple times: if I have understod the code properly, it is two times, right? If not, please tell me when exactly it happens. The other thing is that you are asked at all. Yast should do it when linuxrc tells it so by placing Manual: 1 in /etc/install inf. But it also checks the kernel command line /proc/cmdline for "manual". Do you have either of these enabled?
Seems fixed. BTW, the "traditional method with ifup" has changed to the "semi-traditional method with ifplugd" -- how can I change that back to ifup-only?
s/seems/is/. I have not seen it at all (neither installation nor post-setup yast2). Looks good.
Ok, marking as fixed. about disabling ifplugd: Edit the network card, Advanced, Detailed Settings, (or the General tab in 10.1) Device Activation: At Boot Time or vi /etc/sysconfig/network/ifcfg-* and change STARTMODE to "auto".