• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting lstat /proc/10788/ns/net: no such file or directory

     
    • 0 Vote(s) - 0 Average

    lstat /proc/10788/ns/net: no such file or directory

    An issue occuring when trying to install Jellfyfin
    Comp0mzd
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    #1
    2023-11-06, 02:46 PM
    Code:
    Started Container jellyfin Started Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to create new parent process: namespace path: lstat /proc/10788/ns/net: no such file or directory: unknown
    I'm trying to start jellyfin container and mount the media volume as a SMB storage on a Hetzner Storage Box however I always get the error above. I have no idea what could cause this issue.
    Below the docker compose configuration :
    Code:
    jellyfin:
        image: linuxserver/jellyfin:latest
        container_name: jellyfin
        networks:
          - media-net
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=UTC
        volumes:
          - jellyfin-config:/config
          - media-stack-torrents:/data
        ports:
          - 8096:8096
          - 7359:7359/udp
          - 8920:8920
        restart: unless-stopped
    volumes:
      media-stack-torrents:
          driver: local
          driver_opts:
            type: none
            o: bind
            device: /mnt/storage-box
    Jellyfin Version
    10.8.X
    Code:
    - OS: Debian 11
    - Linux Kernel: 5.10.0-26-amd64
    - Virtualization: Docker w Portainer
    - Clients: /
    - Browser: /
    - FFmpeg Version: /
    - Playback Method: /
    - Hardware Acceleration: /
    - GPU Model: /
    - Plugins: /
    - Reverse Proxy: /
    - Base URL: /
    - Networking: /
    - Storage: cifs

    Would appreciate any help and i can provide more context if needed
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    lstat /proc/10788/ns/net: no such file or directory - by Comp0mzd - 2023-11-06, 02:46 PM
    RE: lstat /proc/10788/ns/net: no such file or directory - by TheDreadPirate - 2023-11-06, 03:19 PM
    RE: lstat /proc/10788/ns/net: no such file or directory - by Comp0mzd - 2023-11-06, 03:42 PM
    RE: lstat /proc/10788/ns/net: no such file or directory - by TheDreadPirate - 2023-11-06, 05:19 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode