Hi all,
It's been a minute since I've been on any of the *BSD's on my main machine so please forgive me if I'm misusing any terminology:
I'm currently running networkmgr 6.1_1 on FreeBSD Release 13.1 and I'm having a permission error with wpa_supplicant when using the gui to connect to an open Wifi Network.
Here's the message given when running networkmgr in a terminal and trying an open Wifi Network:
Current groups I'm in:
ifconfig:
Currently my doas.conf looks like the following since following some suggestions posted here:
Please let me know if I need to give more information before further diagnosing or if I missed any red flags.
Thank you~
It's been a minute since I've been on any of the *BSD's on my main machine so please forgive me if I'm misusing any terminology:
I'm currently running networkmgr 6.1_1 on FreeBSD Release 13.1 and I'm having a permission error with wpa_supplicant when using the gui to connect to an open Wifi Network.
Here's the message given when running networkmgr in a terminal and trying an open Wifi Network:
Code:
$networkmgr
service netif status not supported
Traceback (most recent call last):
File "/usr/local/share/networkmgr/trayicon.py", line 193, in menu_click_lock
if f'"{ssid_info[0]}"' in open('/etc/wpa_supplicant.conf').read():
PermissionError: [Errno 13] Permission denied: '/etc/wpa_supplicant.conf'
Current groups I'm in:
Code:
$ id base9
uid=1001(base9) gid=1001(base9) groups=1001(base9),0(wheel),44(video)
ifconfig:
Code:
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 90:2e:1c:fc:d5:19
inet 192.168.0.32 netmask 0xffffff00 broadcast 192.168.0.255
groups: wlan
ssid MyDarkside channel 153 (5765 MHz 11a) bssid 4c:ab:f8:48:57:59
regdomain FCC country US authmode WPA2/802.11i privacy ON
deftxkey UNDEF AES-CCM 2:128-bit AES-CCM 3:128-bit txpower 23 bmiss 10
mcastrate 6 mgmtrate 6 scanvalid 60 wme roaming MANUAL
parent interface: iwm0
media: IEEE 802.11 Wireless Ethernet OFDM/6Mbps mode 11a
status: associated
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Currently my doas.conf looks like the following since following some suggestions posted here:
Code:
permit keepenv :base9
permit :wheel
permit nopass keepenv :wheel cmd netcardmgr
permit nopass keepenv :wheel cmd ifconfig
permit nopass keepenv :wheel cmd service
permit nopass keepenv :wheel cmd wpa_supplicant
Please let me know if I need to give more information before further diagnosing or if I missed any red flags.
Thank you~