You are not logged in.
netcfg used to work fine, but now I have to reconnect after a fresh boot.
$ netcfg -r wlan0
> Profile not connected
:: wlan0 up [BUSY]
ctrl_iface exists and seems to be in use - cannot override it
Delete '/run/wpa_supplicant/wlan0' manually if it is not used anymore
Failed to initialize control interface '/run/wpa_supplicant'.
You may have another wpa_supplicant process already running or the file was
left by an unclean termination of wpa_supplicant in which case you will need
to manually remove this file before starting wpa_supplicant again.
> wpa_supplicant did not start, possible configuration error
[FAIL]
$ netcfg -r wlan0
> Profile not connected
:: wlan0 up [DONE] Any idea what could be causing this? I have net-auto-wireless in my daemons list.
Last edited by alexmat (2012-06-10 14:15:28)
Offline
show us your DAEMONS array. You probably are trying to start a network related daemon before the network is up
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
DAEMONS=(syslog-ng !network crond dbus net-auto-wired net-auto-wireless @acpid @alsa @openntpd)
Offline
Do you have multiple profiles that use the same interface? I experienced similar problems as of last week(see https://bbs.archlinux.org/viewtopic.php?pid=1111884). In my case, the backgrounding of both profiles caused race conditions, leading the to issue you described.
---EDIT---
Wait, auto-wireless does not use profiles, right... Never mind me then.
Can you provide a dmesg grep on your driver and on your interface?
Last edited by Firestone (2012-06-12 14:01:18)
Offline
I'm experiencing this since I use arch on my notebook https://bbs.archlinux.org/viewtopic.php?id=128871
My only solution is to delete manually /var/run/wpa_supplicant/wlan0 and start the deamon.
Offline
I'm experiencing the same problem using net-auto-wireless in my DAEMONS array. Once booted into GNOME, netcfg doesn't think it's connected to anything. First manual attempt will give the wpa_supplicant error and second manual attempt will work.
This seems to be periodic; some boots work fine while others don't. Could this be related to the AP?
Thinkpad T420
Offline
...
---EDIT---
Wait, auto-wireless does not use profiles, right... Never mind me then.
Can you provide a dmesg grep on your driver and on your interface?
where else does it get network details and passwords from? my netcfg auto-wl just tries my profiles i guess..
@topic: (only if i'm not wrong - otherwise: nevermind) please post your profile and /etc/conf.d/netcfg ![]()
Offline
I have the same problem, but using systemd instead of rc.conf.
How do I fix this?
Offline
Offline