Skip to content llms.txt

SYSTEM_001 — System Homedir

Syllago could not determine the user’s home directory, which is needed for locating configuration and content files.

  • The HOME environment 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
  1. Set the HOME environment variable: export HOME=/home/youruser
  2. Run syllago from a standard user account that has a home directory
  3. In containers, ensure the HOME variable is set in the Dockerfile or entrypoint
Error SYSTEM_001: cannot determine home directory
Suggestion: set the HOME environment variable, or run from a standard user account