linuxserver / docker-daapd

GNU General Public License v3.0
103 stars 37 forks source link

fatal: unable to remove /var/run: Read-only file system #67

Closed crkinard closed 1 year ago

crkinard commented 1 year ago

Completely fresh install and getting this on run.

2022-09-28 12:11:50.876545+00:00/package/admin/s6-overlay/libexec/preinit: notice: /var/run is not a symlink to /run, fixing it
2022-09-28 12:11:50.876878+00:00s6-rmrf: fatal: unable to remove /var/run: Read-only file system
2022-09-28 12:11:50.876958+00:00s6-overlay-suexec: fatal: child failed with exit code 111
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

crkinard commented 1 year ago

Linux dock 5.10.142+truenas #1 SMP Mon Sep 26 18:20:46 UTC 2022 x86_64 GNU/Linux TrueNAS-SCALE-22.02.4 No way to post images. No config file as the interface is GUI only. Closest thing would be this docker-compose.

version: "2.1"
services:
  daapd:
    image: lscr.io/linuxserver/daapd:latest
    container_name: daapd
    environment:
      - TZ=America/New_York
    volumes:
      - /mnt/store/_docker/daapd/config:/config
      - /mnt/store/_docker/daapd/custom-cont-init.d:/custom-cont-init.d
      - /mnt/store/media/Music:/music
    restart: unless-stopped
BernsteinA commented 1 year ago

@crkinard are you successfully running any other docker containers on that machine? (any other linuxserver.io images?)

crkinard commented 1 year ago

5 other linuxserver.io containers running fine.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

drizuid commented 1 year ago

We don't offer support for truenas scale and we do not test on it. It looks like some filesystem issue, but you didn't provide container logs so not much we can do outside of guessing.