Minor bugfix releases addressing issues reported by users. CHANGES IN SNAPRAID DAEMON 1.9 ============================== * Resolved an issue where the script execution failed on Windows with the error 87 (ERROR_INVALID_PARAMETER) when a specific user was requested with "hook_run_as_user". * Added optional limit_diffs, limit_fixes, limit_history, and limit_messages query parameters to the REST API to reduce network payload sizes. The WebUI now uses them to limit the number of entries to 2000.
Minor bugfix releases addressing issues reported by users. CHANGES IN SNAPRAID DAEMON 1.8 ============================== * Updated sync_threshold_deletes and sync_threshold_updates to trigger when the file count is equal to or greater than the threshold (previously only greater than). This allows using a value of 1 to abort on a single file deletion or change. This change has effect only with SnapRAID CLI 14.4. * Removed the default "run_as_user nobody" from the example .conf file. It was too strict...
Minor bugfix releases addressing issues reported by users. CHANGES IN SNAPRAID DAEMON 1.7 ============================== * Set NoNewPrivileges=no by default in the systemd unit file to support system-level mailers like Postfix. * Hid notify_result_level in the UI when net_config_full_access is disabled. * Fixed the arrow direction in the report for files that are moved, copied, or relocated. CHANGES IN SNAPRAID 14.3 ======================== * On ARM64 (AArch64), replaced the inline assembly implementation...
CHANGES IN SNAPRAID DAEMON 1.7 ============================== * Set NoNewPrivileges=no by default in the systemd unit file to support system-level mailers like Postfix. * Hid notify_result_level in the UI when net_config_full_access is disabled. * Fixed the arrow direction in the report for files that are moved, copied, or relocated. CHANGES IN SNAPRAID 14.3 ======================== * On ARM64 (AArch64), replaced the inline assembly implementation of 128-bit multiplication with a `__uint128_t`-based...
Minor bugfix releases addressing issues reported by users. CHANGES IN SNAPRAID DAEMON 1.6 ============================== * In scheduled maintenance, spin down only if the daemon is configured to manage spindown, specifically if spindown_idle_minutes is different from 0. * In manual maintenance from the UI, added a checkbox for ignoring configured thresholds. * Don't protect the home directory in systemd to allow using it as a data disk. * Automatically reload the content file at startup if it was...
Clicking Refresh is exactly what you have to do in this case :) It allows the daemon to rad the new state of the array after your manual sync. On Tue, Apr 7, 2026 at 9:39 AM abubin abubin@users.sourceforge.net wrote: The error is gone after I click on "refresh" on the webui. Will update here is anything showing again. Replacing 4tb data with 3tb data drive Sent from sourceforge.net because you indicated interest in < https://sourceforge.net/p/snapraid/discussion/1677233/> To unsubscribe from further...
Yes. The web interface is inside the commander.zip. If it cannot be found, this is the issue. What system are you using, so that I can try to replicate it? Anyway, as a workaround, try to just copy the commander.zip to the expected place.
These are bugfix releases addressing issues reported by users. It is strongly recommended to update to SnapRAID 14.1, as it fixes a critical regression in the filtering logic for the include/exclude directives that could cause files to be incorrectly excluded from the parity calculation. CHANGES IN SNAPRAID DAEMON 1.4 ============================== * Propagates errors logged to syslog (or EventLog on Windows) to the task log displayed in the UI. This makes troubleshooting script execution problems...