Closed SHA256man closed 1 year ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
no space left on device
I would check you have space on your device.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity
Is there an existing issue for this?
Current Behavior
When running overseer in a docker container on a raspberry pi 4 (arm64) with Ubuntu Server, it starts up but then produces a reoccurring error message:
overseerr | yarn run v1.22.19 overseerr | $ NODE_ENV=production node dist/index.js overseerr | error Could not write file "/app/overseerr/yarn-error.log": "EACCES: permission denied, open '/app/overseerr/yarn-error.log'" overseerr | error An unexpected error occurred: "ENOSPC: no space left on device, mkdir '/tmp/yarn--1691444700800-0.9995637414444214'".
The same file run on a x86 linux machine works without any problem.Expected Behavior
Start like on the other machine.
Steps To Reproduce
version: "3.7" services: overseerr: image: lscr.io/linuxserver/overseerr:latest container_name: overseerr environment:
Environment
CPU architecture
arm64
Docker creation
Container logs