linuxserver / docker-overseerr

GNU General Public License v3.0
108 stars 13 forks source link

[BUG] <title> #31

Closed SHA256man closed 1 year ago

SHA256man commented 1 year ago

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

  1. Run docker-compose with the file:

version: "3.7" services: overseerr: image: lscr.io/linuxserver/overseerr:latest container_name: overseerr environment:

Environment

- OS:Ubuntu 22:04
- How docker service was installed:distro's packagemanager

CPU architecture

arm64

Docker creation

docker-compose up

Container logs

$ NODE_ENV=production node dist/index.js
error Could not write file "/app/overseerr/yarn-error.log": "EACCES: permission denied, open '/app/overseerr/yarn-error.log'"
error An unexpected error occurred: "ENOSPC: no space left on device, mkdir '/tmp/yarn--1691444310726-0.8847243295769682'".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.19
$ NODE_ENV=production node dist/index.js
error Could not write file "/app/overseerr/yarn-error.log": "EACCES: permission denied, open '/app/overseerr/yarn-error.log'"
error An unexpected error occurred: "ENOSPC: no space left on device, mkdir '/tmp/yarn--1691444313229-0.22719853751483354'".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.19
$ NODE_ENV=production node dist/index.js
error Could not write file "/app/overseerr/yarn-error.log": "EACCES: permission denied, open '/app/overseerr/yarn-error.log'"
error An unexpected error occurred: "ENOSPC: no space left on device, mkdir '/tmp/yarn--1691444315690-0.49714445966021303'".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.19
$ NODE_ENV=production node dist/index.js
error Could not write file "/app/overseerr/yarn-error.log": "EACCES: permission denied, open '/app/overseerr/yarn-error.log'"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error An unexpected error occurred: "ENOSPC: no space left on device, mkdir '/tmp/yarn--1691444318140-0.5306470031504995'".
yarn run v1.22.19
$ NODE_ENV=production node dist/index.js
error Could not write file "/app/overseerr/yarn-error.log": "EACCES: permission denied, open '/app/overseerr/yarn-error.log'"
error An unexpected error occurred: "ENOSPC: no space left on device, mkdir '/tmp/yarn--1691444320588-0.1548499448218219'".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.19
$ NODE_ENV=production node dist/index.js
error Could not write file "/app/overseerr/yarn-error.log": "EACCES: permission denied, open '/app/overseerr/yarn-error.log'"
error An unexpected error occurred: "ENOSPC: no space left on device, mkdir '/tmp/yarn--1691444323050-0.2015576443871956'".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.19
$ NODE_ENV=production node dist/index.js
error Could not write file "/app/overseerr/yarn-error.log": "EACCES: permission denied, open '/app/overseerr/yarn-error.log'"
error An unexpected error occurred: "ENOSPC: no space left on device, mkdir '/tmp/yarn--1691444325479-0.38204705191849553'".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
github-actions[bot] commented 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.

j0nnymoe commented 1 year ago

no space left on device

I would check you have space on your device.

LinuxServer-CI commented 1 year ago

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.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity