Hi.
How are you all.
I’m having trouble with reinstalling my Emby rockon if i may request some help.
i want to reinstall it, so i uninstalled it and now it fails on an install.
I have removed the config share and even called it a new sharename.
below is a log tail after an install attempt.
Thanks Heaps
[30/Aug/2016 01:54:03] DEBUG [storageadmin.views.rockon_helpers:70] Attempted to remove a container(embyserver). out: [’’] err: [‘Error response from daemon: no such id: embyserver’, ‘Error: failed to remove containers: [embyserver]’, ‘’] rc: 1.
[30/Aug/2016 01:54:06] DEBUG [storageadmin.views.rockon:84] Rockon(EmbyServer) is in pending state
[30/Aug/2016 01:54:07] DEBUG [storageadmin.views.rockon:84] Rockon(EmbyServer) is in pending state
[30/Aug/2016 01:54:11] DEBUG [storageadmin.views.rockon_helpers:127] exception while installing the Rockon(16)
[30/Aug/2016 01:54:11] ERROR [storageadmin.views.rockon_helpers:128] Error running a command. cmd = [’/usr/bin/docker’, ‘run’, ‘daemon’, ‘–restart=unless-stopped’, ‘–name’, ‘embyserver’, ‘-v’, ‘/mnt2/config_media:/config’, ‘-v’, ‘/mnt2/movies:/media’, ‘-v’, ‘/etc/localtime:/etc/localtime:ro’, ‘-p’, ‘8096:8096/tcp’, ‘–net=host’, ‘-e’, ‘APP_GID=1000’, ‘-e’, ‘APP_UID=1000’, ‘emby/embyserver’]. 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’, ‘embyserver’, ‘-v’, ‘/mnt2/config_media:/config’, ‘-v’, ‘/mnt2/movies:/media’, ‘-v’, ‘/etc/localtime:/etc/localtime:ro’, ‘-p’, ‘8096:8096/tcp’, ‘–net=host’, ‘-e’, ‘APP_GID=1000’, ‘-e’, ‘APP_UID=1000’, ‘emby/embyserver’]. rc = 1. stdout = [’’]. stderr = [“Unable to find image ‘daemon:latest’ locally”, ‘Pulling repository docker.io/library/daemon’, ‘Error: image library/daemon:latest not found’, ‘’]