You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Compatibility Issue: xargs printf Fails on QNAP NAS
I encountered a compatibility issue while using acme.sh on a QNAP NAS. The script contains two lines that combine xargs and printf, but these commands fail on QNAP’s environment due to differences in how xargs and printf are implemented. Specifically, QNAP uses a simplified version of these tools (BusyBox), which causes the following error:
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.
Steps to reproduceDebug logacme.sh --issue ..... --debug 21. Compatibility Issue: xargs printf Fails on QNAP NAS
I encountered a compatibility issue while using acme.sh on a QNAP NAS. The script contains two lines that combine xargs and printf, but these commands fail on QNAP’s environment due to differences in how xargs and printf are implemented. Specifically, QNAP uses a simplified version of these tools (BusyBox), which causes the following error:
The issue comes from these two lines in acme.sh:
Suggested fix like:
This modification eliminates the dependency on xargs printf and improves compatibility with minimal environments without changing the functionality.
2. Compatibility Issue: account.conf in Non-Bash Environments
Another issue I encountered while using acme.sh on my QNAP NAS relates to the behavior of account.conf in non-bash environments.
Thanks for you time.
The text was updated successfully, but these errors were encountered: