Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] dhcp delays when booting (wicd)
Date: Tue, 16 Oct 2012 19:40:23
Message-Id: CAK2H+efkc5VyDCFehAcz_ejamDF=chWS5mPSA2ouDaA_a1=H+A@mail.gmail.com
1 Hi,
2 I've been using wicd for quite awhile on my laptop and it works fine
3 with both wired and wireless interfaces. However I'm using it more
4 lately where I have to boot the machine from scratch. In this case I
5 face a rather long delay once or possibly twice during boot.
6 Basically, the boot scripts say the networking interfaces aren't
7 turned on so it attempts to run dhcpd. I do not enable nor have I even
8 added net.eth0 or net.wlan0 in rc-update. (I think that's correct, and
9 it does work.)
10
11 Anyway, I'm wondering if this delay is normal behavior for wicd?
12 Everything works fine but I have to wait 30-60 second, once or twice,
13 for dhcpd while booting. I suspect that's not necessary.
14
15 Getting on the network once I'm up is reasonably fast. The only
16 thing I found Googling delay & wicd was people waiting 3 minutes to
17 find wireless networks. I don't have that problem.
18
19 Not sure what data to provide other than the files below.
20
21 Cheers,
22 Mark
23
24
25 slinky ~ # ls -al /etc/init.d/* | grep net
26 lrwxrwxrwx 1 root root 6 Mar 19 2011 /etc/init.d/net.eth0 -> net.lo
27 -rwxr-xr-x 1 root root 16741 Feb 23 2012 /etc/init.d/net.lo
28 lrwxrwxrwx 1 root root 6 Sep 11 2011 /etc/init.d/net.wlan0 -> net.lo
29 -rwxr-xr-x 1 root root 2219 Feb 23 2012 /etc/init.d/netmount
30 -rwxr-xr-x 1 root root 6962 Feb 23 2012 /etc/init.d/network
31 slinky ~ #
32
33
34
35 slinky ~ # cat /etc/conf.d/net
36 #config_eth0="192.168.1.55 netmask 255.255.255.0"
37 #routes_eth0="default via 192.168.1.1"
38
39 #modules="wpa_supplicant"
40
41 #config_wlan0="192.168.1.100 netmask 255.255.255.0"
42 #routes_wlan0="default via 192.168.1.1"
43
44 slinky ~ #
45
46
47 slinky ~ # cat /etc/wicd/manager-settings.conf
48 [Settings]
49 backend = external
50 wireless_interface = wlan0
51 wired_interface = eth0
52 wpa_driver = wext
53 always_show_wired_interface = True
54 use_global_dns = False
55 global_dns_1 = None
56 global_dns_2 = None
57 global_dns_3 = None
58 global_dns_dom = None
59 global_search_dom = None
60 auto_reconnect = True
61 debug_mode = 0
62 wired_connect_mode = 1
63 signal_display_type = 0
64 should_verify_ap = 1
65 dhcp_client = 0
66 link_detect_tool = 0
67 flush_tool = 0
68 sudo_app = 0
69 prefer_wired = False
70 main_width = 739
71 main_height = 755
72 netprop_width = 484
73 netprop_height = 600
74 pref_width = 561
75 pref_height = 540
76 show_never_connect = True
77
78 slinky ~ #

Replies

Subject Author
Re: [gentoo-user] dhcp delays when booting (wicd) "J. Roeleveld" <joost@××××××××.org>
Re: [gentoo-user] dhcp delays when booting (wicd) Neil Bothwick <neil@××××××××××.uk>