Hi,
You can find precompiled binaries for the Synology NAS family here:
These two are packaged as Synology package, known as spk, and can be controlled (start/stop) from the DSM web interface.
Search found 3 matches
- Sat May 29, 2010 9:19 am
- Forum: General
- Topic: [ANSWERED] Installing Transmission on Synology DS410
- Replies: 2
- Views: 10834
- Tue Mar 02, 2010 10:31 pm
- Forum: Support
- Topic: transmission-daemon crashing on ARM linux
- Replies: 47
- Views: 41627
Re: transmission-daemon crashing on ARM linux
It seems to be linked to posix_memalign. If I bypass it at ./configure time (simply by setting ac_cv_func_posix_memalign=no), transmission-daemon starts normally.
If I free() the buffer just before calling tr_pread(), every thing is fine (the buffer can be freed, but the I get other trouble).
If I ...
If I free() the buffer just before calling tr_pread(), every thing is fine (the buffer can be freed, but the I get other trouble).
If I ...
- Mon Mar 01, 2010 11:28 pm
- Forum: Support
- Topic: transmission-daemon crashing on ARM linux
- Replies: 47
- Views: 41627
Re: transmission-daemon crashing on ARM linux
transmission 1.91, on a PowerPC, gdb backtrace
$ env TR_DEBUG=1 TR_DEBUG_FD=1 gdb --args transmission-daemon -f -g /usr/local/transmission/var/
dlopen failed on 'libthread_db.so.1' - libthread_db.so.1: cannot open shared object file: No such file or directory
GDB will not be able to debug ...
$ env TR_DEBUG=1 TR_DEBUG_FD=1 gdb --args transmission-daemon -f -g /usr/local/transmission/var/
dlopen failed on 'libthread_db.so.1' - libthread_db.so.1: cannot open shared object file: No such file or directory
GDB will not be able to debug ...