[Support] Linuxserver.io - Plex Media Server


Recommended Posts

I just switched to this docker and I'm encountering some problems.

 

1) I don't see anywhere to tell Plex where my media is. Previously I created paths to each Plex Category but there doesn't seem to be anywhere to add even a single path by default although the instructions imply there is

2) So I add a simple Path config and the following error pops up - Says something about 'Invalid volume destination path: 'LP' mount path must be absolute.' but I use all I did was provide a name and use the path select process /mnt/user etc

3) Then the Docker disappears and I am left with an empty orphan image file needing deleting?

4) The default config file should be on the cache but it isn't so this needs correcting every install?

5) Adding the Media path after a start (which Plex does though no media files just metadata) kills the image as per 2)

 

I did visit the Linuxserver.io forum where there are reports of others with problems.

 

Just tried the needo version and get this same error 'Invalid volume destination path: 'LP' mount path must be absolute'

 

Advice/help please

 

You need to give us a little bit more to work with. Screenshots of your Plex template is minimum.

Link to comment

Hi, here is the data you asked for and a short commentary.

 

1) Add Docker without path to Media (attach 1)

2) Plex start up, some network errors, I think I can ignore? (attach 2). Plex runs with Metadata but no Media

3) Add path to Media (attach 3)

4) Click done and Docker command fails and orphans the image (attach 4)

 

I understand the path process and although it has changed this surely right? The Media is in sub-folders below LP2015 which I can map in Plex

Plex_Docker_install.txt

Plex_Log.txt

Add_Path.jpg.2e8c65633ef21ba1694206dfcb23f22c.jpg

Add_path_result.txt

Link to comment

Here's your docker run command and it shows that you're not mounting any folders.

 

docker run -d --name="plex" --net="host" -e TZ="Europe/Berlin" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -e "VERSION"="latest" -v "/mnt/cache/apps/Docker/apps/plexmediaserver/":"/config":rw linuxserver/plex

 

and your error message.

 

Error response from daemon: Invalid bind mount spec "/mnt/user/LP2015/:LP2015:rw": volumeabs: Invalid volume destination path: 'LP2015' mount path must be absolute..

 

Change LP2015 to

 

/LP2015

 

See how much easier it is to help if you post the error messages...  ;)

Link to comment

Hi,

 

Many thanks, and yes you are right about posting, however as there are numerous error messages in the Plex startup log it is not always easy to know what is important and what isn't. I like lots of others suffer dreadfully when changes are made such that what we had stops working, the instructions for setting up no longer match reality and because it is so long since we actually set things up we are a bit blase about doing it. IMHO a missing / shouldn't cause so much grief and if it is so vital or obvious it should get better error reporting (perhaps you ommitted the / in the path definition). As a quick work around 'for example' I just tried to install the Plex server on my Mac. All went well BUT similarly the client refused to see the Media! The only thing that worked was to use 'Analyze' which I've never ever used before!

 

Really appreciate the help

Link to comment

Hi,

 

Many thanks, and yes you are right about posting, however as there are numerous error messages in the Plex startup log it is not always easy to know what is important and what isn't. I like lots of others suffer dreadfully when changes are made such that what we had stops working, the instructions for setting up no longer match reality and because it is so long since we actually set things up we are a bit blase about doing it. IMHO a missing / shouldn't cause so much grief and if it is so vital or obvious it should get better error reporting (perhaps you ommitted the / in the path definition). As a quick work around 'for example' I just tried to install the Plex server on my Mac. All went well BUT similarly the client refused to see the Media! The only thing that worked was to use 'Analyze' which I've never ever used before!

 

Really appreciate the help

 

Nothing we can do about the missing /  it's Linux syntax, the template merely passes through what you tell it to.  Nothing has changed in that syntax since docker was released on Unraid afaik.  The error messages are just piped from the command line.

Link to comment

I just updated to unRAID 6.2.4 and now Plex won't load its webgui. I've restarted Plex, stopped and restarted it, no dice.

 

This is from the Plex logs. Not sure why its showing an odd IP address. I do have a second unused network interface on my server, its plugged in but I've set the port to down.

 

One thing I did do before rebooting after the upgrade was increase the size of my docker image from 10GB to 20GB, but my other dockers appear to be working fine.

 

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 50-plex-update: executing...
No update required
[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.
6 3000 /config/Library/Application Support

d
dbus[273]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc starting up.
No service file found in /etc/avahi/services.
socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

Joining mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
New relevant interface eth0.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 172.17.0.2 on eth0.IPv4.
Host name conflict, retrying with Tower-2
Registering new address record for 172.17.0.2 on eth0.IPv4.
Server startup complete. Host name is Tower-2.local. Local service cookie is 2971223842.
Exception AttributeError: "'ZipArchive' object has no attribute '_zip'" in <bound method ZipArchive.__del__ of <Framework.components.data.ZipArchive object at 0x14ff090>> ignored
Got SIGTERM, quitting.
Leaving mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
avahi-daemon 0.6.32-rc exiting.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 50-plex-update: executing...
No update required
[cont-init.d] 50-plex-update: exited 0.
[cont-init.d] done.
[services.d] starting services
Starting Plex Media Server.
Starting dbus-daemon
[services.d] done.
6 3000 /config/Library/Application Support

d
dbus[269]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc starting up.
No service file found in /etc/avahi/services.
socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

Joining mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
New relevant interface eth0.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 172.17.0.2 on eth0.IPv4.
Host name conflict, retrying with Tower-2
Registering new address record for 172.17.0.2 on eth0.IPv4.
Server startup complete. Host name is Tower-2.local. Local service cookie is 1511087008.
Got SIGTERM, quitting.
Leaving mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
avahi-daemon 0.6.32-rc exiting.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 50-plex-update: executing...
No update required
[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.
dbus[268]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

6 3000 /config/Library/Application Support

d
Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc starting up.
No service file found in /etc/avahi/services.
socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

Joining mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
New relevant interface eth0.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 172.17.0.2 on eth0.IPv4.
Host name conflict, retrying with Tower-2
Registering new address record for 172.17.0.2 on eth0.IPv4.
Server startup complete. Host name is Tower-2.local. Local service cookie is 816544945.
Got SIGTERM, quitting.
Leaving mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
avahi-daemon 0.6.32-rc exiting.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 50-plex-update: executing...
No update required
[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.
6 3000 /config/Library/Application Support

d
dbus[268]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc starting up.
No service file found in /etc/avahi/services.
socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

Joining mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
New relevant interface eth0.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 172.17.0.2 on eth0.IPv4.
Host name conflict, retrying with Tower-2
Registering new address record for 172.17.0.2 on eth0.IPv4.
Server startup complete. Host name is Tower-2.local. Local service cookie is 2143496046./code]

Link to comment

I just updated to unRAID 6.2.4 and now Plex won't load its webgui. I've restarted Plex, stopped and restarted it, no dice.

 

This is from the Plex logs. Not sure why its showing an odd IP address. I do have a second unused network interface on my server, its plugged in but I've set the port to down.

 

One thing I did do before rebooting after the upgrade was increase the size of my docker image from 10GB to 20GB, but my other dockers appear to be working fine.

 

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 50-plex-update: executing...
No update required
[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.
6 3000 /config/Library/Application Support

d
dbus[273]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc starting up.
No service file found in /etc/avahi/services.
socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

Joining mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
New relevant interface eth0.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 172.17.0.2 on eth0.IPv4.
Host name conflict, retrying with Tower-2
Registering new address record for 172.17.0.2 on eth0.IPv4.
Server startup complete. Host name is Tower-2.local. Local service cookie is 2971223842.
Exception AttributeError: "'ZipArchive' object has no attribute '_zip'" in <bound method ZipArchive.__del__ of <Framework.components.data.ZipArchive object at 0x14ff090>> ignored
Got SIGTERM, quitting.
Leaving mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
avahi-daemon 0.6.32-rc exiting.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 50-plex-update: executing...
No update required
[cont-init.d] 50-plex-update: exited 0.
[cont-init.d] done.
[services.d] starting services
Starting Plex Media Server.
Starting dbus-daemon
[services.d] done.
6 3000 /config/Library/Application Support

d
dbus[269]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc starting up.
No service file found in /etc/avahi/services.
socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

Joining mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
New relevant interface eth0.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 172.17.0.2 on eth0.IPv4.
Host name conflict, retrying with Tower-2
Registering new address record for 172.17.0.2 on eth0.IPv4.
Server startup complete. Host name is Tower-2.local. Local service cookie is 1511087008.
Got SIGTERM, quitting.
Leaving mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
avahi-daemon 0.6.32-rc exiting.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 50-plex-update: executing...
No update required
[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.
dbus[268]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

6 3000 /config/Library/Application Support

d
Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc starting up.
No service file found in /etc/avahi/services.
socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

Joining mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
New relevant interface eth0.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 172.17.0.2 on eth0.IPv4.
Host name conflict, retrying with Tower-2
Registering new address record for 172.17.0.2 on eth0.IPv4.
Server startup complete. Host name is Tower-2.local. Local service cookie is 816544945.
Got SIGTERM, quitting.
Leaving mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
avahi-daemon 0.6.32-rc exiting.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] syncing disks.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[cont-init.d] 40-chown-files: exited 0.
[cont-init.d] 50-plex-update: executing...
No update required
[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.
6 3000 /config/Library/Application Support

d
dbus[268]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc starting up.
No service file found in /etc/avahi/services.
socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

Joining mDNS multicast group on interface eth0.IPv4 with address 172.17.0.2.
New relevant interface eth0.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 172.17.0.2 on eth0.IPv4.
Host name conflict, retrying with Tower-2
Registering new address record for 172.17.0.2 on eth0.IPv4.
Server startup complete. Host name is Tower-2.local. Local service cookie is 2143496046./code]

 

Did you change it from host to bridge in the container template?

Link to comment

Welp, nothing I'm doing is working.  Any ideas?

 

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[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.
6 3000 /config/Library/Application Support

d
dbus[271]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc 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. ***

socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

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 docker0.IPv4 with address 172.17.0.1.
New relevant interface docker0.IPv4 for mDNS.
Joining mDNS multicast group on interface br0.IPv4 with address 192.168.1.10.
New relevant interface br0.IPv4 for mDNS.
Joining mDNS multicast group on interface eth1.IPv4 with address 10.10.10.2.
New relevant interface eth1.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 192.168.122.1 on virbr0.IPv4.
Registering new address record for 172.17.0.1 on docker0.IPv4.
Registering new address record for 192.168.1.10 on br0.IPv4.
Registering new address record for 10.10.10.2 on eth1.IPv4.
Server startup complete. Host name is Unraid.local. Local service cookie is 937607927.
Starting Plex Media Server.
6 3000 /config/Library/Application Support

Link to comment

Welp, nothing I'm doing is working.  Any ideas?

 

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[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.
6 3000 /config/Library/Application Support

d
dbus[271]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc 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. ***

socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

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 docker0.IPv4 with address 172.17.0.1.
New relevant interface docker0.IPv4 for mDNS.
Joining mDNS multicast group on interface br0.IPv4 with address 192.168.1.10.
New relevant interface br0.IPv4 for mDNS.
Joining mDNS multicast group on interface eth1.IPv4 with address 10.10.10.2.
New relevant interface eth1.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 192.168.122.1 on virbr0.IPv4.
Registering new address record for 172.17.0.1 on docker0.IPv4.
Registering new address record for 192.168.1.10 on br0.IPv4.
Registering new address record for 10.10.10.2 on eth1.IPv4.
Server startup complete. Host name is Unraid.local. Local service cookie is 937607927.
Starting Plex Media Server.
6 3000 /config/Library/Application Support

 

Nothing wrong in the log as far as I see.

What are you doing to access the webgui?

You seem to run two different local networks. Did you try both the 192 and 10 range?

Link to comment

Welp, nothing I'm doing is working.  Any ideas?

 

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[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.
6 3000 /config/Library/Application Support

d
dbus[271]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc 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. ***

socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

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 docker0.IPv4 with address 172.17.0.1.
New relevant interface docker0.IPv4 for mDNS.
Joining mDNS multicast group on interface br0.IPv4 with address 192.168.1.10.
New relevant interface br0.IPv4 for mDNS.
Joining mDNS multicast group on interface eth1.IPv4 with address 10.10.10.2.
New relevant interface eth1.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 192.168.122.1 on virbr0.IPv4.
Registering new address record for 172.17.0.1 on docker0.IPv4.
Registering new address record for 192.168.1.10 on br0.IPv4.
Registering new address record for 10.10.10.2 on eth1.IPv4.
Server startup complete. Host name is Unraid.local. Local service cookie is 937607927.
Starting Plex Media Server.
6 3000 /config/Library/Application Support

 

Nothing wrong in the log as far as I see.

What are you doing to access the webgui?

You seem to run two different local networks. Did you try both the 192 and 10 range?

 

 

The 192 network is my regular network that all my vm's and docker containers use and the 10 network is my 10Gb direct network.  I have tried both ranges.  When I install the container this is all I get.  It's like it never fully pulls the image and doesn't install it correctly.

 

Link to comment

Welp, nothing I'm doing is working.  Any ideas?

 

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[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.
6 3000 /config/Library/Application Support

d
dbus[271]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc 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. ***

socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

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 docker0.IPv4 with address 172.17.0.1.
New relevant interface docker0.IPv4 for mDNS.
Joining mDNS multicast group on interface br0.IPv4 with address 192.168.1.10.
New relevant interface br0.IPv4 for mDNS.
Joining mDNS multicast group on interface eth1.IPv4 with address 10.10.10.2.
New relevant interface eth1.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 192.168.122.1 on virbr0.IPv4.
Registering new address record for 172.17.0.1 on docker0.IPv4.
Registering new address record for 192.168.1.10 on br0.IPv4.
Registering new address record for 10.10.10.2 on eth1.IPv4.
Server startup complete. Host name is Unraid.local. Local service cookie is 937607927.
Starting Plex Media Server.
6 3000 /config/Library/Application Support

 

Nothing wrong in the log as far as I see.

What are you doing to access the webgui?

You seem to run two different local networks. Did you try both the 192 and 10 range?

 

 

The 192 network is my regular network that all my vm's and docker containers use and the 10 network is my 10Gb direct network.  I have tried both ranges.  When I install the container this is all I get.  It's like it never fully pulls the image and doesn't install it correctly.

 

 

If the container doesn't install correctly, that might be the reason, but it might also be the webgui just hung, but installed it correctly anyway. I'm away from the computer for a couple of days, so can't check how mine looks.

Link to comment

Welp, nothing I'm doing is working.  Any ideas?

 

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[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.
6 3000 /config/Library/Application Support

d
dbus[271]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc 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. ***

socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

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 docker0.IPv4 with address 172.17.0.1.
New relevant interface docker0.IPv4 for mDNS.
Joining mDNS multicast group on interface br0.IPv4 with address 192.168.1.10.
New relevant interface br0.IPv4 for mDNS.
Joining mDNS multicast group on interface eth1.IPv4 with address 10.10.10.2.
New relevant interface eth1.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 192.168.122.1 on virbr0.IPv4.
Registering new address record for 172.17.0.1 on docker0.IPv4.
Registering new address record for 192.168.1.10 on br0.IPv4.
Registering new address record for 10.10.10.2 on eth1.IPv4.
Server startup complete. Host name is Unraid.local. Local service cookie is 937607927.
Starting Plex Media Server.
6 3000 /config/Library/Application Support

 

Nothing wrong in the log as far as I see.

What are you doing to access the webgui?

You seem to run two different local networks. Did you try both the 192 and 10 range?

 

 

The 192 network is my regular network that all my vm's and docker containers use and the 10 network is my 10Gb direct network.  I have tried both ranges.  When I install the container this is all I get.  It's like it never fully pulls the image and doesn't install it correctly.

 

 

Could you check if your docker.img is full? Should say the used size in settings > Docker.

Link to comment

Welp, nothing I'm doing is working.  Any ideas?

 

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[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.
6 3000 /config/Library/Application Support

d
dbus[271]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc 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. ***

socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

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 docker0.IPv4 with address 172.17.0.1.
New relevant interface docker0.IPv4 for mDNS.
Joining mDNS multicast group on interface br0.IPv4 with address 192.168.1.10.
New relevant interface br0.IPv4 for mDNS.
Joining mDNS multicast group on interface eth1.IPv4 with address 10.10.10.2.
New relevant interface eth1.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 192.168.122.1 on virbr0.IPv4.
Registering new address record for 172.17.0.1 on docker0.IPv4.
Registering new address record for 192.168.1.10 on br0.IPv4.
Registering new address record for 10.10.10.2 on eth1.IPv4.
Server startup complete. Host name is Unraid.local. Local service cookie is 937607927.
Starting Plex Media Server.
6 3000 /config/Library/Application Support

 

Nothing wrong in the log as far as I see.

What are you doing to access the webgui?

You seem to run two different local networks. Did you try both the 192 and 10 range?

 

 

The 192 network is my regular network that all my vm's and docker containers use and the 10 network is my 10Gb direct network.  I have tried both ranges.  When I install the container this is all I get.  It's like it never fully pulls the image and doesn't install it correctly.

 

 

Could you check if your docker.img is full? Should say the used size in settings > Docker.

 

It's definitely not full.  Just to make sure I deleted all of the docker images and containers and disabled it in the unraid docker settings.  I enable it again and try to download plex and just get stuck here...

 

Pulling image: linuxserver/plex:latest
IMAGE ID [latest]: Pulling from linuxserver/plex. 
IMAGE ID [6bbedd9b76a4]: Pulling fs layer. Downloading 100% of 48 MB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [fc19d60a83f1]: Pulling fs layer. Downloading 100% of 824 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [de413bb911fd]: Pulling fs layer. Downloading 100% of 444 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [2879a7ad3144]: Pulling fs layer. Downloading 100% of 678 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [668604fde02e]: Pulling fs layer. Downloading 100% of 160 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [a495803e1d36]: Pulling fs layer. Downloading 100% of 680 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [c58a488ca237]: Pulling fs layer. Downloading 100% of 8 MB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [a6f5d48ed2fb]: Pulling fs layer. Downloading 100% of 465 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [31930b36f135]: Pulling fs layer. Downloading 100% of 115 MB. Verifying Checksum. Download complete. Extracting. 
IMAGE ID [4a0a7e8e3a72]: Pulling fs layer. Downloading 100% of 3 KB. Verifying Checksum. Download complete. 

 

 

Link to comment

Welp, nothing I'm doing is working.  Any ideas?

 

[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 do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

[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...
[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.
6 3000 /config/Library/Application Support

d
dbus[271]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted

Starting Avahi daemon
Found user 'avahi' (UID 106) and group 'avahi' (GID 107).
Successfully dropped root privileges.
avahi-daemon 0.6.32-rc 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. ***

socket() failed: Address family not supported by protocol

Failed to create IPv6 socket, proceeding in IPv4 only mode

socket() failed: Address family not supported by protocol

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 docker0.IPv4 with address 172.17.0.1.
New relevant interface docker0.IPv4 for mDNS.
Joining mDNS multicast group on interface br0.IPv4 with address 192.168.1.10.
New relevant interface br0.IPv4 for mDNS.
Joining mDNS multicast group on interface eth1.IPv4 with address 10.10.10.2.
New relevant interface eth1.IPv4 for mDNS.
Network interface enumeration completed.
Registering new address record for 192.168.122.1 on virbr0.IPv4.
Registering new address record for 172.17.0.1 on docker0.IPv4.
Registering new address record for 192.168.1.10 on br0.IPv4.
Registering new address record for 10.10.10.2 on eth1.IPv4.
Server startup complete. Host name is Unraid.local. Local service cookie is 937607927.
Starting Plex Media Server.
6 3000 /config/Library/Application Support

 

Nothing wrong in the log as far as I see.

What are you doing to access the webgui?

You seem to run two different local networks. Did you try both the 192 and 10 range?

 

 

The 192 network is my regular network that all my vm's and docker containers use and the 10 network is my 10Gb direct network.  I have tried both ranges.  When I install the container this is all I get.  It's like it never fully pulls the image and doesn't install it correctly.

 

 

Could you check if your docker.img is full? Should say the used size in settings > Docker.

 

It's definitely not full.  Just to make sure I deleted all of the docker images and containers and disabled it in the unraid docker settings.  I enable it again and try to download plex and just get stuck here...

 

Pulling image: linuxserver/plex:latest
IMAGE ID [latest]: Pulling from linuxserver/plex. 
IMAGE ID [6bbedd9b76a4]: Pulling fs layer. Downloading 100% of 48 MB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [fc19d60a83f1]: Pulling fs layer. Downloading 100% of 824 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [de413bb911fd]: Pulling fs layer. Downloading 100% of 444 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [2879a7ad3144]: Pulling fs layer. Downloading 100% of 678 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [668604fde02e]: Pulling fs layer. Downloading 100% of 160 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [a495803e1d36]: Pulling fs layer. Downloading 100% of 680 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [c58a488ca237]: Pulling fs layer. Downloading 100% of 8 MB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [a6f5d48ed2fb]: Pulling fs layer. Downloading 100% of 465 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [31930b36f135]: Pulling fs layer. Downloading 100% of 115 MB. Verifying Checksum. Download complete. Extracting. 
IMAGE ID [4a0a7e8e3a72]: Pulling fs layer. Downloading 100% of 3 KB. Verifying Checksum. Download complete. 

 

Try deleting the docker.img and install it again.

It stops at extracting, so might be a filesystem corruption.

Link to comment

I have deleted everything via ftp using filezilla.  Nothing is working.  I tried to install Plex on our Unraid box at work and it's doing the same thing.  This is nuts.

 

Pulling image: linuxserver/plex:latest
IMAGE ID [latest]: Pulling from linuxserver/plex. 
IMAGE ID [6bbedd9b76a4]: Pulling fs layer. Downloading 100% of 48 MB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [fc19d60a83f1]: Pulling fs layer. Downloading 100% of 824 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [de413bb911fd]: Pulling fs layer. Download complete. Extracting. Pull complete. 
IMAGE ID [2879a7ad3144]: Pulling fs layer. Downloading 100% of 678 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [668604fde02e]: Pulling fs layer. Downloading 100% of 160 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [a495803e1d36]: Pulling fs layer. Downloading 100% of 680 B. Download complete. Extracting. Pull complete. 
IMAGE ID [c58a488ca237]: Pulling fs layer. Downloading 100% of 8 MB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [a6f5d48ed2fb]: Pulling fs layer. Downloading 100% of 465 B. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [31930b36f135]: Pulling fs layer. Downloading 100% of 115 MB. Verifying Checksum. Download complete. Extracting. 
IMAGE ID [4a0a7e8e3a72]: Pulling fs layer. Downloading 100% of 3 KB. Verifying Checksum. Download complete. 

Link to comment

It seems like it will pull the image but not completely install it because after I pull it if I open another tab the container will show up but when I open the webui that's when I get the cannot load this page.  So far it only does it on PlexMediaServer containers.  Nothing else.  Plexpy, grafana, glances, plexrequests, beets, nextcloud.  They all work

Link to comment

Not sure o nthis error as my disks are not full -

 

Pulling image: limetech/plex:latest

 

IMAGE ID [latest]: Pulling from limetech/plex.

IMAGE ID [6ffe5d2d6a97]: Already exists.

IMAGE ID [f4e00f994fd4]: Already exists.

IMAGE ID [e99f3d1fc87b]: Already exists.

IMAGE ID [a3ed95caeb02]: Already exists.

IMAGE ID [ededd75b6753]: Already exists.

IMAGE ID [1ddde157dd31]: Already exists.

IMAGE ID [0a6a3a453ddc]: Pulling fs layer. Downloading 100% of 772 B. Verifying Checksum. Extracting. Pull complete.

IMAGE ID [1d552f174150]: Pulling fs layer. Downloading 100% of 119 MB.

IMAGE ID [071f87be7214]: Pulling fs layer. Download complete.

 

TOTAL DATA PULLED: 119 MB

 

Error: write /var/lib/docker/tmp/GetImageBlob508849310: no space left on device

Link to comment

Not sure o nthis error as my disks are not full -

 

Pulling image: limetech/plex:latest

 

IMAGE ID [latest]: Pulling from limetech/plex.

IMAGE ID [6ffe5d2d6a97]: Already exists.

IMAGE ID [f4e00f994fd4]: Already exists.

IMAGE ID [e99f3d1fc87b]: Already exists.

IMAGE ID [a3ed95caeb02]: Already exists.

IMAGE ID [ededd75b6753]: Already exists.

IMAGE ID [1ddde157dd31]: Already exists.

IMAGE ID [0a6a3a453ddc]: Pulling fs layer. Downloading 100% of 772 B. Verifying Checksum. Extracting. Pull complete.

IMAGE ID [1d552f174150]: Pulling fs layer. Downloading 100% of 119 MB.

IMAGE ID [071f87be7214]: Pulling fs layer. Download complete.

 

TOTAL DATA PULLED: 119 MB

 

Error: write /var/lib/docker/tmp/GetImageBlob508849310: no space left on device

 

Is your docker.img full?

Link to comment

It seems like it will pull the image but not completely install it because after I pull it if I open another tab the container will show up but when I open the webui that's when I get the cannot load this page.  So far it only does it on PlexMediaServer containers.  Nothing else.  Plexpy, grafana, glances, plexrequests, beets, nextcloud.  They all work

 

Out of interest, is it only our version of Plex?

Link to comment

Not sure o nthis error as my disks are not full -

 

Pulling image: limetech/plex:latest

 

IMAGE ID [latest]: Pulling from limetech/plex.

IMAGE ID [6ffe5d2d6a97]: Already exists.

IMAGE ID [f4e00f994fd4]: Already exists.

IMAGE ID [e99f3d1fc87b]: Already exists.

IMAGE ID [a3ed95caeb02]: Already exists.

IMAGE ID [ededd75b6753]: Already exists.

IMAGE ID [1ddde157dd31]: Already exists.

IMAGE ID [0a6a3a453ddc]: Pulling fs layer. Downloading 100% of 772 B. Verifying Checksum. Extracting. Pull complete.

IMAGE ID [1d552f174150]: Pulling fs layer. Downloading 100% of 119 MB.

IMAGE ID [071f87be7214]: Pulling fs layer. Download complete.

 

TOTAL DATA PULLED: 119 MB

 

Error: write /var/lib/docker/tmp/GetImageBlob508849310: no space left on device

 

Is your docker.img full?

 

How can you tell if it is full?

Link to comment

Not sure o nthis error as my disks are not full -

 

Pulling image: limetech/plex:latest

 

IMAGE ID [latest]: Pulling from limetech/plex.

IMAGE ID [6ffe5d2d6a97]: Already exists.

IMAGE ID [f4e00f994fd4]: Already exists.

IMAGE ID [e99f3d1fc87b]: Already exists.

IMAGE ID [a3ed95caeb02]: Already exists.

IMAGE ID [ededd75b6753]: Already exists.

IMAGE ID [1ddde157dd31]: Already exists.

IMAGE ID [0a6a3a453ddc]: Pulling fs layer. Downloading 100% of 772 B. Verifying Checksum. Extracting. Pull complete.

IMAGE ID [1d552f174150]: Pulling fs layer. Downloading 100% of 119 MB.

IMAGE ID [071f87be7214]: Pulling fs layer. Download complete.

 

TOTAL DATA PULLED: 119 MB

 

Error: write /var/lib/docker/tmp/GetImageBlob508849310: no space left on device

 

Is your docker.img full?

 

How can you tell if it is full?

 

Settings ==> docker

 

Also this is the support thread for our version of Plex (linuxserver.io)  you're actually using LimeTech's version which has a different thread.

 

EDIT: Just seen you'd already posted in the LimeTech thread.  Please don't cross post, it clutters the forum and you're not even using this version.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.