Buffalo Forums

Products => Storage => Topic started by: Tommi61 on March 22, 2019, 12:08:50 PM

Title: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on March 22, 2019, 12:08:50 PM
Hello Everyone.

I have a Buffalo Terastation 1200 Nas Drive, and it does not agree to download anything from private torrent sites.
Also I have done to modem/router portforwarding, but despite this, terastation bittorrent client refuses to download torrents from private pages. But, for example, downloads from public torrent sites works .torrent file and also via magnetic link. And my old Buffalo LS-X1.0TL-EU LinkStation Live Nas drive, has downloaded everything I put in the bittorent client for download. How can I fix this, problem. ?

I have Huawei B525s-23a 4G Modem, and Tp-Link Archer C2 Wireless Router,
of these two devices, Huawei is in bridge mode and connected to the Tp-Link Archer C2
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on March 22, 2019, 06:52:06 PM
your client is not on the whitelist from your tracker
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on March 23, 2019, 02:00:05 AM
When I asked a admin of one private bittorent page why the bittorrent client for this terastation does not work. so he replied to me

Normal torrent programs work normally.

If your story is true, how i  can change the bittorrent client for this terastation. ?
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on March 26, 2019, 06:33:21 AM
open telnet

8. from
https://forum.nas-hilfe.de/buffalo-technology-nas-anleitungen/sftp-auf-den-armadas-t2543.html


install transmission
2. from
https://forum.nas-hilfe.de/buffalo-technology-nas-anleitungen/transmission-auf-einer-linkstation-400er-serie-ohne-optware-t2418.html

Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on March 26, 2019, 03:12:27 PM
How the first link, content will help me, and in the first link, the LS420D is converted to TS1200D,
I already have the TS1200D nas station. So how does this links help me anyway ?.
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on March 27, 2019, 01:59:42 AM
read only point 8. from this howto
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on March 28, 2019, 08:19:48 AM
Should i do the installation, of the transmission bittorrent program by following the instructions in the first link, Did i really understand this thing right?.
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on March 28, 2019, 10:21:58 AM
no, i say use the second link

by the way
its the same result
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 07, 2019, 07:09:08 AM
What is right login setups to putty, If i enter the terastation ip address to putty Host Name field Putty says only, shows the message in the image on the link every time. What im doing wrong ?.

http://oi63.tinypic.com/xaqiw3.jpg
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: 1000001101000 on April 07, 2019, 09:12:03 AM
That looks like ssh isn't running
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 07, 2019, 02:19:48 PM
Maybe i did something wrong though, even i activated ssh according to this instruction ?. I translated this instruction to english via google translate.

http://forum.nas-hilfe.de/buffalo-technology-nas-anleitungen/ssh-freischalten-auf-einer-ls421de-t2165.html
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on April 08, 2019, 12:42:30 AM
do not translate the code boxes
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 08, 2019, 07:59:25 AM
acp Commander gives the following answers when entering the commands below, in the command field. And nothing happened even though I pressed that enable ssh button

http://oi64.tinypic.com/2cxua8h.jpg

bin
boot
dev
etc
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on April 08, 2019, 11:31:50 AM
this looks good retry the last command
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 08, 2019, 02:12:37 PM
The acp commander say when i retry the last command. i posted it this message below.

Authenticate with admin pw... OK
OK (OK)
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on April 08, 2019, 05:50:11 PM
you have to open telnet
i am not able to open ssh on the TS1200D

you have to use only one command after setting up a password

/usr/sbin/telnetd
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 09, 2019, 09:14:17 AM
I managed to set the root password, the command you gaved to me, will work. But putty gives every time to me when i try to connect, Network error: Connection refused error message.

This is Acp Commander picture.

http://oi68.tinypic.com/1rzrt0.jpg
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on April 09, 2019, 02:02:04 PM
use port 23 telnet
do not use port 22 ssh
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 09, 2019, 02:30:51 PM
The port number you gaved works in putty, but now i have next problem. Where and how, i can download this transmission torrent client for my terastation ?.
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on April 10, 2019, 12:14:42 AM
array1 or disk1

you need the factory default folder share !
find / -name share
is there array1 in the result?







with array1 use
cd /tmp ; wget download.nas-hilfe.de/oxygenacht/transmission2.84_array1.tar.gz

with disk1 use
cd /tmp ; wget download.nas-hilfe.de/oxygenacht/transmission2.92_disk1.tar.gz


install
tar xvfz transmission* -C /


start
/etc/rc.d/extensions.d/S95_transmission.sh
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 10, 2019, 08:00:53 AM
should I put those commands what are above, into the putty, or acp commander ?
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on April 10, 2019, 02:21:04 PM
putty
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 13, 2019, 03:22:25 PM
When is enter this command to the putty find / -name share, putty gives always to me this result, permission denied.
So what am I still doing wrong?

Putty picture 1
http://oi64.tinypic.com/24mdsat.jpg

Putty picture 2 part 1, i splitted this picture is in half, because picture would have been, otherwise too fuzzy.
http://oi64.tinypic.com/xldxmc.jpg

Putty picture 2 part 2
http://oi68.tinypic.com/qsl54j.jpg

Putty picture 3
http://oi66.tinypic.com/33k544m.jpg

Putty picture 4
http://oi64.tinypic.com/2q248zb.jpg
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on April 14, 2019, 01:26:22 AM
you should do
9. verbinden mit Putty und telnet als root mit dem Kennwort newrootpass

from google translator:
Quote9. connect with putty and telnet as root with the password newrootpass

why you are logged in as admin



from your result
/mnt/array1/share

You are using array1
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 14, 2019, 09:41:55 AM
The reason is this, why i tried to log in using, with admin username.

Error during editing the admin account.
http://oi64.tinypic.com/20ap92q.jpg

Error during try to create new user, under admin group.
http://oi67.tinypic.com/2duzds4.jpg
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on April 14, 2019, 12:18:59 PM
root is the real admin on linux
you can not create them, he exists
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 14, 2019, 02:22:41 PM
Thank you very much oxygen8, i managed to install this transmission client to my terastation. Even though i did some things, maybe a little tricky to understand. Can I change the name, of the download folder, afterwards as I want ?.


Edit. This transmission client, and tracker connection shows connectable no status, when it should be yes. So is one of my settings wrong ?.
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on April 14, 2019, 11:54:05 PM
changing the folders
picture 11.3 from
http://forum.nas-hilfe.de/buffalo-technology-nas-anleitungen/transmission-auf-der-linkstation-live-und-pro-ls-chlv2-ls-xhl-ls-vl-mit-rotem-webinterface-t749.html (http://forum.nas-hilfe.de/buffalo-technology-nas-anleitungen/transmission-auf-der-linkstation-live-und-pro-ls-chlv2-ls-xhl-ls-vl-mit-rotem-webinterface-t749.html)

to test the portforwarding you have a button
picture 7.2

Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 21, 2019, 09:48:43 AM
What im doing wrong, when i tried the ports what was in the guide, to get my connectable status from No status, to Yes status in the tracker,
but the result was always a message in the image in the link ?.

http://oi65.tinypic.com/30ms9jo.jpg
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on April 21, 2019, 11:10:40 AM
read about

portforwarding router IPV6 DS-Lite
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: Tommi61 on April 21, 2019, 02:27:24 PM
I didn't really understand, what you meant by that message. Where that guide should be found ?.
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on April 22, 2019, 02:49:35 AM
Keine Anleitung.
Diese Worte solltest du bei Google suchen.

Jedes dieser Worte kann deinen Fehler verursachen.
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: vinhattieu on October 22, 2019, 12:54:52 AM
Quote from: oxygen8 on April 10, 2019, 12:14:42 AM

with disk1 use
cd /tmp ; wget download.nas-hilfe.de/oxygenacht/transmission2.92_disk1.tar.gz


Hi there. Can this version be installed on LS-VL? If yes, can you share file with me, this German server is already dead. Many thanks.
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on October 22, 2019, 01:19:14 AM
LS-VL uses a Kirkwood CPU (TS1200 uses a Armada CPU)

this is your file:
https://www.mediafire.com/file/sxx7bij7cppdzho/Transmission2.93_Kirkwood.tar.gz/file


copy the file to share
then use

killall transmission-daemon;
cd /;
cp /mnt/disk1/share/Transmission2.93_Kirkwood.tar.gz .;
tar -xvf  Transmission2.93_Kirkwood.tar.gz;
/opt/etc/init.d/S95_transmission.sh


from
https://web.archive.org/web/20181010182352/http://forum.nas-hilfe.de/buffalo-technology-nas-anleitungen/transmission-auf-der-linkstation-live-und-pro-ls-chlv2-ls-xhl-ls-vl-mit-rotem-webinterface-t749.html



Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: vinhattieu on October 22, 2019, 01:33:47 AM
Great, thanks. Will report if everything goes well.
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: vinhattieu on October 22, 2019, 08:51:04 AM
Quote from: oxygen8 on October 22, 2019, 01:19:14 AM
LS-VL uses a Kirkwood CPU (TS1200 uses a Armada CPU)

this is your file:
https://www.mediafire.com/file/sxx7bij7cppdzho/Transmission2.93_Kirkwood.tar.gz/file


copy the file to share
then use

killall transmission-daemon;
cd /;
cp /mnt/disk1/share/Transmission2.93_Kirkwood.tar.gz .;
tar -xvf  Transmission2.93_Kirkwood.tar.gz;
/opt/etc/init.d/S95_transmission.sh


from
https://web.archive.org/web/20181010182352/http://forum.nas-hilfe.de/buffalo-technology-nas-anleitungen/transmission-auf-der-linkstation-live-und-pro-ls-chlv2-ls-xhl-ls-vl-mit-rotem-webinterface-t749.html

Too bad it didn't work, yet.

Here's the log:

Quotelogin as: root
root@192.168.1.13's password:
root@NAS:~# killall transmission-daemon
root@NAS:~# killall transmission-daemon
transmission-daemon: no process killed
root@NAS:~# cd /
root@NAS:/# cp /mnt/disk1/share/Transmission2.93_Kirkwood.tar.gz
BusyBox v1.7.0 (2009-04-29 19:12:57 JST) multi-call binary

Usage: cp [OPTION]... SOURCE DEST

Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY

Options:
        -a      Same as -dpR
        -d,-P   Preserve links
        -H,-L   Dereference all symlinks (default)
        -p      Preserve file attributes if possible
        -f      Force overwrite
        -i      Prompt before overwrite
        -R,-r   Recurse directories
        -l,-s   Create (sym)links

root@NAS:/# tar -xvf  Transmission2.93_Kirkwood.tar.gz
opt/
opt/bin/
opt/bin/transmission-daemon
lib/
lib/libipkg.so
lib/libipkg.so.0
lib/libipkg.so.0.0.0
lib/libgd.so
lib/libgd.so.2
lib/libgd.so.2.0.0
lib/libpng.so
lib/libpng.so.3
lib/libpng.so.3.44.0
lib/libpng12.so
lib/libpng12.so.0
lib/libpng12.so.0.44.0
lib/libz.so
lib/libz.so.1
lib/libz.so.1.2.5
lib/libjpeg.so
lib/libjpeg.so.62
lib/libjpeg.so.62.0.0
lib/libfreetype.so
lib/libfreetype.so.6
lib/libfreetype.so.6.3.17
lib/libfontconfig.so
lib/libfontconfig.so.1
lib/libfontconfig.so.1.4.4
lib/libexpat.so
lib/libexpat.so.1
lib/libexpat.so.1.5.2
lib/libbfd.a
lib/libbfd.la
lib/libiberty.a
lib/libopcodes.a
lib/libopcodes.la
lib/libc.so
lib/libc_nonshared.a
lib/libpthread_nonshared.a
lib/libnsl-2.5.so
lib/libnsl.so
lib/libnsl.so.1
lib/libgcc_s.so
lib/libgcc_s.so.1
lib/libstdc++.la
lib/libsupc++.a
lib/libsupc++.la
lib/libstdc++.so
lib/libstdc++.so.6
lib/libstdc++.so.6.0.9
lib/libcrypto.so
lib/libcrypto.so.0
lib/libcrypto.so.0.9.8
lib/libssl.so
lib/libssl.so.0
lib/libssl.so.0.9.8
lib/libevent-2.0.so.5
lib/libevent-2.0.so.5.1.8
lib/libevent.so
lib/libevent_core-2.0.so.5
lib/libevent_core-2.0.so.5.1.8
lib/libevent_core.so
lib/libevent_extra-2.0.so.5
lib/libevent_extra-2.0.so.5.1.8
lib/libevent_extra.so
lib/libevent_openssl-2.0.so.5
lib/libevent_openssl-2.0.so.5.1.8
lib/libevent_openssl.so
lib/libevent_pthreads-2.0.so.5
lib/libevent_pthreads-2.0.so.5.1.8
lib/libevent_pthreads.so
lib/libcurl.so
lib/libcurl.so.4
lib/libcurl.so.4.2.0
root@NAS:/# /opt/etc/init.d/S95_transmission.sh
-bash: /opt/etc/init.d/S95_transmission.sh: No such file or directory
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on October 23, 2019, 04:51:39 AM
this package is only an update
you have to install transmission with optware first


rm -rf /mnt/disk1/.optware;
cd /tmp;
wget http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/stable/ls-mvkw-bootstrap_1.2-7_arm.xsh;
sh ./ls-mvkw-bootstrap_1.2-7_arm.xsh;
mv /etc/init.d/optware /etc/init.d/rc.optware;
ipkg update;
ipkg install transmission;

echo '/opt/bin/transmission-daemon -g /mnt/disk1/share/.config/transmission-daemon' >/opt/etc/init.d/S95_transmission.sh;
chmod 755 /opt/etc/init.d/S95_transmission.sh;
echo 'killall /opt/bin/transmission-daemon' >/etc/rc.d/extensions.d/K05_transmission.sh;
chmod 755 /etc/rc.d/extensions.d/K05_transmission.sh;

/opt/etc/init.d/S95_transmission.sh;




optional 5.4.1 from my howto

Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: vinhattieu on October 27, 2019, 10:58:26 AM
Thank you. My little sister already took the NAS to her place. Will try it in the near future.
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: vinhattieu on November 11, 2020, 06:29:40 AM
Quote from: oxygen8 on October 22, 2019, 01:19:14 AM
LS-VL uses a Kirkwood CPU (TS1200 uses a Armada CPU)

this is your file:
https://www.mediafire.com/file/sxx7bij7cppdzho/Transmission2.93_Kirkwood.tar.gz/file


copy the file to share
then use


Hi there, it's me again. I have just purchased a LinkStation LS410D. I read somewhere that it uses Armada 370, which requires another version of Transmission, not the Kirkwood you shared last time. It is much appreciated if you could guide me to install Transmission on this one. Many thanks.
Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: oxygen8 on November 13, 2020, 07:47:29 AM
http://oxygen8.bplaced.net/

Transmission auf einer Linkstation 400er und 200er

Title: Re: Buffalo Terastation 1200 Bittorrent Client Download Problem
Post by: vinhattieu on November 16, 2020, 11:14:15 AM
Quote from: oxygen8 on November 13, 2020, 07:47:29 AM
http://oxygen8.bplaced.net/

Transmission auf einer Linkstation 400er und 200er

Thanks, it worked like a charm.
Browser ID: smf (is_webkit)
Templates: 1: Printpage (default).
Sub templates: 4: init, print_above, main, print_below.
Language files: 1: index+Modifications.english (default).
Style sheets: 0: .
Hooks called: 249 (show)
Files included: 27 - 1055KB. (show)
Memory used: 905KB.
Tokens: post-login.
Queries used: 14.

[Show Queries]