``` This will modify your OpenCode configuration: /scratch/loison_benjamin/.config/opencode/opencode.json /scratch/loison_benjamin/.local/state/opencode/model.json Backups will be saved to /tmp/ollama-backups/
Proceed? Yes No ←/→ navigate • enter confirm • esc cancel ``` </details>
The error indicates that the ollama launch opencode command is failing because it cannot create a backup file in /tmp/ollama-backups/ due to permission denied on the target directory or file.
How to Solve This
1. Check /tmp Permissions
/tmp is typically world-writable, but sometimes restrictions apply (e.g., on shared systems or custom configurations).
Run:
bash
ls -ld /tmp
If /tmp is not writable by your user, contact your system administrator.