=== jamie- is now known as jamiew0w === genii is now known as genii-core === axino is now known as ux === ux is now known as axino === genii-core is now known as genii === ubot3 is now known as ubottu === ubottu is now known as ubot3 === ubot3 is now known as ubottu [20:53] I've inherited an AMD Ryzen 7 based system which came with a PCIe 802.11ac adapter. Unfortunately it is BCM4352 and therefore no Master/AP driver is available so going to dump it. Can anyone recommend a well supported PCIe form-factor 802.11ac chipset that properly supports master mode so we can deploy it with hostapd? === kyle is now known as Guest8747 === Guest8747 is now known as kyle__ [21:34] Stupid question: are there any builtin ways of getting machine readable output from ss that exist, and it's just not in the manpage? [21:58] kyle__: ss -HO is probably your best bet [22:25] On Ubuntu 20.04, I can't start Fail2Ban. Keep getting this error: ERROR Failed during configuration: Have not found any log file for apache-auth jail [22:26] And yet it's right there in the usual place, /var/logs/apache2/error.log etc. Changing the log_path variable for apache_auth jail (or any of the other jails) to that explicit path does NOT fix this. [22:26] And I need fail2ban more or less yesterday, given the ongoing hammering of the perpetual DoS attack >.< [22:26] CodeMouse92: is - vs _ in apache-auth and apache_auth entirely expected or unexpected? [22:27] sarnold: I should say, [apache-auth] and logpath = [22:27] That's what's in my configuration [22:28] (Just checked) [22:30] CodeMouse92: okay, just double-checking that one or the other of them isn't a typo in whatever config file :) [22:30] Yeah, good thought [22:31] This is almost default what you get from `sudo apt install fail2ban` and then copying /etc/fail2ban/jail.conf to /etc/fail2ban/jail.local as per requirements. Didn't change logpath from default [22:31] Only added enabled = true [22:31] Disabling this jail just shows the error with the next, on and on, so...not sure if this is a permission error?