Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ThyOnlySandman

#1
24.7, 24.10 Legacy Series / Re: Unbound stops resolving
November 18, 2024, 08:45:51 PM
Probably unrelated as my unbound wasn't crashing the service but I was having constant unreliable DNS resolution back on 24.1.x.  Both internal 53 + external DOT 853.  DNS resolutions would randomly fail and then try second later and work.  Constant SERVFAILS.

The fix I found finally was interfacing binding.  For years I had unbound both "Network Interfaces" + "Outgoing Network Interfaces" on specific interfaces.  Upon setting both to ALL interfaces (0.0.0.0) all my unbound problems went away.  Unbound ACLs to control access.  Finally returned to being reliable.

Probably not your situation but worth a check if your not binding unbound all interfaces.

(Also had numerous other binding issues.  Like Webui not running at boot due to specific MGT interfaces and redis also not starting when not set on LAN interfaces.  Believe either changes to freebsd itself or IPv6 work being done on Opnsense - Specific interface binding became quite problematic if not set on ALL within last year.)
#2
opnsense-patch -c plugins 1e23572

Patch is the fix, however my setup did require a full opnsense reboot after installing patch.
#3
Quote from: newsense on November 15, 2024, 07:13:19 AM
Probably best to open an issue on Github

Created github issue - https://github.com/opnsense/plugins/issues/4358

I reviewed it a bit more and attempting to edit any config results in error.  Hunch is a writable permission issue since nothing of my nginx config can be changed.

Believe main config directory is /usr/local/etc/nginx  , directory root / wheel , root has rwx , wheel only has r-x, other r-x.

Also - never used but looked into opnsense-revert tool.  But nginx has been on 1.34 since opnsense 24.7.x
I also don't understand the _2 version of os-nginx.  Per release notes its just 1.34 yet opnsense plugin is 1.34_2
https://github.com/opnsense/plugins/blob/stable/24.7/www/nginx/pkg-descr
#4
Tried the patch - opnsense-patch -c plugins 1e23572

Unfortunately did not fix it.  Tried Nginx restart.  Reverted patch.

Still cannot edit existing Nginx ACL or change active ACL on HTTP server.

Edit: actually just editing HTTP server with zero changes and attempting to save results in error.
#5
Needing to adjust some NGINX ACLs today and ACL issue.

Upon editing ACL to add new IP I am getting "Unexpected error, check log for details"
Then tried creating new ACL and it worked.  Then tried editing same ACL.  Same error.

So then created brand new ACL with all needed IPs and saved ok.
Then went to HTTP server and attempted to change ACL to new ACL.  Same error. 
Cannot change HTTP server ACL.  :-/

Also tried all same above with NGINX service stopped.  Same error.

Reviewed NGINX log, Opnsense general + backend logs. Don't see anything mentioned about NGINX config / ACL.

Anyone aware of NGINX ACL issues or suggestions?

OPNsense 24.7.8
os-nginx 1.34_2
#6
Interface binding issue as a result of HA setup - VIP / CARP IP.
Redis had been always set to LAN interface in past.

The reason CLI command -  redis-server --port 6379 --daemonize yes - had worked is because its implied loopback interface.  In Webui not selecting any redis interface also make it also use loopback and work.  I assumed like MGT binding it would mean it would listen on all interfaces 0.0.0.0 , not correct.  Just leave it with no interface selected.

With the new HA setup, either VIP itself and/or my LAN INT IP NAT config caused this issue.
I have all downstream traffic flowing through fortigate in transparent mode.  I have it using LAN VIP IP downstream, rather than LAN INT real IP of each firewall.

Whichever cause with VIP or my NAT, if Opnsense plugins are only thing to use redis - Don't select an interface and use loopback.
#7
24.1, 24.4 Legacy Series / Re: Redis won't start via WebUI
September 30, 2024, 05:36:35 AM
Post Bump.

I've ignored this Redis WebUI issue / bug since Aug. when I first post.

Today I upgraded Opnsense HA to 24.7.5
Went very smoothly.  Kudos to devs.

However still have this same Redis GUI bug with WebUI.  Won't start.  And strangely I'm not seeing any log errors now when attempting to start via WebUI like I had before on 24.1.

But same as 24.1 , Redis continues to work just fine if I use CLI -  redis-server --port 6379 --daemonize yes
However while running WebUI shows that it isn't.

Tried another redis reset + uninstall / reinstall + mv /var/db/redis /var/db/redis-OLD
No luck.

The exact same situation in previous post:
https://forum.opnsense.org/index.php?topic=38845.15

Any suggestions would be appreciated.
#8
Setup HA / CARP today on OPNsense 24.1.10_8.
LAN CARP VIP only and using single this DHCP WAN script to toggle master WAN INT
https://gist.github.com/spali/2da4f23e488219504b2ada12ac59a7dc
Outgoing NAT - LAN , Lan adresss --> LAN CARP VIP  (Source firewall traffic to use CARP LAN VIP downstream)
After a bit of struggle failover and sync is working.  (Make those OPT# match + administration - listen interfaces - All Recommended!)  IPSEC states don't though with this WAN toggle :(

Anyway - now noticing redis won't start.  Exact same error issue as discussed here
https://forum.opnsense.org/index.php?topic=38845.15

WARNING: The TCP backlog setting of 511 cannot be enforced because kern.ipc.somaxconn is set to the lower value of 128.

Warning: Could not create server TCP listening socket Real_Int_IP:6379: bind: Address already in use

Failed listening on port 6379 (tcp), aborting.

Just like other post.  I can CLI

redis-server --port 6379 --daemonize yes

It runs on same WebUI default port 6379 just fine.  Doesn't show running via WebUI.
And then can run Ntopng Enterprise via WebUI.

Other post was left without known cause...
Any ideas?  New HA setup shouldn't cause this right?

Edit:
Starting redis this way it is a fresh DB.
I haven't reset it via webui and HA sync shouldn't of reset it.  Only one way master to backup sync.  Hmm.

#9
Quote from: newsense on June 06, 2024, 08:02:58 AM
Quote from: ThyOnlySandman on June 06, 2024, 06:39:52 AM

Hmm - I'm leaning toward the default opnsense repo itself got an update/change..?

Nope. The only change was DNS in your settings, and now things work properly.

Just to make sure everything is fine, do a health check in Firmware - Audit section

Disagree - Had nothing to do with my dns settings.

Only thing was to populate system --> settings --> general DNS 8.8.8.8 so that 24.1.8 with broken unbound could get access to repo.
I did the same 24.1.8 2nd update run twice before on 2 other VMs with same 8.8.8.8 general setting and it never provided unbound 1.20 those two times.
The 3rd time it found unbound-1.20.0_1

As soon as unbound working I removed dns server 8.8.8.8 from system - settings - general and my existing unbound config working just like it did before.

Edit:  Ran health checks - Good to go + firmware status refresh now the usual ~20-30 seconds rather than 5+ minutes it was doing before.
#10
I guess 4th times a charm.

Restored 24.1.6 VM , Disabled NGINX in preparation of of unbound breaking.
Did update to 24.1.8 which updated same as before.  Hung on snmp package extract + unbound failed to start on first 24.1.8 boot.
Set DNS under general settings.
2nd update run completely different result compared to previous 2nd update run (shared in previous post).  Among the changes was unbound update from 1.19.3 to 1.20.0_1 that wasn't there before.  As well as python 3.9 cleanup.

Unbound now works.  And Opnsense firmware section much more responsive.
Hmm - I'm leaning toward the default opnsense repo itself got an update/change..?

----
Here are changes of 2nd update of 24.1.8

2024-06-05T21:11:11-07:00   Notice   pkg-static   hiredis-1.2.0.15 installed   
2024-06-05T21:11:11-07:00   Notice   pkg-static   ndpi-4.8.d20240223,1 installed   
2024-06-05T21:11:10-07:00   Notice   pkg-static   lua54-5.4.6_1 installed   
2024-06-05T21:10:35-07:00   Notice   pkg-static   python39-3.9.18_2 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   nmap-7.94_3 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-typing-extensions-4.11.0 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-idna-3.7 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-tzdata-2024.1 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-sniffio-1.3.1 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-pylsqpack-0.3.18 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-setuptools-63.1.0_1 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-pycparser-2.22 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-packaging-23.2 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-zipp-3.18.1 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-exceptiongroup-1.2.0 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-pyasn1-0.6.0 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-attrs-23.2.0 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-vici-5.9.11 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-importlib-metadata-7.1.0 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-pyotp-2.9.0 deinstalled   
2024-06-05T21:10:34-07:00   Notice   pkg-static   py39-anyio-4.3.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-ujson-5.9.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-sortedcontainers-2.4.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-filelock-3.13.4 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-pysocks-1.7.1 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-sqlite3-3.9.18_7 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-certifi-2024.2.2 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-webencodings-0.5.1 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-yaml-6.0.1 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-pytz-2024.1,1 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-hpack-4.0.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-six-1.16.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-cffi-1.16.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-async_generator-1.10 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-outcome-1.3.0_1 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-markupsafe-2.1.5 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-lxml-4.9.3 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-h11-0.14.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-soupsieve-2.0.1 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-hyperframe-6.0.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-socksio-1.0.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-h2-4.1.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-html5lib-1.1 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-urllib3-1.26.18_1,1 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-python-dateutil-2.9.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-cryptography-42.0.5_1,1 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-trio-0.25.0 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-beautifulsoup-4.12.3 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-openssl-23.2.0,1 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   py39-httpcore-1.0.5 deinstalled   
2024-06-05T21:10:33-07:00   Notice   pkg-static   php82-opcache upgraded: 8.2.18 -> 8.2.19   
2024-06-05T21:10:33-07:00   Notice   pkg-static   netdata reinstalled: 1.43.2_1 -> 1.43.2_1   
2024-06-05T21:10:28-07:00   Notice   pkg-static   shadowsocks-libev upgraded: 3.3.5_2 -> 3.3.5_3   
2024-06-05T21:10:28-07:00   Notice   pkg-static   unbound upgraded: 1.19.3 -> 1.20.0_1   
2024-06-05T21:10:27-07:00   Notice   pkg-static   ntopng upgraded: 6.1.240606 -> 6.0.d20240307_1,1   
2024-06-05T21:10:23-07:00   Notice   pkg-static   libzmq4 upgraded: 4.3.5 -> 4.3.5_2   
2024-06-05T21:10:23-07:00   Notice   pkg-static   libsodium upgraded: 1.0.18 -> 1.0.19
#11
sh:/usr/local/lbexec/opnsense-auth: not found

Lab VM is broke cause pkg install opnsense-24.1.8 wouldn't reinstall back after removing it - need to duplicate 24.1.6 VM again.

I've already updated my 24.1.6 to 24.1.8 three times now.  Every update via opnsense updater resulted in broken unbound - and a somewhat sluggish opnsense.

Can see in previous posts that after the reboot of 24.1.8, the 2nd update run it does bunch of cleanup of python 3.9 (meaning doesn't do python cleanup during first 24.1.6 to 24.1.8 update)

After new lab VM I am going to try just manual update of unbound:
pkg install unbound-1.20.0

But will opnsense allow unbound update this way?  Or give another reference to opnsense-24.1.8 being marked as vital and prevent update of unbound 1.20.0 over top of existing 1.19.3?  I'll find out.
#12
Ok believe I've identified issue...Its unbound version

Per 24.1.7 release notes it says unbound updated to unbound-1.20.0

Yet my 24.1.8 still has unbound-1.19.3 

Health check which appears to hang finally returned:
unbound-1.19.3 version mismatch, expected 1.20.0_1

So tried
pkg remove unbound-1.19.3
Installed packages to be REMOVED:
        opnsense: 24.1.8
        unbound: 1.19.3

pkg: Cannot delete vital package: opnsense!
pkg: If you are sure you want to remove opnsense,
pkg: unset the 'vital' flag with: pkg set -v 0 opnsense


pkg set -v 0 opnsense

pkg install opnsense-24.1.8

Installed packages to be UPGRADED:
        pkg: 1.19.2_1 -> 1.21.3 [FreeBSD]

pkg install unbound-1.20.0  (unbound-1.20.0_1 not found)

New packages to be INSTALLED:
        fontconfig: 2.15.0_2,1 [FreeBSD]
        freetype2: 2.13.2 [FreeBSD]
        graphite2: 1.3.14 [FreeBSD]
        libICE: 1.1.0_2,1 [FreeBSD]
        libSM: 1.2.3_1,1 [FreeBSD]
        libX11: 1.8.7_1,1 [FreeBSD]
        libXau: 1.0.9_1 [FreeBSD]
        libXdmcp: 1.1.5 [FreeBSD]
        libXext: 1.3.6,1 [FreeBSD]
        libXfixes: 6.0.0_1 [FreeBSD]
        libXrender: 0.9.10_2 [FreeBSD]
        libfontenc: 1.1.8 [FreeBSD]
        libxcb: 1.16.1 [FreeBSD]
        png: 1.6.43 [FreeBSD]
        unbound: 1.20.0 [FreeBSD]
        xorgproto: 2023.2 [FreeBSD]
        zstd: 1.5.6 [FreeBSD]


However upon reviewing installed packages opnsense 24.1.8 package did not install properly.
Re-attempted pkg install opnsense-24.1.8 and tells me not found in repo?

Now this lab VM is broken...I will re-attempt this one more time with just trying to update unbound rather than removing 1.19.3.  But it will likely tell me its locked?

Can anyone share manual install procedure of opnsense base / kernel or point to documentation? 
I'm unexperienced with manual package management as opnsense updater usually works.
#13
This what I set

System , Settings, General - DNS servers blank
Disable -  Allow DNS server list to be overridden by DHCP/PPP on WAN
Disable -  Do not use the local DNS service as a nameserver for this system

Unbound on LAN INT listening port 53
LAN firewall rules , source internal vlans to destination (this firewall) port 53
Unbound access lists allowing internal vlans

Unbound - DNS over TLS

8.8.8.8
853
dns.google.com

1.1.1.1
853
cloudflare-dns.com

Clients DNS set to opnsense DNS.  Or if internal DNS servers like domain controllers, client's DNS set to DC.  DC forwards set to opnsense 53.  Internal DNS unencrypted 53.  External queries over TLS 853 to ones you specify.
#14
Also reduced plugins down only ones used:

os-acme-client (installed)   4.3   
os-ddclient (installed)   1.21_2   
os-freeradius (installed)   1.9.23   
os-frr (installed)   1.40   
os-iperf (installed)   1.0_1   
os-lldpd (installed)   1.1_2   
os-net-snmp (installed)   1.5_3   
os-netdata (installed)   1.2_1   
os-nginx (installed)   1.32.2_1   
os-postfix (installed)   1.23_3   
os-redis (installed)   1.1_2   
os-theme-cicada (installed)   1.35      
os-vmware (installed)   1.5_1   
os-web-proxy-sso (installed)   2.2_3      
os-zabbix64-agent (installed)   1.13_2   

Also remove 3rd party Zenarmor + ntopng enterprise

Same behavior.  No unbound.
And the firewall is slow feels unresponsive - updating system --> firmware --> status refresh is a 5 min+ wait.
Feel something is off with opnsense updater php, netdata, python package upgrades + old versions cleanup.
#15
Well I'm at a complete loss.  The installation is busted upon 24.1.6 to 24.1.8.
Had zero issue in last upgrade to 24.1.6

Since no unbound, I gave opnsense direct DNS servers to use so could do firmware/plugin management.

The first update check / run resulted in:

[1/2] Fetching ntopng-6.1.240605.pkg: .......... done
[2/2] Fetching os-ntopng-enterprise-6.1.240605.pkg: .. done
Checking integrity... done (0 conflicting)
[1/4] Upgrading ntopng from 6.1.240602 to 6.1.240605...
[1/4] Extracting ntopng-6.1.240605: .......... done
[2/4] Upgrading os-ntopng-enterprise from 6.1.240602 to 6.1.240605...
[2/4] Extracting os-ntopng-enterprise-6.1.240605: .......... done
Stopping configd...done
Starting configd.
Reloading plugin configuration
Configuring system logging...done.
Reloading template OPNsense/Ntopng: OK
[3/4] Reinstalling netdata-1.43.2_1...
===> Creating groups
Using existing group 'netdata'
===> Creating users
Using existing user 'netdata'
===> Creating homedir(s)
[3/4] Extracting netdata-1.43.2_1: .......... done
[4/4] Upgrading php82-opcache from 8.2.18 to 8.2.19...
[4/4] Extracting php82-opcache-8.2.19: .......... done
You may need to manually remove /usr/local/etc/netdata/netdata.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/apps_groups.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/charts.d.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/charts.d/ap.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/charts.d/apcupsd.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/charts.d/example.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/charts.d/libreswan.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/charts.d/nut.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/charts.d/opensips.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/charts.d/sensors.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/cachestat.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/dcstat.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/disk.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/ebpf_kernel_reject_list.txt if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/fd.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/filesystem.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/hardirq.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/mdflush.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/mount.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/network.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/oomkill.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/process.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/shm.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/softirq.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/swap.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/sync.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ebpf.d/vfs.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/exporting.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/adaptec_raid.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/anomalies.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/apcupsd.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/bcache.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/beanstalkd.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/bind_rndc.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/boinc.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/btrfs.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/ceph.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/cgroups.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/cockroachdb.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/cpu.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/dbengine.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/disks.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/dns_query.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/dnsmasq_dhcp.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/entropy.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/exporting.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/gearman.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/geth.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/go.d.plugin.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/haproxy.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/hdfs.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/httpcheck.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/ioping.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/ipc.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/ipfs.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/ipmi.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/isc_dhcpd.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/kubelet.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/linux_power_supply.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/load.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/mdstat.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/megacli.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/memcached.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/memory.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/mysql.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/net.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/netfilter.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/pihole.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/portcheck.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/processes.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/python.d.plugin.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/qos.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/ram.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/redis.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/retroshare.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/riakkv.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/scaleio.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/softnet.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/swap.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/synchronization.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/systemdunits.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/tcp_conn.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/tcp_listen.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/tcp_mem.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/tcp_orphans.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/tcp_resets.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/timex.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/udp_errors.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/unbound.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/vcsa.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/vernemq.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/vsphere.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/web_log.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/whoisquery.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/x509check.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/zfs.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health_alarm_notify.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health_email_recipients.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/ioping.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/adaptec_raid.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/alarms.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/am2320.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/anomalies.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/beanstalk.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/bind_rndc.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/boinc.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/ceph.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/changefinder.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/dovecot.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/example.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/exim.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/fail2ban.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/gearman.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/go_expvar.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/haproxy.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/hddtemp.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/hpssa.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/icecast.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/ipfs.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/litespeed.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/megacli.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/memcached.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/monit.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/nsd.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/nvidia_smi.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/openldap.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/oracledb.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/postfix.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/puppet.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/rethinkdbs.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/retroshare.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/riakkv.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/samba.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/sensors.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/smartd_log.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/spigotmc.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/squid.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/tomcat.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/tor.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/traefik.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/uwsgi.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/varnish.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/w1sensor.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/zscores.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/statsd.d/example.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/statsd.d/k6.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/stream.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/nut.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/statsd.d/asterisk.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/ml.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/nvme.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/ping.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/postgres.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/python.d/pandas.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/consul.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/elasticsearch.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/docker.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/plugin.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/windows.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/vnodes/vnodes.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/file_descriptors.conf if it is no longer needed.
You may need to manually remove /usr/local/lib/netdata/conf.d/health.d/upsd.conf if it is no longer needed.
Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 45 packages:

Installed packages to be REMOVED:
   py39-anyio: 4.3.0
   py39-async_generator: 1.10
   py39-attrs: 23.2.0
   py39-beautifulsoup: 4.12.3
   py39-certifi: 2024.2.2
   py39-cffi: 1.16.0
   py39-cryptography: 42.0.5_1,1
   py39-exceptiongroup: 1.2.0
   py39-filelock: 3.13.4
   py39-h11: 0.14.0
   py39-h2: 4.1.0
   py39-hpack: 4.0.0
   py39-html5lib: 1.1
   py39-httpcore: 1.0.5
   py39-hyperframe: 6.0.0
   py39-idna: 3.7
   py39-importlib-metadata: 7.1.0
   py39-lxml: 4.9.3
   py39-markupsafe: 2.1.5
   py39-openssl: 23.2.0,1
   py39-outcome: 1.3.0_1
   py39-packaging: 23.2
   py39-pyasn1: 0.6.0
   py39-pycparser: 2.22
   py39-pylsqpack: 0.3.18
   py39-pyotp: 2.9.0
   py39-pysocks: 1.7.1
   py39-python-dateutil: 2.9.0
   py39-pytz: 2024.1,1
   py39-setuptools: 63.1.0_1
   py39-six: 1.16.0
   py39-sniffio: 1.3.1
   py39-socksio: 1.0.0
   py39-sortedcontainers: 2.4.0
   py39-soupsieve: 2.0.1
   py39-sqlite3: 3.9.18_7
   py39-trio: 0.25.0
   py39-typing-extensions: 4.11.0
   py39-tzdata: 2024.1
   py39-ujson: 5.9.0
   py39-urllib3: 1.26.18_1,1
   py39-vici: 5.9.11
   py39-webencodings: 0.5.1
   py39-yaml: 6.0.1
   py39-zipp: 3.18.1

Number of packages to be removed: 45

The operation will free 40 MiB.
[1/45] Deinstalling py39-httpcore-1.0.5...
[1/45] Deleting files for py39-httpcore-1.0.5: .......... done
[2/45] Deinstalling py39-openssl-23.2.0,1...
[2/45] Deleting files for py39-openssl-23.2.0,1: .......... done
[3/45] Deinstalling py39-beautifulsoup-4.12.3...
[3/45] Deleting files for py39-beautifulsoup-4.12.3: .......... done
[4/45] Deinstalling py39-trio-0.25.0...
[4/45] Deleting files for py39-trio-0.25.0: .......... done
[5/45] Deinstalling py39-cryptography-42.0.5_1,1...
[5/45] Deleting files for py39-cryptography-42.0.5_1,1: .......... done
[6/45] Deinstalling py39-python-dateutil-2.9.0...
[6/45] Deleting files for py39-python-dateutil-2.9.0: .......... done
[7/45] Deinstalling py39-urllib3-1.26.18_1,1...
[7/45] Deleting files for py39-urllib3-1.26.18_1,1: .......... done
[8/45] Deinstalling py39-html5lib-1.1...
[8/45] Deleting files for py39-html5lib-1.1: .......... done
[9/45] Deinstalling py39-h2-4.1.0...
[9/45] Deleting files for py39-h2-4.1.0: .......... done
[10/45] Deinstalling py39-socksio-1.0.0...
[10/45] Deleting files for py39-socksio-1.0.0: .......... done
[11/45] Deinstalling py39-hyperframe-6.0.0...
[11/45] Deleting files for py39-hyperframe-6.0.0: .......... done
[12/45] Deinstalling py39-soupsieve-2.0.1...
[12/45] Deleting files for py39-soupsieve-2.0.1: .......... done
[13/45] Deinstalling py39-h11-0.14.0...
[13/45] Deleting files for py39-h11-0.14.0: .......... done
[14/45] Deinstalling py39-lxml-4.9.3...
[14/45] Deleting files for py39-lxml-4.9.3: .......... done
[15/45] Deinstalling py39-markupsafe-2.1.5...
[15/45] Deleting files for py39-markupsafe-2.1.5: .......... done
[16/45] Deinstalling py39-outcome-1.3.0_1...
[16/45] Deleting files for py39-outcome-1.3.0_1: .......... done
[17/45] Deinstalling py39-async_generator-1.10...
[17/45] Deleting files for py39-async_generator-1.10: .......... done
[18/45] Deinstalling py39-cffi-1.16.0...
[18/45] Deleting files for py39-cffi-1.16.0: .......... done
[19/45] Deinstalling py39-six-1.16.0...
[19/45] Deleting files for py39-six-1.16.0: .......... done
[20/45] Deinstalling py39-hpack-4.0.0...
[20/45] Deleting files for py39-hpack-4.0.0: .......... done
[21/45] Deinstalling py39-pytz-2024.1,1...
[21/45] Deleting files for py39-pytz-2024.1,1: .......... done
[22/45] Deinstalling py39-yaml-6.0.1...
[22/45] Deleting files for py39-yaml-6.0.1: .......... done
[23/45] Deinstalling py39-webencodings-0.5.1...
[23/45] Deleting files for py39-webencodings-0.5.1: .......... done
[24/45] Deinstalling py39-certifi-2024.2.2...
[24/45] Deleting files for py39-certifi-2024.2.2: .......... done
[25/45] Deinstalling py39-sqlite3-3.9.18_7...
[25/45] Deleting files for py39-sqlite3-3.9.18_7: ........ done
[26/45] Deinstalling py39-pysocks-1.7.1...
[26/45] Deleting files for py39-pysocks-1.7.1: .......... done
[27/45] Deinstalling py39-filelock-3.13.4...
[27/45] Deleting files for py39-filelock-3.13.4: .......... done
[28/45] Deinstalling py39-sortedcontainers-2.4.0...
[28/45] Deleting files for py39-sortedcontainers-2.4.0: .......... done
[29/45] Deinstalling py39-ujson-5.9.0...
[29/45] Deleting files for py39-ujson-5.9.0: ......... done
[30/45] Deinstalling py39-anyio-4.3.0...
[30/45] Deleting files for py39-anyio-4.3.0: .......... done
[31/45] Deinstalling py39-pyotp-2.9.0...
[31/45] Deleting files for py39-pyotp-2.9.0: .......... done
[32/45] Deinstalling py39-importlib-metadata-7.1.0...
[32/45] Deleting files for py39-importlib-metadata-7.1.0: .......... done
[33/45] Deinstalling py39-vici-5.9.11...
[33/45] Deleting files for py39-vici-5.9.11: .......... done
[34/45] Deinstalling py39-attrs-23.2.0...
[34/45] Deleting files for py39-attrs-23.2.0: .......... done
[35/45] Deinstalling py39-pyasn1-0.6.0...
[35/45] Deleting files for py39-pyasn1-0.6.0: .......... done
[36/45] Deinstalling py39-exceptiongroup-1.2.0...
[36/45] Deleting files for py39-exceptiongroup-1.2.0: .......... done
[37/45] Deinstalling py39-zipp-3.18.1...
[37/45] Deleting files for py39-zipp-3.18.1: .......... done
[38/45] Deinstalling py39-packaging-23.2...
[38/45] Deleting files for py39-packaging-23.2: .......... done
[39/45] Deinstalling py39-pycparser-2.22...
[39/45] Deleting files for py39-pycparser-2.22: .......... done
[40/45] Deinstalling py39-setuptools-63.1.0_1...
[40/45] Deleting files for py39-setuptools-63.1.0_1: .......... done
[41/45] Deinstalling py39-pylsqpack-0.3.18...
[41/45] Deleting files for py39-pylsqpack-0.3.18: .......... done
[42/45] Deinstalling py39-sniffio-1.3.1...
[42/45] Deleting files for py39-sniffio-1.3.1: .......... done
[43/45] Deinstalling py39-tzdata-2024.1...
[43/45] Deleting files for py39-tzdata-2024.1: .......... done
[44/45] Deinstalling py39-idna-3.7...
[44/45] Deleting files for py39-idna-3.7: .......... done
[45/45] Deinstalling py39-typing-extensions-4.11.0...
[45/45] Deleting files for py39-typing-extensions-4.11.0: .......... done
Checking all packages: .......... done
The following package files will be deleted:
   /var/cache/pkg/ntopng-6.1.240602~87351b73f4.pkg
   /var/cache/pkg/py311-httpcore-1.0.5.pkg
   /var/cache/pkg/ntopng-6.1.240602.pkg
   /var/cache/pkg/py311-anyio-4.3.0~4440b03d8d.pkg
   /var/cache/pkg/py311-anyio-4.3.0.pkg
   /var/cache/pkg/nginx-1.24.0_17,3~82b770532e.pkg
   /var/cache/pkg/nginx-1.24.0_17,3.pkg
   /var/cache/pkg/lighttpd-1.4.76~8fa54e54c3.pkg
   /var/cache/pkg/lighttpd-1.4.76.pkg
   /var/cache/pkg/py311-httpcore-1.0.5~b50b3bd71d.pkg
   /var/cache/pkg/py311-python-dateutil-2.9.0~5fdcabc6cc.pkg
   /var/cache/pkg/py311-numpy-1.25.0_7,1~3c60b5a854.pkg
   /var/cache/pkg/py311-python-dateutil-2.9.0.pkg
   /var/cache/pkg/php82-dom-8.2.19~f9295791c9.pkg
   /var/cache/pkg/py311-numpy-1.25.0_7,1.pkg
   /var/cache/pkg/php82-zlib-8.2.19~74dab8cc22.pkg
   /var/cache/pkg/php82-zlib-8.2.19.pkg
   /var/cache/pkg/py311-aioquic-0.9.25.pkg
   /var/cache/pkg/php82-dom-8.2.19.pkg
   /var/cache/pkg/py311-pyasn1-modules-0.4.0~c643e13aea.pkg
   /var/cache/pkg/easy-rsa-3.2.0~1069a1ac64.pkg
   /var/cache/pkg/py311-pyasn1-modules-0.4.0.pkg
   /var/cache/pkg/easy-rsa-3.2.0.pkg
   /var/cache/pkg/py311-aioquic-0.9.25~84efc46f6b.pkg
   /var/cache/pkg/bind918-9.18.27_1~20fc6b8701.pkg
   /var/cache/pkg/py311-requests-file-2.0.0~7f07d0b11c.pkg
   /var/cache/pkg/py311-requests-file-2.0.0.pkg
   /var/cache/pkg/bind918-9.18.27_1.pkg
   /var/cache/pkg/py311-setuptools-63.1.0_1~da8b5e1776.pkg
   /var/cache/pkg/py311-idna-3.7~0427f4ccef.pkg
   /var/cache/pkg/py311-setuptools-63.1.0_1.pkg
   /var/cache/pkg/py311-idna-3.7.pkg
   /var/cache/pkg/php82-pdo-8.2.19~604c175685.pkg
   /var/cache/pkg/php82-pdo-8.2.19.pkg
   /var/cache/pkg/libnghttp2-1.62.1~13e7b30c91.pkg
   /var/cache/pkg/libnghttp2-1.62.1.pkg
   /var/cache/pkg/py311-haproxy-cli-0.6.1~22b7437b78.pkg
   /var/cache/pkg/py311-cffi-1.16.0.pkg
   /var/cache/pkg/ruby-3.1.5,1~615510006a.pkg
   /var/cache/pkg/py311-haproxy-cli-0.6.1.pkg
   /var/cache/pkg/py311-cffi-1.16.0~ddda9430ea.pkg
   /var/cache/pkg/py311-botocore-1.34.108~a748f5ac24.pkg
   /var/cache/pkg/py311-botocore-1.34.108.pkg
   /var/cache/pkg/py311-pytz-2024.1,1.pkg
   /var/cache/pkg/ruby-3.1.5,1.pkg
   /var/cache/pkg/php82-mbstring-8.2.19~9bf7ec9a07.pkg
   /var/cache/pkg/syslog-ng-4.7.1~22bee09834.pkg
   /var/cache/pkg/php82-mbstring-8.2.19.pkg
   /var/cache/pkg/py311-pytz-2024.1,1~4f8775b4da.pkg
   /var/cache/pkg/syslog-ng-4.7.1.pkg
   /var/cache/pkg/py311-markupsafe-2.1.5_1~f673cb8f0c.pkg
   /var/cache/pkg/py311-pyotp-2.9.0_1~ad996fb8ad.pkg
   /var/cache/pkg/py311-markupsafe-2.1.5_1.pkg
   /var/cache/pkg/py311-pyotp-2.9.0_1.pkg
   /var/cache/pkg/py311-dns-lexicon-3.17.0~44fb22bc1f.pkg
   /var/cache/pkg/py311-attrs-23.2.0~4a61f3b507.pkg
   /var/cache/pkg/py311-dns-lexicon-3.17.0.pkg
   /var/cache/pkg/py311-attrs-23.2.0.pkg
   /var/cache/pkg/py311-s3transfer-0.10.1_1~874afa535c.pkg
   /var/cache/pkg/php82-ldap-8.2.19~8ce9c02d42.pkg
   /var/cache/pkg/py311-s3transfer-0.10.1_1.pkg
   /var/cache/pkg/php82-ldap-8.2.19.pkg
   /var/cache/pkg/os-ntopng-enterprise-6.1.240602~3006d4bbb5.pkg
   /var/cache/pkg/os-ntopng-enterprise-6.1.240602.pkg
   /var/cache/pkg/py311-sortedcontainers-2.4.0~8b72ec3997.pkg
   /var/cache/pkg/py311-webencodings-0.5.1~94758e542a.pkg
   /var/cache/pkg/py311-sortedcontainers-2.4.0.pkg
   /var/cache/pkg/iperf3-3.17.1~61010b8422.pkg
   /var/cache/pkg/py311-webencodings-0.5.1.pkg
   /var/cache/pkg/iperf3-3.17.1.pkg
   /var/cache/pkg/py311-trio-0.25.1~02b19f9771.pkg
   /var/cache/pkg/py311-trio-0.25.1.pkg
   /var/cache/pkg/libcjson-1.7.18~bfb28d7c28.pkg
   /var/cache/pkg/libcjson-1.7.18.pkg
   /var/cache/pkg/py311-dnspython-2.6.1,1~febd981fdf.pkg
   /var/cache/pkg/os-frr-1.40.pkg
   /var/cache/pkg/os-haproxy-4.3_1~eee202b171.pkg
   /var/cache/pkg/py311-dnspython-2.6.1,1.pkg
   /var/cache/pkg/os-haproxy-4.3_1.pkg
   /var/cache/pkg/py311-certifi-2024.2.2_1~eb34135c81.pkg
   /var/cache/pkg/py311-certifi-2024.2.2_1.pkg
   /var/cache/pkg/php82-pecl-mongodb-1.19.0~8070ac57b5.pkg
   /var/cache/pkg/py311-hpack-4.0.0~cbad952072.pkg
   /var/cache/pkg/php82-pecl-mongodb-1.19.0.pkg
   /var/cache/pkg/py311-hpack-4.0.0.pkg
   /var/cache/pkg/os-shadowsocks-1.1~3aaac6a329.pkg
   /var/cache/pkg/os-shadowsocks-1.1.pkg
   /var/cache/pkg/os-freeradius-1.9.23~5834342c5d.pkg
   /var/cache/pkg/hyperscan-5.4.2.pkg
   /var/cache/pkg/os-freeradius-1.9.23.pkg
   /var/cache/pkg/py311-Babel-2.14.0~5bb45c24f6.pkg
   /var/cache/pkg/py311-Babel-2.14.0.pkg
   /var/cache/pkg/py311-lxml-4.9.3~9c4a3dfd6b.pkg
   /var/cache/pkg/py311-lxml-4.9.3.pkg
   /var/cache/pkg/py311-outcome-1.3.0_1~4540c9fad4.pkg
   /var/cache/pkg/hyperscan-5.4.2~dcda260cc4.pkg
   /var/cache/pkg/py311-outcome-1.3.0_1.pkg
   /var/cache/pkg/libpfctl-0.11~9d3a658a41.pkg
   /var/cache/pkg/libpfctl-0.11.pkg
   /var/cache/pkg/freeradius3-3.2.3_2~d913487a22.pkg
   /var/cache/pkg/freeradius3-3.2.3_2.pkg
   /var/cache/pkg/os-ddclient-1.21_2~7c2d4d2d34.pkg
   /var/cache/pkg/os-ddclient-1.21_2.pkg
   /var/cache/pkg/php82-gettext-8.2.19~815133f92a.pkg
   /var/cache/pkg/glib-2.80.2,2~e614e2bafa.pkg
   /var/cache/pkg/php82-gettext-8.2.19.pkg
   /var/cache/pkg/glib-2.80.2,2.pkg
   /var/cache/pkg/py311-beautifulsoup-4.12.3~1b728d0c32.pkg
   /var/cache/pkg/py311-pyasn1-0.6.0~85c4e53ca6.pkg
   /var/cache/pkg/py311-beautifulsoup-4.12.3.pkg
   /var/cache/pkg/libucl-0.9.2~a4bdbe35b9.pkg
   /var/cache/pkg/py311-pyasn1-0.6.0.pkg
   /var/cache/pkg/libucl-0.9.2.pkg
   /var/cache/pkg/os-nginx-1.32.2_1~90ee87f072.pkg
   /var/cache/pkg/py311-typing-extensions-4.11.0~4633b41b8f.pkg
   /var/cache/pkg/os-nginx-1.32.2_1.pkg
   /var/cache/pkg/php82-ctype-8.2.19~d6db479b05.pkg
   /var/cache/pkg/py311-typing-extensions-4.11.0.pkg
   /var/cache/pkg/php82-ctype-8.2.19.pkg
   /var/cache/pkg/py311-soupsieve-2.0.1~4af138b81b.pkg
   /var/cache/pkg/py311-soupsieve-2.0.1.pkg
   /var/cache/pkg/py311-Jinja2-3.1.3~306a07bda3.pkg
   /var/cache/pkg/py311-Jinja2-3.1.3.pkg
   /var/cache/pkg/zabbix64-agent-6.4.15~2f99a53a7a.pkg
   /var/cache/pkg/zabbix64-agent-6.4.15.pkg
   /var/cache/pkg/net-snmp-5.9.4_2,1~bc0420ca84.pkg
   /var/cache/pkg/net-snmp-5.9.4_2,1.pkg
   /var/cache/pkg/py311-cryptography-42.0.7,1.pkg
   /var/cache/pkg/py311-sqlite3-3.11.9_7~7dc80c3193.pkg
   /var/cache/pkg/py311-sqlite3-3.11.9_7.pkg
   /var/cache/pkg/php82-session-8.2.19~c8670a73d4.pkg
   /var/cache/pkg/php82-session-8.2.19.pkg
   /var/cache/pkg/py311-cryptography-42.0.7,1~0cdbc30410.pkg
   /var/cache/pkg/py311-service-identity-23.1.0~1f72f8e3ef.pkg
   /var/cache/pkg/opnsense-update-24.1.8~59eef74478.pkg
   /var/cache/pkg/py311-service-identity-23.1.0.pkg
   /var/cache/pkg/opnsense-update-24.1.8.pkg
   /var/cache/pkg/py311-pandas-2.0.3_2,1~1739044f23.pkg
   /var/cache/pkg/py311-sniffio-1.3.1~4abae27934.pkg
   /var/cache/pkg/py311-pandas-2.0.3_2,1.pkg
   /var/cache/pkg/py311-sniffio-1.3.1.pkg
   /var/cache/pkg/py311-boto3-1.34.108~ee377a1425.pkg
   /var/cache/pkg/py311-boto3-1.34.108.pkg
   /var/cache/pkg/py311-bottleneck-1.3.8_1~3df41571ca.pkg
   /var/cache/pkg/py311-bottleneck-1.3.8_1.pkg
   /var/cache/pkg/py311-hyperframe-6.0.0~6a25da11e9.pkg
   /var/cache/pkg/py311-hyperframe-6.0.0.pkg
   /var/cache/pkg/openssl-3.0.13_4,1~387fe02b85.pkg
   /var/cache/pkg/openssl-3.0.13_4,1.pkg
   /var/cache/pkg/py311-pycparser-2.22~7391850b1a.pkg
   /var/cache/pkg/boost-libs-1.84.0~22147f3501.pkg
   /var/cache/pkg/dhcrelay-0.5.pkg
   /var/cache/pkg/py311-pycparser-2.22.pkg
   /var/cache/pkg/boost-libs-1.84.0.pkg
   /var/cache/pkg/py311-filelock-3.14.0~a6a1908d46.pkg
   /var/cache/pkg/py311-six-1.16.0~dd41f16614.pkg
   /var/cache/pkg/py311-filelock-3.14.0.pkg
   /var/cache/pkg/dhcrelay-0.5~74f6a7e42a.pkg
   /var/cache/pkg/py311-six-1.16.0.pkg
   /var/cache/pkg/php82-simplexml-8.2.19~19e55f0997.pkg
   /var/cache/pkg/php82-simplexml-8.2.19.pkg
   /var/cache/pkg/py311-charset-normalizer-3.3.2_1~2bf986703d.pkg
   /var/cache/pkg/libxml2-2.11.8~06ec704e5a.pkg
   /var/cache/pkg/py311-charset-normalizer-3.3.2_1.pkg
   /var/cache/pkg/curl-8.7.1.pkg
   /var/cache/pkg/libxml2-2.11.8.pkg
   /var/cache/pkg/rubygem-strscan-3.1.0~d38680f658.pkg
   /var/cache/pkg/rubygem-strscan-3.1.0.pkg
   /var/cache/pkg/php82-curl-8.2.19~b67a8b6c9c.pkg
   /var/cache/pkg/os-frr-1.40~687671d93c.pkg
   /var/cache/pkg/php82-curl-8.2.19.pkg
   /var/cache/pkg/py311-httpx-0.27.0_1~2bc8f6da78.pkg
   /var/cache/pkg/py311-httpx-0.27.0_1.pkg
   /var/cache/pkg/bind-tools-9.18.27_1~54d1711387.pkg
   /var/cache/pkg/bind-tools-9.18.27_1.pkg
   /var/cache/pkg/py311-packaging-24.0~e2b5bc513b.pkg
   /var/cache/pkg/py311-packaging-24.0.pkg
   /var/cache/pkg/py311-netaddr-1.2.1~a927c0ca19.pkg
   /var/cache/pkg/py311-netaddr-1.2.1.pkg
   /var/cache/pkg/dnscrypt-proxy2-2.1.5_6~5f4151c085.pkg
   /var/cache/pkg/dnscrypt-proxy2-2.1.5_6.pkg
   /var/cache/pkg/php82-phalcon-5.7.0~395d1583db.pkg
   /var/cache/pkg/php82-phalcon-5.7.0.pkg
   /var/cache/pkg/py311-pysocks-1.7.1_1~1372252778.pkg
   /var/cache/pkg/ntp-4.2.8p18~14dd7b0be8.pkg
   /var/cache/pkg/py311-pysocks-1.7.1_1.pkg
   /var/cache/pkg/ntp-4.2.8p18.pkg
   /var/cache/pkg/libpsl-0.21.5_1~5a292f14ab.pkg
   /var/cache/pkg/libpsl-0.21.5_1.pkg
   /var/cache/pkg/py311-requests-2.31.0_1~db98f38cf1.pkg
   /var/cache/pkg/os-acme-client-4.3~ea995b7bfb.pkg
   /var/cache/pkg/py311-requests-2.31.0_1.pkg
   /var/cache/pkg/os-acme-client-4.3.pkg
   /var/cache/pkg/clamav-1.3.1_1,1~b9152edd4d.pkg
   /var/cache/pkg/clamav-1.3.1_1,1.pkg
   /var/cache/pkg/python311-3.11.9~f3f7748fc6.pkg
   /var/cache/pkg/python311-3.11.9.pkg
   /var/cache/pkg/py311-vici-5.9.11~9a6ea208e6.pkg
   /var/cache/pkg/py311-vici-5.9.11.pkg
   /var/cache/pkg/py311-async_generator-1.10~1cf3938bba.pkg
   /var/cache/pkg/py311-async_generator-1.10.pkg
   /var/cache/pkg/libedit-3.1.20240517,1~7422688fa2.pkg
   /var/cache/pkg/libedit-3.1.20240517,1.pkg
   /var/cache/pkg/py311-jmespath-1.0.1_1~1501a8739e.pkg
   /var/cache/pkg/talloc-2.3.4_1~6752de4e9f.pkg
   /var/cache/pkg/py311-jmespath-1.0.1_1.pkg
   /var/cache/pkg/talloc-2.3.4_1.pkg
   /var/cache/pkg/py311-h2-4.1.0~12a7f3deac.pkg
   /var/cache/pkg/py311-h2-4.1.0.pkg
   /var/cache/pkg/py311-tzdata-2024.1~7f922318f4.pkg
   /var/cache/pkg/py311-tzdata-2024.1.pkg
   /var/cache/pkg/php82-sockets-8.2.19~2cbf803fae.pkg
   /var/cache/pkg/php82-8.2.19~63347aa618.pkg
   /var/cache/pkg/php82-sockets-8.2.19.pkg
   /var/cache/pkg/php82-8.2.19.pkg
   /var/cache/pkg/php82-sqlite3-8.2.19~14a7bdf9dd.pkg
   /var/cache/pkg/os-sensei-1.17.3~bfddf295f3.pkg
   /var/cache/pkg/php82-sqlite3-8.2.19.pkg
   /var/cache/pkg/os-sensei-1.17.3.pkg
   /var/cache/pkg/php82-pcntl-8.2.19~73bbb165e3.pkg
   /var/cache/pkg/php82-pcntl-8.2.19.pkg
   /var/cache/pkg/php82-xml-8.2.19~7b1188db00.pkg
   /var/cache/pkg/php82-xml-8.2.19.pkg
   /var/cache/pkg/libgpg-error-1.49~4edad576d7.pkg
   /var/cache/pkg/curl-8.7.1~82eed254ec.pkg
   /var/cache/pkg/libgpg-error-1.49.pkg
   /var/cache/pkg/py311-yaml-6.0.1~e8364fb15e.pkg
   /var/cache/pkg/py311-yaml-6.0.1.pkg
   /var/cache/pkg/py311-numexpr-2.9.0_1~4bb33c3242.pkg
   /var/cache/pkg/py311-numexpr-2.9.0_1.pkg
   /var/cache/pkg/py311-socksio-1.0.0_1~05e4e8ac81.pkg
   /var/cache/pkg/py311-socksio-1.0.0_1.pkg
   /var/cache/pkg/rubygem-rexml-3.2.8~d48ffa8cc6.pkg
   /var/cache/pkg/rubygem-rexml-3.2.8.pkg
   /var/cache/pkg/py311-urllib3-1.26.18_1,1~b22a62b378.pkg
   /var/cache/pkg/suricata-7.0.5_1~fb70048fc9.pkg
   /var/cache/pkg/py311-urllib3-1.26.18_1,1.pkg
   /var/cache/pkg/suricata-7.0.5_1.pkg
   /var/cache/pkg/py311-pylsqpack-0.3.18~8582684ec8.pkg
   /var/cache/pkg/py311-pylsqpack-0.3.18.pkg
   /var/cache/pkg/openldap26-client-2.6.7_1~6a74b7cd98.pkg
   /var/cache/pkg/openldap26-client-2.6.7_1.pkg
   /var/cache/pkg/php82-pecl-mcrypt-1.0.7~246239cbb2.pkg
   /var/cache/pkg/php82-pecl-mcrypt-1.0.7.pkg
   /var/cache/pkg/py311-html5lib-1.1~86283d9a96.pkg
   /var/cache/pkg/py311-html5lib-1.1.pkg
   /var/cache/pkg/py311-ujson-5.9.0~e2a317beae.pkg
   /var/cache/pkg/py311-ujson-5.9.0.pkg
   /var/cache/pkg/py311-tldextract-3.3.1~9d0a48e2df.pkg
   /var/cache/pkg/opnsense-24.1.8~4a37aeeafd.pkg
   /var/cache/pkg/py311-tldextract-3.3.1.pkg
   /var/cache/pkg/opnsense-24.1.8.pkg
   /var/cache/pkg/netdata-1.43.2_1~d3c6dfd3d8.pkg
   /var/cache/pkg/netdata-1.43.2_1.pkg
   /var/cache/pkg/py311-duckdb-0.10.3~a2967ce567.pkg
   /var/cache/pkg/strongswan-5.9.14~80137cbb95.pkg
   /var/cache/pkg/py311-duckdb-0.10.3.pkg
   /var/cache/pkg/libffi-3.4.6~0842c873ee.pkg
   /var/cache/pkg/strongswan-5.9.14.pkg
   /var/cache/pkg/libffi-3.4.6.pkg
   /var/cache/pkg/php82-opcache-8.2.19~c368874d2a.pkg
   /var/cache/pkg/php82-opcache-8.2.19.pkg
   /var/cache/pkg/py311-openssl-23.2.0,1~13720214c2.pkg
   /var/cache/pkg/py311-openssl-23.2.0,1.pkg
   /var/cache/pkg/ruby31-gems-3.5.10~39cb6f2a0a.pkg
   /var/cache/pkg/ruby31-gems-3.5.10.pkg
   /var/cache/pkg/php82-filter-8.2.19~3a27748564.pkg
   /var/cache/pkg/php82-filter-8.2.19.pkg
   /var/cache/pkg/py311-h11-0.14.0~f6c9176e16.pkg
   /var/cache/pkg/pkg-1.19.2_1.pkg
   /var/cache/pkg/redis-7.2.5~e007b0461d.pkg
   /var/cache/pkg/py311-h11-0.14.0.pkg
   /var/cache/pkg/redis-7.2.5.pkg
   /var/cache/pkg/pkg-1.19.2_1~24500eb34c.pkg
   /var/cache/pkg/ntopng-6.1.240605~77ce85ed6b.pkg
   /var/cache/pkg/ntopng-6.1.240605.pkg
   /var/cache/pkg/os-ntopng-enterprise-6.1.240605~7b7e9a1787.pkg
   /var/cache/pkg/os-ntopng-enterprise-6.1.240605.pkg
The cleanup will free 346 MiB
Deleting files: .......... done
All done
Nothing to do.
Starting web GUI...done.
Generating RRD graphs...done.
***DONE***