Skip to content

[BUG] find: ‘/tmp/mod/etc/s6-overlay/s6-rc.d’: No such file or directory #415

@mwoolweaver

Description

@mwoolweaver

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

i can't see any real issue but i did notice this in the logs

Expected Behavior

no error in log

Steps To Reproduce

  1. start qbittorrent container
  2. check logs sudo docker logs qbittorrent
  3. see find: ‘/tmp/mod/etc/s6-overlay/s6-rc.d’: No such file or directory

Environment

- OS: fedora 43
- How docker service was installed: docker compose

CPU architecture

x86-64

Docker creation

x-defaults: &default-container
  environment:
    PUID: "1000"            # user id
    PGID: "1000"            # group id
    TZ: "America/Chicago"   # time zone
  restart: unless-stopped

qbittorrent:
    <<: *default-container
    image: linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      PUID: 1000
      PGID: 1000
      WEBUI_PORT: "8080"    # qBittorrent Web UI port (container-side)
      DOCKER_MODS: ghcr.io/vuetorrent/vuetorrent-lsio-mod:latest
    ports:
      - "8080:8080"      # expose web UI to host
      - "6881:6881"      # bittorrent port (TCP)
      - "6881:6881/udp"  # bittorrent port (UDP)
    networks:
      - arr_net
    volumes:
      - media:/media
      - downloads:/downloads
      - /home/mike/docker/qbittorrent/config:/config

Container logs

sudo docker logs qbittorrent
[mod-init] Running Docker Modification Logic
[mod-init] Adding vuetorrent/vuetorrent-lsio-mod:latest to container
[mod-init] Downloading vuetorrent/vuetorrent-lsio-mod:latest from ghcr.io
[mod-init] Installing vuetorrent/vuetorrent-lsio-mod:latest
find: ‘/tmp/mod/etc/s6-overlay/s6-rc.d’: No such file or directory
[mod-init] vuetorrent/vuetorrent-lsio-mod:latest applied to container
[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 5.1.4-r1-ls430
Build-date: 2025-12-04T09:55:27+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
WebUI will be started shortly after internal preparations. Please wait...

******** Information ********
To control qBittorrent, access the WebUI at: http://localhost:8080
Connection to localhost (::1) 8080 port [tcp/http-alt] succeeded!
[ls.io-init] done.
sudo docker exec -it qbittorrent /bin/bash
[sudo] password for mike: 
root@e1b5cbab1d1d:/# find /tmp/mod/etc/s6-overlay/s6-rc.d
find: ‘/tmp/mod/etc/s6-overlay/s6-rc.d’: No such file or directory
root@e1b5cbab1d1d:/# ls -la
total 68
drwxr-xr-x   1 root root    168 Dec  7 21:21 .
drwxr-xr-x   1 root root    168 Dec  7 21:21 ..
-rwxr-xr-x   1 root root      0 Dec  7 21:21 .dockerenv
drwxr-xr-x   1 abc  users     0 Nov 29 13:41 app
drwxr-xr-x   1 root root     28 Dec  4 09:56 bin
-rw-r--r--   1 root root     76 Dec  4 09:56 build_version
drwxr-xr-x   1 root root   5278 Nov 29 13:41 command
drwxr-xr-x   1 abc  users    34 Dec  7 06:59 config
drwxr-xr-x   1 abc  users     0 Dec  4 09:55 defaults
drwxr-xr-x   5 root root    340 Dec  7 21:21 dev
-rwxr-xr-x   1 root root  31193 Jan  1  1970 docker-mods
drwxrwxrwx   1 abc  users    72 Dec  7 19:12 downloads
drwxr-xr-x   1 root root     96 Dec  7 21:21 etc
drwxr-xr-x   1 root root      0 Nov 29 13:41 home
-rwxr-xr-x   1 root root   1012 May  7  2025 init
drwxr-xr-x   1 root root      6 Nov 29 13:41 lib
drwxr-xr-x   1 root root      0 Nov 29 13:41 lsiopy
drwxrwxrwx   7 abc  users  4096 Dec  7 18:29 media
drwxr-xr-x   1 root root      0 Nov 29 13:41 mnt
drwxr-xr-x   1 root root     88 Dec  7 21:21 modcache
drwxr-xr-x   1 root root      0 Nov 29 13:41 opt
drwxr-xr-x   1 root root     30 Nov 29 13:41 package
dr-xr-xr-x 445 root root      0 Dec  7 21:21 proc
drwxr-xr-x   1 root root  10726 Dec  4 09:56 qbt
drwx------   1 root root      0 Nov 29 13:41 root
drwxr-xr-x   1 root root    194 Dec  7 21:21 run
drwxr-xr-x   1 root root     12 Nov 29 13:41 sbin
drwxr-xr-x   1 root root      0 Nov 29 13:41 srv
dr-xr-xr-x  13 root root      0 Dec  7 03:52 sys
drwxrwxrwt   1 root root      0 Dec  7 21:21 tmp
drwxr-xr-x   1 root root      6 Dec  4 09:55 usr
drwxr-xr-x   1 root root     22 Nov 29 13:41 var
drwxr-xr-x   1 root root     34 Dec  7 21:21 vuetorrent
-rw-r--r--   1 root root     72 Dec  7 21:21 vuetorrent.vuetorrent-lsio-mod.latest
root@e1b5cbab1d1d:/# cd tmp
root@e1b5cbab1d1d:/tmp# ls
root@e1b5cbab1d1d:/tmp# ls -la
total 4
drwxrwxrwt 1 root root   0 Dec  7 21:21 .
drwxr-xr-x 1 root root 168 Dec  7 21:21 ..
root@e1b5cbab1d1d:/tmp# 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions