Re: Freeze on closing terminal that runs wpa_supplicant

2010-03-19 Thread Paul B Mahol
On 3/17/10, Mathias Sogorski mathias.sogor...@googlemail.com wrote:
 Hello!
 I am running 8.0-RELEASE on a notebook with the Intel 3945 WiFi. I usually
 start wpa_supplicant [...] on a terminal when entering gnome followed by
 the dhcpcd call to use the WiFi connection. After having finished work and
 closing the terminal that runs wpa_supplicant, everything freezes and I have
 to turn the power off. Any suggestions?

That should not happen. So report the bug. You managed to get backtrace?
Did kernel actually crashed?
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Freeze on closing terminal that runs wpa_supplicant

2010-03-17 Thread Mathias Sogorski
Hello!
I am running 8.0-RELEASE on a notebook with the Intel 3945 WiFi. I usually 
start wpa_supplicant [...] on a terminal when entering gnome followed by the 
dhcpcd call to use the WiFi connection. After having finished work and closing 
the terminal that runs wpa_supplicant, everything freezes and I have to turn 
the power off. Any suggestions?

Thanks in advance,
Mathias
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: Freeze on closing terminal that runs wpa_supplicant

2010-03-17 Thread Kevin Oberman
 Date: Wed, 17 Mar 2010 20:47:19 +0100
 From: Mathias Sogorski mathias.sogor...@googlemail.com
 Sender: owner-freebsd-sta...@freebsd.org
 
 Hello!
 I am running 8.0-RELEASE on a notebook with the Intel 3945 WiFi. I
 usually start wpa_supplicant [...] on a terminal when entering gnome
 followed by the dhcpcd call to use the WiFi connection. After having
 finished work and closing the terminal that runs wpa_supplicant,
 everything freezes and I have to turn the power off. Any suggestions?

Is there a reason you don't use the standard incantation of
ifconfig_wlan0=WPA DHCP in /etc/rc.conf?

An alternative would be to manually do an /etc/rc.d/netif stop wlan0
or, even ifconfig wlan0 down. I suspect that yanking the parent
process out from under the wpa_supplicant is causing a deadlock. (This
is a bug, but I have no idea how difficult it might be to fix.)
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: ober...@es.net  Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org