CONFIG_004 — Config Save
What This Means
Section titled “What This Means”Syllago was unable to write the configuration file to disk.
Common Causes
Section titled “Common Causes”- Permission denied on the
.syllago/directory or config file - Disk is full or has insufficient space
- The
.syllago/directory was deleted while syllago was running - The filesystem is mounted as read-only
How to Fix
Section titled “How to Fix”- Check write permissions on the
.syllago/directory:ls -la .syllago/ - Verify available disk space:
df -h - If the directory is missing, re-initialize:
syllago init - If permissions are wrong, fix with:
chmod u+w .syllago/
Example Output
Section titled “Example Output”Error CONFIG_004: failed to save configuration: permission denied Suggestion: check write permissions on the .syllago/ directory