Transmission Torrent Client

superfurryallan

Vu+ Newbie
Hi All,

I have 2.76 version of Transmission running on Blackhole, but i cant get it to run on Open Blackhole, it seems some of the dependencies are not available.

has anyone had any luck getting Blackhole torrent client to run on open black hole?

Thanks

Allan
 

superfurryallan

Vu+ Newbie
Hi Nash, this worked great to install transmission as a daemon, but it doesnt appear in plugins as it did previously when i installed as an ipkg file. Do you know if anyone is working on an ipkg file for transmission? Alternatively if anyone has any hints and tips on resolving a 403 error with the current install, it would be helpful. If tried editing the settings.json file (which is located on my hdd in the transmission/config folder) but have had no joy in resolving. Im wondering if there is a settings.json file located elsewhere which is actually being used.

403: Forbidden
Unauthorized IP Address.

Either disable the IP address whitelist or add your address to it.

If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.

If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.
 

Nash

Vu+ Newbie
Hi Nash, this worked great to install transmission as a daemon, but it doesnt appear in plugins as it did previously when i installed as an ipkg file. Do you know if anyone is working on an ipkg file for transmission? Alternatively if anyone has any hints and tips on resolving a 403 error with the current install, it would be helpful. If tried editing the settings.json file (which is located on my hdd in the transmission/config folder) but have had no joy in resolving. Im wondering if there is a settings.json file located elsewhere which is actually being used.

403: Forbidden
Unauthorized IP Address.

Either disable the IP address whitelist or add your address to it.

If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.

If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.

You don't need appear in plugins, if you installed it, you can run from telnet:

Code:
Start ---> /etc/init.d/transmission start
Stop ---> /etc/init.d/transmission stop
Restart ---> /etc/init.d/transmission restart
 

Nash

Vu+ Newbie
Someone has the new version?

Transmission 2.90, after 1 year in development, the new build has been released 1 week ago more or less :)
 

-Mirco-

Vu+ Newbie
Hello, i tried to install ver 2.84 but without success.
Console say this:
ixus8g.png

How can i solve?

Thx in advance.
 

nunigaia

Moderator
Hello, i tried to install ver 2.84 but without success.
Console say this:
View attachment 26360

How can i solve?

Thx in advance.

1) - by telnet: ( enter the following commands, one by one )

Code:
opkg update

opkg upgrade

killall -9 enigma2


2) - Upload using an Ftp tool this file ---> http://www.vuplus-community.net/boa...n-extensions-transmission_2-84_all-ipk.24633/ to your decoder to /tmp/folder


3) - by telnet: ( enter the following commands, one by one )

Code:
opkg install /tmp/*.ipk

killall -9 enigma2

If it solves your issue ... give us your feedback, thanks

best regards
nunigaia
 
Last edited:
Top