专注业务连续性支持与数据保护
2026-05-28技术合集

UNRAID exit status 255 from monitor已关闭评论

UNRAID exit status 255 from monitor

Env:

Version: UNRAID 7.2.4

Problem:

/var/log/syslog:
exit status 255 from user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null
exit status 255 from user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null
exit status 255 from user root /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null

Solution:

Test run stripts use phpdbg,The error occurs because $level (or $saved[$item][$attr]) is a string instead of a number, and PHP 8+ no longer allows implicit mathematical calculations on strings.
继续阅读 »