You are not logged in.
Hey guys, I upgraded to the new netcfg today, and was pretty excited about the new auto-detection and roaming. So I started it up and the daemon failed to start. So, I tried starting netcfg-wpa_actiond manually and got this error:
Line 12: WPA-PSK accepted for key management, but no PSK configured.
Line 12: failed to parse network block.
Line 22: WPA-PSK accepted for key management, but no PSK configured.
Line 22: failed to parse network block.
Line 26: WPA-PSK accepted for key management, but no PSK configured.
Line 26: failed to parse network block.
Line 30: WPA-PSK accepted for key management, but no PSK configured.
Line 30: failed to parse network block.
Failed to read or parse configuration '/tmp/wpa.wlan0/wpa.conf'.I checked out the contents of /tmp/wpa.wlan0/wpa.conf and saw this: http://pastebin.com/f7c1fc658
Any help would be greatly appreciated!
EDIT:
Thought I should mention I have the following lines in /etc/rc.conf:
WIRELESS_INTERFACE="wlan0"
WIRED_INTERFACE="eth0"
Last edited by ackthet (2010-02-19 16:56:09)
Offline
it will be a bit useful to post your profile and your wireless AP settings. (security, etcetera)
Offline
Sure. The following two profiles are representative of all of my profiles. It should be noted that all of these profiles connect properly with netcfg <profile name>.
CONNECTION="wireless"
DESCRIPTION="Wireless connetion to bus network"
INTERFACE="wlan0"
ESSID="Topglobal-200548"
IP="dhcp"
DHCP_TIMEOUT=300and
CONNECTION="wireless"
DESCRIPTION="Wireless connetion to Amen-Re"
INTERFACE="wlan0"
SECURITY="wpa"
ESSID="<ssid>"
KEY="<passwd>"
IP="dhcp"
DHCP_TIMEOUT=300Update: I removed all the non-encrypted network profiles (in the format of the first example) and it now starts correctly. Is there an issue with the first example? They still connect manually.
Last edited by ackthet (2010-02-18 17:03:55)
Offline
I'm having this issue as well
Offline
Have you tried with SECURITY="none" in a profile without encryption?
Offline
strange, even though net-auto-wireless starts when removing profiles without encryptions, it still does not connect to any networks
manually connecting works fine though
Offline
It works with SECURITY="none". However, this should really be mentioned in the update notes because it effectively breaks net-auto-wireless if this line is missing in network profiles without encryption. Also, in /etc/network.d/example/wireless-open, this line is also missing, so there is no way to find out for the user.
Offline
did you install wpa_actiond ?
Offline
yup
Offline
It works with SECURITY="none". However, this should really be mentioned in the update notes because it effectively breaks net-auto-wireless if this line is missing in network profiles without encryption. Also, in /etc/network.d/example/wireless-open, this line is also missing, so there is no way to find out for the user.
Please file a bugreport for that.
Offline
I will file the bug report.
Update: Bug report filed: http://bugs.archlinux.org/task/18401
Last edited by ackthet (2010-02-19 16:55:41)
Offline
I had a problem with a profile that had SECURITY="wpa" but no KEY field.
I know that its a useless profile and I cannot remember why I have it but took me a while to diagnose the problem since net-auto-wireless just fails silently.
Offline