[pkg-wpa-devel] Can't shutdown/reboot clean 'cause of nfs-mounts

Elimar Riesebieter riesebie at lxtec.de
Sat May 13 17:56:10 UTC 2006


Hi all,

I am running a wpasuppclicant daemon via /etc/network/interfaces:

## ORiNOCO PC CARD GOLD
iface ath0 inet manual
	wpa-driver madwifi
	wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
	wpa-action /etc/wpa_supplicant/dhclient
	wpa-action-timeout 30
auto ath0


# /etc/wpa_supplicant.conf

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

eapol_version=1
ap_scan=1
fast_reauth=1

network={
    ssid="Blo"
    key_mgmt=WPA-PSK
    proto=WPA2
    pairwise=TKIP
    group=TKIP
    psk="bloblabliblablothisismyraerealpassprase"
}

In my home-lan I am sharing files via nfs. On Debian-systems the
umount of nfsfiles is via /etc/rc(0|6).d/S31umountnfs.sh which indeed
starts later than /etc/rc(0|6).d/S20sendsigs which kills the wpa
daemon. So if you have nfs entries in mtab umountnfs.sh
hangs|freezes the machine. Hardresets aren't the best for the
filesystems.

I manually fixed S31umountnfs.sh to S19umountnfs.sh but isn't really
reasonable for me.

Has one similar experience? Should I file a bug against initscripts?

Thx in advance
Elimar

-- 
  Numeric stability is probably not all that 
  important when you're guessing;-)



More information about the Pkg-wpa-devel mailing list