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 - dinguz

#1
26.1, 26,4 Series / Re: Thin disk / ZFS / Unmap?
April 25, 2026, 07:09:21 PM
I have found ZFS to be more reliable. With UFS, I experienced disk corruption after power outages and other unclean shutdowns on a few occasions, but never with ZFS.
#2
26.1, 26,4 Series / Re: Thin disk / ZFS / Unmap?
April 21, 2026, 10:11:41 PM
I'm not familiar with the intricacies of ZFS in a VM, but regarding autotrim: this does only trim recently freed up disk space, locally so to speak. It doesn't do full disk passes periodically; you would need zpool trim for that, as you have already found out.
#3
Zenarmor (Sensei) / ZA 2.5 release?
April 21, 2026, 09:55:59 PM
Last week I received an email stating that ZenArmor 2.5 would be released on April 20th. That date has come and gone, and aside from a database upgrade, nothing else has arrived. Has the release been delayed? I migrated my database in preparation, so I've been monitoring the rollout closely to make sure everything stays operational.
#4
I noticed a quirk in the Event Viewer under Security > Q-Feeds Connect: the default sort order is inconsistent. Events are grouped by day in descending order (today first, then yesterday, etc.), but within each day they are sorted ascending by time (00:00 to 23:59).
The result is a non-continuous timeline that makes finding recent events unintuitive: the most recent events of any given day appear at the bottom of that day's group, not at the top.
The workaround is to manually click the timestamp column to re-sort, but the default behavior seems unintentional and is confusing on first encounter.
#5
I concur. Keep in mind that tests try to approximate real-world experience, they're not the goal in itself. If you over-optimize for a specific test's methodology, you risk great scores but a worse actual experience.
#6
Quote from: OPNenthu on March 30, 2026, 01:07:54 AMAre you guys seeing regressions in 26.1.x?  The upload portion of my speed tests has started stalling a lot to where the tests never start (Waveform Bufferbloat) or finish (Cloudflare speedtest).  In the case of the Bufferbloat test it stays stuck on "Warming up" for that portion of the test.

I have seen this behavior (Waveform Bufferbloat test stays stuck on "Warming up") ever so often, I suspect intermittent bandwidth or server load issues on their part.
#7
I tried to enable basic auth in Caddy to protect from brute-force attacks; I have done so by enabling basic auth on the domain. When testing this, I noticed I need to re-enter my credentials on every webpage I browse to. Somehow it doesn't stick.
A chatgpt consultation finds issues with the generated config file, but because it's generated by the GUI I am not able to try out any of the suggestions which would require manual editing of the config file, or make the changes permanent after that.
What would be the best way to proceed here?
#8
26.1, 26,4 Series / Re: Rule is blank in States
March 09, 2026, 10:57:32 AM
I noticed the associated rules inherit the desciption from their (D)NAT parent, when using 'register rule'. I didn't experiment with the other options though.
#9
26.1, 26,4 Series / Re: Automatic rule IPv4 only
February 24, 2026, 08:29:48 PM
#10
26.1, 26,4 Series / Automatic rule IPv4 only
February 24, 2026, 04:03:34 PM
I have an IPv6-enabled system, and noticed that the automatically generated rule 'let out anything from firewall host itself' is IPv4 only, and I couldn't find a similar rule for IPv6. Are more people seeing this?
#11
It looks like the search bar in Interfaces → Neighbors → Automatic Discovery does a partial match. Searching for 192.168.1.1 also shows 192.168.1.1xx. Is there any way to force an exact match search?
#12
26.1, 26,4 Series / Re: hostwatch db grows rapidly
February 02, 2026, 06:42:04 PM
It's currently 150 MB on my home router, mostly caused by IPv6 addresses which appear to change frequently over time. I also see log entries going back to the initial activation. Is there any expiry or cleanup mechanism in place for HostWatch data (database and/or logs)?
#13
Quote from: Evert on November 06, 2025, 12:57:32 PMIf the result of the test isn't output anywhere, what is the best way to get notified when things go awry?


Well, that's the harder part. AFAIK, there is no GUI option where you can configure this in an if-this-than-that way. You'll probably need to write a script that parses the output from 'smartctl -a' or '-x', and acts accordingly, and run that from cron or Monit.
#14
Have you verified the status page under Services → SMART → Info (type: All) whether the tests actually ran? Take a look at the Self-test logs section in the output. Or directly from the console by running 'smartctl -a /dev/nvme0'. Keep in mind that SMART test results aren't logged in the backend, so you'll need to check them manually as mentioned above. They also can't be monitored directly from cron jobs; for that, you'll likely need to set up Monit or a similar monitoring tool.
#15
Zenarmor (Sensei) / ZA upgrade to 2.1
October 08, 2025, 08:39:23 AM
I received an email this morning regarding the release of ZenArmor 2.1. Could you please confirm whether any action is required on my part to install the update? It doesn't appear to have upgraded automatically.

Additionally, does this release include the long-awaited multi-core / multi-thread support?