Bug 116317 - Asking "to detect devices now" multiples
Summary: Asking "to detect devices now" multiples
Status: VERIFIED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: RC 1
Hardware: x86 Linux
: P5 - None : Minor
Target Milestone: ---
Assignee: Martin Vidner
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 10:29 UTC by Jan Engelhardt
Modified: 2006-12-02 17:07 UTC (History)
0 users

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
y2log from that day (9.30 KB, application/x-bzip2)
2005-09-11 08:10 UTC, Jan Engelhardt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Engelhardt 2005-09-10 10:29:00 UTC
Running `yast2 network` asks me multiple times if I would like to detect network
cards now. Multiple, not once.
Comment 1 Andreas Jaeger 2005-09-10 13:41:10 UTC
I cannot reproduce this.  Please provide the YaST logfiles.
Comment 2 Jan Engelhardt 2005-09-11 08:10:10 UTC
Created attachment 49533 [details]
y2log from that day

HTH
Comment 3 Jan Engelhardt 2005-09-11 08:10:28 UTC
(see attachment)
Comment 4 Martin Vidner 2005-09-12 22:34:07 UTC
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?
Comment 5 Jan Engelhardt 2006-02-25 15:24:35 UTC
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?
Comment 6 Jan Engelhardt 2006-02-25 15:26:55 UTC
s/seems/is/. I have not seen it at all (neither installation nor post-setup yast2). Looks good.
Comment 7 Martin Vidner 2006-03-09 14:26:05 UTC
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".