Hi,
at the moment I’ve trouble to install the Plex Rock-On.
Had the issue with an old installation. The issue remains after a clean install of Rockstor.
Here are the logs:
[23/Aug/2016 11:16:52] DEBUG [storageadmin.views.rockon_helpers:70] Attempted to remove a container(plex-linuxserver.io). out: [’’] err: [‘Error response from daemon: no such id: plex-linuxserver.io’, ‘Error: failed to remove containers: [plex-linuxserver.io]’, ‘’] rc: 1.
[23/Aug/2016 11:16:53] DEBUG [storageadmin.views.rockon:84] Rockon(Plex) is in pending state
[23/Aug/2016 11:16:53] DEBUG [storageadmin.views.rockon:84] Rockon(Plex) is in pending state
[23/Aug/2016 11:16:54] DEBUG [storageadmin.views.rockon_helpers:127] exception while installing the Rockon(22)
[23/Aug/2016 11:16:54] ERROR [storageadmin.views.rockon_helpers:128] Error running a command. cmd = [’/usr/bin/docker’, ‘run’, ‘daemon’, ‘–restart=unless-stopped’, ‘–name’, ‘plex-linuxserver.io’, ‘-v’, ‘/mnt2/plexconf:/config’, ‘-v’, ‘/mnt2/daten:/data’, ‘-v’, ‘/etc/localtime:/etc/localtime:ro’, ‘-p’, ‘32400:32400/tcp’, ‘-p’, ‘32400:32400/udp’, ‘–net=host’, ‘-e’, ‘PUID=Mark’, ‘-e’, ‘VERSION=latest’, ‘-e’, ‘PGID=Mark’, ‘linuxserver/plex’]. rc = 1. stdout = [’’]. stderr = [“Unable to find image ‘daemon:latest’ locally”, ‘Pulling repository docker.io/library/daemon’, ‘Error: image library/daemon:latest not found’, ‘’]
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/storageadmin/views/rockon_helpers.py”, line 125, in install
globals().get(’%s_install’ % rockon.name.lower(), generic_install)(rockon)
File “/opt/rockstor/src/rockstor/storageadmin/views/rockon_helpers.py”, line 216, in generic_install
run_command(cmd)
File “/opt/rockstor/src/rockstor/system/osi.py”, line 104, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = [’/usr/bin/docker’, ‘run’, ‘daemon’, ‘–restart=unless-stopped’, ‘–name’, ‘plex-linuxserver.io’, ‘-v’, ‘/mnt2/plexconf:/config’, ‘-v’, ‘/mnt2/daten:/data’, ‘-v’, ‘/etc/localtime:/etc/localtime:ro’, ‘-p’, ‘32400:32400/tcp’, ‘-p’, ‘32400:32400/udp’, ‘–net=host’, ‘-e’, ‘PUID=Mark’, ‘-e’, ‘VERSION=latest’, ‘-e’, ‘PGID=Mark’, ‘linuxserver/plex’]. rc = 1. stdout = [’’]. stderr = [“Unable to find image ‘daemon:latest’ locally”, ‘Pulling repository docker.io/library/daemon’, ‘Error: image library/daemon:latest not found’, ‘’]
I’ve already checked the docs for this Rock-on…
Have a Config share (20GB 775 permission to the group “Mark” (with user “Mark”)).
And my Data share (>6TB, same permissions).
When I search for the repo library/deamon I can’t find anything. I think this might be the issue?!
Thanks in advance.