jgun Posted April 20, 2013 Report Posted April 20, 2013 Works like charm in QNAP TS219.Email invitation has powerpc version by default. Locating the "arm" bundle was bit of a hack on the link from email Quote
My_Sic Posted April 20, 2013 Report Posted April 20, 2013 Works on DS411 Slim with the Arm build.With special Synology build i have following error "./btsync: line 1: syntax error: unexpected "("". Quote
tijim Posted April 20, 2013 Report Posted April 20, 2013 Works great in a QNAp TS-110thank you for your help starting to @kos13 and @begemot. Quote
Eric1868 Posted April 24, 2013 Report Posted April 24, 2013 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!-ECan anyone make recommendations to make sure this runs on startup when/if the NAS gets restarted? Thanks! Quote
electroteque Posted April 24, 2013 Report Posted April 24, 2013 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. Quote
Automatic Coding Posted April 24, 2013 Report Posted April 24, 2013 Works fine on unraid, just SSH/telnet in and:-#Download BTSyncwget http://btsync.s3-website-us-east-1.amazonaws.com/btsync_i386.tar.gz -P /tmp#Untar BTSynccd /tmp && tar -xzf /tmp/btsync_i386.tar.gz#Remove tarrm /tmp/btsync_i386.tar.gz#Run binary/tmp/btsync --config /mnt/user/Appdata/bitTorrentSync/sync.conf Quote
kos13 Posted April 24, 2013 Author Report Posted April 24, 2013 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. Quote
PeterVerhees Posted April 24, 2013 Report Posted April 24, 2013 (edited) 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 April 24, 2013 by PeterVerhees Quote
wontolla Posted April 24, 2013 Report Posted April 24, 2013 I'll try to set it up in my QNAP 412 this week, the first test worked GREAT so I'm gonna ditch my Onwcloud server. Quote
sitnin Posted April 24, 2013 Report Posted April 24, 2013 QNAP TS-210, works like a charm =)Thanks guys! Awesome work! Quote
bkbilly Posted April 24, 2013 Report Posted April 24, 2013 I have the NSA221 and it doesn't work...I downloaded the arm version and when I try to run it it shows me this message:./btsync: /usr/lib/libpthread.so.0: version `GLIBC_2.4' not found (required by ./btsync)Can you help me? Quote
number3 Posted April 24, 2013 Report Posted April 24, 2013 Just confirmed btsync on my Synology DS409. It works fine.Now lets get it packaged and added to the install repository Quote
Eric1868 Posted April 24, 2013 Report Posted April 24, 2013 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!-ECan anyone make recommendations to make sure this runs on startup when/if the NAS gets restarted? Thanks! Quote
domaniqs Posted April 24, 2013 Report Posted April 24, 2013 Hi everyone!it was mentioned here that d-link nas dns-320 is supported by bittorrent Sync. Would you be able to point me into right direction how to install it. I was googling to find it but came up with nothing.Thanks! Quote
electroteque Posted April 25, 2013 Report Posted April 25, 2013 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 ? Quote
masnell Posted April 25, 2013 Report Posted April 25, 2013 Successfully Installed & Using with;- Synology DS411+II- Synology DS412+Both running DSM 4.2-3211.Using Linux_x64 (glibc 2.3) Version 1.0.116 on both. Quote
promd Posted April 25, 2013 Report Posted April 25, 2013 Not working on a D-Link DNS-323 :-(./btsync: No such file or directoryuname -aLinux myName 2.6.12.6-arm1 #47 Mon Nov 30 12:06:02 CST 2009 armv5tejl GNU/Linuxfile btsyncbtsync: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, stripped Quote
electroteque Posted April 25, 2013 Report Posted April 25, 2013 uname -aLinux DiskStation 2.6.32.12 #3202 Fri Mar 1 01:03:07 CST 2013 ppc GNU/Linux this is mine I guess I have to finally upgrade to the duo core as nothing ever works or is supported properly on ppc. Quote
kos13 Posted April 25, 2013 Author Report Posted April 25, 2013 uname -aLinux myName 2.6.12.6-arm1 #47 Mon Nov 30 12:06:02 CST 2009 armv5tejl GNU/Linuxwe need linux 2.6.16. Sorry. Quote
Xadex Posted April 25, 2013 Report Posted April 25, 2013 Netgear Stora MS2000 works fine so far Quote
spscotland Posted April 26, 2013 Report Posted April 26, 2013 Works fine on unraid, just SSH/telnet in and:-#Download BTSyncwget http://btsync.s3-website-us-east-1.amazonaws.com/btsync_i386.tar.gz -P /tmp#Untar BTSynccd /tmp && tar -xzf /tmp/btsync_i386.tar.gz#Remove tarrm /tmp/btsync_i386.tar.gz#Run binary/tmp/btsync --config /mnt/user/Appdata/bitTorrentSync/sync.confCan anyone tell me if this is correct for use with iomega ix2-200?Thanks Quote
Automatic Coding Posted April 26, 2013 Report Posted April 26, 2013 Can anyone tell me if this is correct for use with iomega ix2-200?ThanksTry it? It's not going to byte, pun intended. Quote
spscotland Posted April 26, 2013 Report Posted April 26, 2013 Try it? It's not going to byte, pun intended.Game face is on Quote
wizt Posted April 26, 2013 Report Posted April 26, 2013 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.txtChange:listen: 0.0.0.0:8888tolisten: 0.0.0.0:8080> ./btsyncyou might also have problems with the UPNP port mapping, then just port forward a port on your router, then change:listening_port: 0use_upnp: truetolistenning_port: YOUR_FORWARDED_PORTuse_upnp: falseIf 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. Quote
Recommended Posts
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.