SYSTEM_001 — System Homedir
What This Means
Section titled “What This Means”Syllago could not determine the user’s home directory, which is needed for locating configuration and content files.
Common Causes
Section titled “Common Causes”- The
HOMEenvironment variable is not set - Running under an unusual OS configuration or containerized environment without a home directory
- Running as a system user without a home directory assigned
How to Fix
Section titled “How to Fix”- Set the
HOMEenvironment variable:export HOME=/home/youruser - Run syllago from a standard user account that has a home directory
- In containers, ensure the
HOMEvariable is set in the Dockerfile or entrypoint
Example Output
Section titled “Example Output”Error SYSTEM_001: cannot determine home directory Suggestion: set the HOME environment variable, or run from a standard user account