Btsync Install Problem

Good Afternoon ,

i am currently trying to install Btsync

it wont install install and comes up with an message to Check logs in /opt/rockstor/var/log for clues.

the below is what has been spewed out

any help would be appreciated

[27/Mar/2016 19:28:21] ERROR [storageadmin.views.rockon_helpers:128] Error running a command. cmd = [’/usr/bin/docker’, ‘run’, ‘–log-driver=syslog’, ‘-d’, ‘–restart=unless-stopped’, ‘–name’, ‘btsync’, ‘-v’, ‘/mnt2/Apps:/data’, ‘-p’, ‘8888:8888/tcp’, ‘-p’, ‘3369:3369/tcp’, ‘-p’, ‘3369:3369/udp’, ‘aostanin/btsync’]. rc = 1. stdout = [’’]. stderr = [“Unable to find image ‘aostanin/btsync:latest’ locally”, ‘Pulling repository docker.io/aostanin/btsync’, ‘Error: image aostanin/btsync: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 214, in generic_install
run_command(cmd)
File “/opt/rockstor/src/rockstor/system/osi.py”, line 92, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = [’/usr/bin/docker’, ‘run’, ‘–log-driver=syslog’, ‘-d’, ‘–restart=unless-stopped’, ‘–name’, ‘btsync’, ‘-v’, ‘/mnt2/Apps:/data’, ‘-p’, ‘8888:8888/tcp’, ‘-p’, ‘3369:3369/tcp’, ‘-p’, ‘3369:3369/udp’, ‘aostanin/btsync’]. rc = 1. stdout = [’’]. stderr = [“Unable to find image ‘aostanin/btsync:latest’ locally”, ‘Pulling repository docker.io/aostanin/btsync’, ‘Error: image aostanin/btsync:latest not found’, ‘’]

@frenzy Welcome to the Rockstor community and thanks for reporting this. From the looks of the error log it would appear that the upstream aostanin/btsync docker image is not longer available.
https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=aostanin&starCount=0
no longer shows it as existing so it looks like we need to update our btsync rock-on definition.

Just had a quick look and there is an open issue on this BTSync Docker image non-existent and it looks like some progress have been made. Also in that issue a recent rockon-registry contributor @pdenhaan mentions the official bittorrent/sync image. So it looks like this is in hand as @henfri has also been looking into this. Hang tight and I expect this should be sorted sooner rather than later.

@frenzy Just a quick update, it looks like this has now been sorted by @henfri 's pull request so let us know how you get on.
So thanks to @henfri and @pdenhaan for their efforts on this.