Skip to content

Instantly share code, notes, and snippets.

@enijkamp
Created October 20, 2018 02:31
Show Gist options
  • Save enijkamp/9c4a437c67e469b61cd461db2a2d696e to your computer and use it in GitHub Desktop.
Save enijkamp/9c4a437c67e469b61cd461db2a2d696e to your computer and use it in GitHub Desktop.
insync on sdsc
sudo singularity build --sandbox ubuntu/ docker://ubuntu:16.04
singularity shell ubuntu
apt update
apt install wget cron
wget https://d2t3ff60b2tol4.cloudfront.net/builds/insync-headless_1.5.2.37346-wheezy_amd64.deb
dpkg -i insync-headless_1.5.2.37346-wheezy_amd64.deb
singularity build ubuntu.img ubuntu
scp ubuntu.img [email protected]:/home/enijkamp/
module load singularity
singularity ubuntu.img
insync-headless start
insync-headless add_account
Traceback (most recent call last):
File "__main__insync-headless__.py", line 76, in ipc_insync
File "socket.py", line 224, in meth
error: [Errno 111] Connection refused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment