Giter Club home page Giter Club logo

Comments (6)

github-actions avatar github-actions commented on August 17, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

from docker-plex.

Roxedus avatar Roxedus commented on August 17, 2024

your quotes are incorrect. https://docs.linuxserver.io/general/docker-compose#quoting-variables

from docker-plex.

jpahullo avatar jpahullo commented on August 17, 2024

Hi,

I have updated the docker-compose.yml as follows:

version: "3"

services:
    plex:
        image: linuxserver/plex
        container_name: plex
        environment:
            - VERSION=docker
            - PUID=1000
            - PGID=1000
            - TZ=Europe/London
        volumes:
            - ./../config:/config
            - ./../data:/data
        network_mode: host
        devices:
            - "/dev/dri:/dev/dri"

and now the output is this:

───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────

**** Server already claimed ****
**** creating video group videoyog4 with id 135 ****
**** adding /dev/dri/renderD129 to video group videoyog4 with id 135 ****
**** permissions for /dev/dri/renderD128 are good ****
**** adding /dev/dri/card5 to video group video with id 44 ****
**** permissions for /dev/dri/card4 are good ****
**** permissions for /dev/dri/card3 are good ****
**** permissions for /dev/dri/card2 are good ****
**** permissions for /dev/dri/card1 are good ****
**** permissions for /dev/dri/card0 are good ****
Docker is used for versioning skip update check
[custom-init] No custom files found, skipping...
Starting Plex Media Server. . . (you can ignore the libusb_init error)
[ls.io-init] done.
Critical: libusb_init failed

Putting the VERSION=docker as you suggest, it simply runs the version of the container and does not look for any new version. So the version checking against the plex.tv site is not performed.

However, there is a long waiting time between the lines User GID: 1000 and the first **** Server already claimed ****. It takes almost a minute or so.

Is it, maybe, due to the mounting directories are on NTFS filesystem mounted as fuseblk? Maybe due to this reason, every boot time goes to chown -R those directories, since the filesystem is not ext4 filesystem or similar. Is that possible? If so, any suggestion to prevent this action performed every time I start the plex service?

Thanks a lot for your work.

Jordi

from docker-plex.

aptalca avatar aptalca commented on August 17, 2024

#377

from docker-plex.

LinuxServer-CI avatar LinuxServer-CI commented on August 17, 2024

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.

from docker-plex.

github-actions avatar github-actions commented on August 17, 2024

This issue is locked due to inactivity

from docker-plex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.