05:06:02 I came up with this automatic ZFS snapshotting scripts: https://extrowerk.com/2025-06-30/OmniOS-ZFS-autosnapshot.html 06:31:49 jayjwa loader.conf(5) does list the loader config files in order they are read, so every next file can overwrite values set in previous. for user specific settings therefore I recommend to use /boot/conf.d snippets, they allow to override almost all (except ones in transient.conf) and OS updates do not replace/change files in /boot/conf.d. 22:56:45 After boot 'ipfstat -io' returns empty list, but running manually 'ipf -Fa -f /etc/ipf/ipf.conf' populates it. What can be the reason for this? Svcs shows ipf is online.