Jump to content

jmeterx

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by jmeterx

  1. 10 hours ago, aptalca said:

    What are you doing exactly and what are you experiencing?

    So here is my config:

     

    sudo docker create --name=plex --net=host -e VERSION=latest -e PUID=1001 -e PGID=1001 -e TZ=America/Chicago -v /home/docker/plex/config:/config -v /home/docker/plex/tvshows:/data/tvshows -v /home/docker/plex/movies:/data/movies -v /home/docker/plex/sports:/data/sports -v /home/docker/plex/transcode:/transcode linuxserver/plex

    Here is the resulting startup log

     

    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    [s6-init] ensuring user provided files have correct perms...exited 0.
    [fix-attrs.d] applying ownership & permissions fixes...
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts...
    [cont-init.d] 10-adduser: executing...
    
    -------------------------------------
              _         ()
             | |  ___   _    __
             | | / __| | |  /  \
             | | \__ \ | | | () |
             |_| |___/ |_|  \__/
    
    
    Brought to you by linuxserver.io
    We gratefully accept donations at:
    https://www.linuxserver.io/donate/
    -------------------------------------
    GID/UID
    -------------------------------------
    
    User uid:    1001
    User gid:    1001
    -------------------------------------
    
    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 30-dbus: executing...
    [cont-init.d] 30-dbus: exited 0.
    [cont-init.d] 40-chown-files: executing...
    Change in ownership detected, please be patient while we chown existing files
    This could take some time
    [cont-init.d] 40-chown-files: exited 0.
    [cont-init.d] 50-plex-update: executing...
    
    
    
    #####################################################
    #   Login via the webui at http://<ip>:32400/web    #
    #   and restart the docker, because there was no    #
    #   preference file found, possibly first startup.  #
    #####################################################
    
     [cont-init.d] 50-plex-update: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    Starting dbus-daemon
    Starting Plex Media Server.
    [services.d] done.
    Starting Avahi daemon
    Found user 'avahi' (UID 102) and group 'avahi' (GID 103).
    Successfully dropped root privileges.
    avahi-daemon 0.7 starting up.
    No service file found in /etc/avahi/services.
    *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
    Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.
    New relevant interface docker0.IPv4 for mDNS.
    Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1.
    New relevant interface virbr0.IPv4 for mDNS.
    Joining mDNS multicast group on interface eno1.IPv6 with address fe80::5c50:8409:3944:309c.
    New relevant interface eno1.IPv6 for mDNS.
    Joining mDNS multicast group on interface eno1.IPv4 with address 10.0.1.200.
    New relevant interface eno1.IPv4 for mDNS.
    Joining mDNS multicast group on interface lo.IPv6 with address ::1.
    New relevant interface lo.IPv6 for mDNS.
    Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
    New relevant interface lo.IPv4 for mDNS.
    Network interface enumeration completed.
    Registering new address record for 172.17.0.1 on docker0.IPv4.
    Registering new address record for 192.168.122.1 on virbr0.IPv4.
    Registering new address record for fe80::5c50:8409:3944:309c on eno1.*.
    Registering new address record for 10.0.1.200 on eno1.IPv4.
    Registering new address record for ::1 on lo.*.
    Registering new address record for 127.0.0.1 on lo.IPv4.
    Server startup complete. Host name is docker.local. Local service cookie is 3163664822.

    In terms of what I am experiencing, I am unable to access the site to configure "http://localhost:32400/web" from local or remote locations 

  2. 4 hours ago, aptalca said:

    Linuxserver version does not use the claim code.

     

    Did you set it up with host networking? and are you trying to connect to it while on the same subnet? If not, you may have to use the ssh tunnel method described on plex website, troubleshooting guide.

    Yes it was configured with host networking and it is on the same subnet, I tried the ssh tunnel method but still cannot access.  I also tried disabling the firewall temporarily to see if it was causing any issues but no such luck 

×
×
  • Create New...