Comment 25 for bug 114505

Revision history for this message
Thomas (thomas-sprinkmeier) wrote : Re: ntp is being brought up before network is ready, causing ntp to not resolve any ip or host names and it appears ntp does not recover

I edited the wlan0 section of "/etc/network/interfaces" to add a "pre-up" line:

iface wlan0 inet dhcp
wpa-psk ...
wpa-driver wext
wpa-key-mgmt WPA-PSK
wpa-proto WPA
wpa-ssid ...
pre-up /sbin/ifdown wlan0

That fixed the problem with the wireless not coming up on boot. I think it's WPA related, but I can't find anything matching in launchpad.

That, moving the hook script and requesting NTP servers, and everything seems to be working.