Quote from: Afif on June 14, 2026, 04:14:25 PMI'm not using ZFS on this system.[...]
root@fw:/home/user # df -hT
Filesystem Type Size Used Avail Capacity Mounted on
zroot/ROOT/default zfs 1.4T 1.4G 1.4T 0% /
devfs devfs 1.0K 0B 1.0K 0% /dev
/dev/gpt/efiboot0 msdosfs 260M 1.3M 259M 1% /boot/efi
zroot/var/mail zfs 1.4T 112K 1.4T 0% /var/mail
zroot zfs 1.4T 96K 1.4T 0% /zroot
zroot/tmp zfs 1.4T 3.4M 1.4T 0% /tmp
zroot/usr/ports zfs 1.4T 96K 1.4T 0% /usr/ports
zroot/home zfs 1.4T 140K 1.4T 0% /home
zroot/var/audit zfs 1.4T 96K 1.4T 0% /var/audit
zroot/var/tmp zfs 1.4T 96K 1.4T 0% /var/tmp
zroot/var/crash zfs 1.4T 96K 1.4T 0% /var/crash
zroot/var/log zfs 1.4T 3.3G 1.4T 0% /var/log
zroot/usr/src zfs 1.4T 96K 1.4T 0% /usr/src
devfs devfs 1.0K 0B 1.0K 0% /var/dhcpd/dev
root@fw:/home/user # zpool get feature@lz4_compress,feature@zstd_compress
NAME PROPERTY VALUE SOURCE
zroot feature@lz4_compress active local
zroot feature@zstd_compress enabled local
root@fw:/home/user # ls -la /var/log/filter
total 3252314
drwx------ 2 root wheel 203 Jun 14 08:01 .
drwxr-xr-x 17 root wheel 39 Jun 14 03:01 ..
-rw------- 1 root wheel 87636510 Nov 27 2025 filter_20251127.log
-rw------- 1 root wheel 113842291 Nov 28 2025 filter_20251128.log
-rw------- 1 root wheel 66937381 Nov 29 2025 filter_20251129.log
-rw------- 1 root wheel 63962720 Nov 30 2025 filter_20251130.log
-rw------- 1 root wheel 65829378 Dec 1 2025 filter_20251201.log
-rw------- 1 root wheel 59705785 Dec 2 2025 filter_20251202.log
-rw------- 1 root wheel 65167863 Dec 3 2025 filter_20251203.log
-rw------- 1 root wheel 58694081 Dec 4 2025 filter_20251204.log
-rw------- 1 root wheel 57220899 Dec 5 2025 filter_20251205.log
-rw------- 1 root wheel 58380288 Dec 6 2025 filter_20251206.log
[...]
-rw------- 1 root wheel 112167589 Jun 5 23:59 filter_20260605.log
-rw------- 1 root wheel 100272143 Jun 6 23:59 filter_20260606.log
-rw------- 1 root wheel 89032171 Jun 7 23:59 filter_20260607.log
-rw------- 1 root wheel 97640115 Jun 8 23:59 filter_20260608.log
-rw------- 1 root wheel 96846494 Jun 9 23:59 filter_20260609.log
-rw------- 1 root wheel 85642933 Jun 10 23:59 filter_20260610.log
-rw------- 1 root wheel 88817261 Jun 11 23:59 filter_20260611.log
-rw------- 1 root wheel 91362771 Jun 12 23:59 filter_20260612.log
-rw------- 1 root wheel 89815402 Jun 13 23:59 filter_20260613.log
-rw------- 1 root wheel 35648453 Jun 14 08:57 filter_20260614.log
lrwxr-x--- 1 root wheel 35 Jun 14 08:01 latest.log -> /var/log/filter/filter_20260614.log
root@fw:/home/user #
Quote from: pfry on June 14, 2026, 02:31:40 PMAre you using file system defaults (ZFS, compression)? The compression works very well on log files. (To check, "df -hT" and if ZFS, "zpool get feature@lz4_compress,feature@zstd_compress".)
Quote from: Monviech (Cedrik) on June 13, 2026, 04:58:13 PMIt's not a cookie, it's localStorage.
https://github.com/opnsense/core/blob/bb78d31407a4f36e585d8872ed15969e09832e2f/src/opnsense/www/js/opnsense_bootgrid.js#L633
Quote from: nero355 on June 13, 2026, 08:11:32 PMQuote from: JasMan on June 13, 2026, 01:44:45 PMI'm asking because my modified views get very often lost. I can't determine a pattern.TIP :
Use a seperate Profile for your browser for all your OPNsense activities and perhaps also other Network/Server stuff that you need to do from time to time.
Mozilla based browsers use something like this :
Windows :
firefox.exe -P <YourProfielNameHere>
librefox.exe -P <YourProfielNameHere>
Linux/*BSD :
firefox -P <YourProfileNameHere>
librefox -P <YourProfileNameHere>
For the shortcut that starts the browser.
You can create the Profiles by starting the browser without the <YourProfileNameHere> part and after a few clicks you will have a new one by using the menu that appears :)