FS#41510 - [wpa_supplicant] wpa_cli can't acces ctrl_interface
Attached to Project:
Arch Linux
Opened by Timofey (nefelim4ag) - Saturday, 09 August 2014, 01:46 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 13 September 2014, 18:51 GMT
Opened by Timofey (nefelim4ag) - Saturday, 09 August 2014, 01:46 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 13 September 2014, 18:51 GMT
|
Details
I create
https://wiki.archlinux.org/index.php/Systemd-networkd#Basic_WiFi_DHCP_network
And after, i try to use wpa_cli or wpa_gui, its not working, because: in /usr/lib/systemd/system/wpa_supplicant@.service /usr/bin/wpa_supplicant starting without -B arg. I change service file, and after, all working fine (change Type to forking, because -B): [Unit] Description=WPA supplicant daemon (interface-specific version) Requires=sys-subsystem-net-devices-%i.device After=sys-subsystem-net-devices-%i.device # NetworkManager users will probably want the dbus version instead. [Service] Type=forking ExecStart=/usr/bin/wpa_supplicant -B -c/etc/wpa_supplicant/wpa_supplicant-%I.conf -i%I [Install] Alias=multi-user.target.wants/wpa_supplicant@%i.service |
This task depends upon
Closed by Dave Reisner (falconindy)
Saturday, 13 September 2014, 18:51 GMT
Reason for closing: Not a bug
Additional comments about closing: from user: Not a bug. My error, all works good and create ctrl interface depends on string in config.
Saturday, 13 September 2014, 18:51 GMT
Reason for closing: Not a bug
Additional comments about closing: from user: Not a bug. My error, all works good and create ctrl interface depends on string in config.
I report issue and attach patch in next message to hostap<dog>lists.shmoo.com mailing list,
(http://lists.shmoo.com/pipermail/hostap/2014-August/030720.html)
if we can add temporarily fix in package, it can be cool.