Supported NAS


Recommended Posts

Great news...

Works on Synology DS-411+

http://www.synology.com/us/products/DS411+/

> Create destination/sync folder...

> SSH into your NAS ( http://forum.synology.com/wiki/index.php/Enabling_the_Command_Line_Interface )

> run in local terminal:

$ ssh root@192.you.nas.ip

(log in)

$ cd ~

$ wget http://btsync.s3-website-us-east-1.amazonaws.com/btsync_glibc23_i386.tar.gz

$ tar -xzvf btsync*

$ ~/btsync

> go to http://192.you.nas.ip:8888/

> make sure you open firewall via Synology, but do not recommend opening up port to WAN on router firewall

> [Add Folder] ...

> Generate or copy the "secret"

> Select "path" folder /volume1/BTsync/syncedFolder

> [Add]

Presto!

-E

Can anyone make recommendations to make sure this runs on startup when/if the NAS gets restarted? Thanks!

Link to comment
Share on other sites

Hi I'm having issues running btsync on a powerpc based synology NAS. Its the ds511+. Its missing the required libraries see this when I run it any ideas ?

./btsync: /lib/libresolv.so.2: version `GLIBC_2.9' not found (required by ./btsync)

./btsync: /lib/libc.so.6: version `GLIBC_2.4' not found (required by ./btsync)

running ipkg install glib did not work. Let me know thanks.

Link to comment
Share on other sites

Hi I'm having issues running btsync on a powerpc based synology NAS. Its the ds511+. Its missing the required libraries see this when I run it any ideas ?

./btsync: /lib/libresolv.so.2: version `GLIBC_2.9' not found (required by ./btsync)

./btsync: /lib/libc.so.6: version `GLIBC_2.4' not found (required by ./btsync)

running ipkg install glib did not work. Let me know thanks.

We don't have an ARM build with glibc 2.3 support only x86. We will add this binary soon.

Link to comment
Share on other sites

Hi I'm having issues running btsync on a powerpc based synology NAS. Its the ds511+. Its missing the required libraries see this when I run it any ideas ?

./btsync: /lib/libresolv.so.2: version `GLIBC_2.9' not found (required by ./btsync)

./btsync: /lib/libc.so.6: version `GLIBC_2.4' not found (required by ./btsync)

running ipkg install glib did not work. Let me know thanks.

The standard build of btsync uses a newser version of libc. The fellows at bittorrent have to create a special build for Synology which uses an older version without inotify support. These builds are available for i386 and x64 but not "yet?" for powerpc and other platforms.

(just a second too late. ;-) )

Edited by PeterVerhees
Link to comment
Share on other sites

Synology DS-411+

http://www.synology....roducts/DS411 /

Updated for autostart on reboot....

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

> enable ssh ~ > NAS web gui > control panel > terminal > Enable SSH

> SSH into NAS as root ($ ssh root@192.168.1.100)

$ cd ~

$ wget http://btsync.s3-web...c23_i386.tar.gz

$ tar -xzvf btsync*

$ mv ~/btsync /usr/syno/etc/rc.d/btsync.sh

$ reboot

> wait about 5 mins, takes a while for everything to restart

> confirm port :8888 is open on NAS firewall (not router / WAN)

> http://192.168.1.100:8888/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Great news...

Works on Synology DS-411+

http://www.synology....roducts/DS411 /

> Create destination/sync folder...

> SSH into your NAS ( http://forum.synolog..._Line_Interface )

> run in local terminal:

$ ssh root@192.you.nas.ip

(log in)

$ cd ~

$ wget http://btsync.s3-web...c23_i386.tar.gz

$ tar -xzvf btsync*

$ ~/btsync

> go to http://192.you.nas.ip:8888/

> make sure you open firewall via Synology, but do not recommend opening up port to WAN on router firewall

> [Add Folder] ...

> Generate or copy the "secret"

> Select "path" folder /volume1/BTsync/syncedFolder

> [Add]

Presto!

-E

Can anyone make recommendations to make sure this runs on startup when/if the NAS gets restarted? Thanks!

Link to comment
Share on other sites

The standard build of btsync uses a newser version of libc. The fellows at bittorrent have to create a special build for Synology which uses an older version without inotify support. These builds are available for i386 and x64 but not "yet?" for powerpc and other platforms.

(just a second too late. ;-) )

Is there a way to update the libc on my system then using ipkg ?

Link to comment
Share on other sites

Not working on a D-Link DNS-323 :-(

./btsync: No such file or directory

uname -a

Linux myName 2.6.12.6-arm1 #47 Mon Nov 30 12:06:02 CST 2009 armv5tejl GNU/Linux

file btsync

btsync: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, stripped

Link to comment
Share on other sites

Works fine on unraid, just SSH/telnet in and:-

#Download BTSync
wget http://btsync.s3-website-us-east-1.amazonaws.com/btsync_i386.tar.gz -P /tmp

#Untar BTSync
cd /tmp && tar -xzf /tmp/btsync_i386.tar.gz

#Remove tar
rm /tmp/btsync_i386.tar.gz

#Run binary
/tmp/btsync --config /mnt/user/Appdata/bitTorrentSync/sync.conf

Can anyone tell me if this is correct for use with iomega ix2-200?

Thanks

Link to comment
Share on other sites

Working on Buffalo Linkstation Duo (LS-WXL). You need to change the port of the WebUI however, as you will not get any response from 8888. 8080 works fine. You will also need root access to the device of course, more info at http://buffalo.nas-c...Category:LS-WXL


> wget http://btsync.s3-website-us-east-1.amazonaws.com/btsync_arm.tar.gz
> tar zxvf btsync_arm.tar.gz
> chmod u+x btsync
> ./btsync --dump-sample-config > config.txt
> nano config.txt
Change:
listen: 0.0.0.0:8888
to
listen: 0.0.0.0:8080
> ./btsync

you might also have problems with the UPNP port mapping, then just port forward a port on your router, then change:


listening_port: 0
use_upnp: true
to
listenning_port: YOUR_FORWARDED_PORT
use_upnp: false

If anyone finds a way around the "change the web ui port" thing, please tell me. I have tried adding the ports to /etc/services, but that did not do anything... And you don't have access to iptables on the original firmware.

Link to comment
Share on other sites

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.   Paste as plain text instead

  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.