• February 24, 2025, 07:38:06 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Transmission Guides .. wget links dead ... need tutorial with working links  (Read 12030 times)

perfectdark

  • Level 2 Member
  • **
  • Posts: 66

Transmission Guides .. wget links dead ... need tutorial with working links

any one have a tutorial?

i tried
http://dns323.kood.org/dns-320#installation_and_configuration_of_transmission_with_addons

but the wget links are dead]
« Last Edit: February 10, 2012, 06:34:44 PM by perfectdark »
Logged

albert

  • Level 5 Member
  • *****
  • Posts: 510
    • SoHo NAS Forum
Re: need help with fun_plug
« Reply #1 on: February 10, 2012, 05:18:19 PM »

Post your ffp.log file here.

As for the second problem, the store-passwd.sh used is not meant for DNS-320, it should look like this:
Code: [Select]
#!/bin/sh

echo "Copying files to /usr/local/config/..."
cp -f /etc/passwd /usr/local/config/.
cp -f /etc/group /usr/local/config/.
cp -f /etc/shadow /usr/local/config/.
cp -f /etc/samba/smbpasswd /usr/local/config/.
Logged
D-Link DNS-320 rev A1 (FW: 2.05) [FFP-0.7]
PCI NAS-01G (FW: Encore ENNHD-1000 4.10)
PCI NAS-01G (FW: OpenNAS 1.9]

perfectdark

  • Level 2 Member
  • **
  • Posts: 66
Re: need help with fun_plug
« Reply #2 on: February 10, 2012, 05:26:51 PM »

thanks ... corrected the store-passwd to your above and got fun_plug to work

now i cant find any valid transmission install tutorials as all the wget links are dead.. can anyone help?
« Last Edit: February 10, 2012, 06:55:46 PM by perfectdark »
Logged

albert

  • Level 5 Member
  • *****
  • Posts: 510
    • SoHo NAS Forum

What do you meant? Unable to download Transmission package?
Logged
D-Link DNS-320 rev A1 (FW: 2.05) [FFP-0.7]
PCI NAS-01G (FW: Encore ENNHD-1000 4.10)
PCI NAS-01G (FW: OpenNAS 1.9]

albert

  • Level 5 Member
  • *****
  • Posts: 510
    • SoHo NAS Forum

The write-up by KyleK should be up-to-date, just remember to replace any reference for /mnt/HD_a2 to /mnt/HD/HD_a2.

Note: Remember to use the correct package release under ffp-0.5 only.
Logged
D-Link DNS-320 rev A1 (FW: 2.05) [FFP-0.7]
PCI NAS-01G (FW: Encore ENNHD-1000 4.10)
PCI NAS-01G (FW: OpenNAS 1.9]

iparout

  • Level 1 Member
  • *
  • Posts: 20

http://klseet.com/index.php?option=com_content&view=article&id=100&Itemid=94

http://dns323.kood.org/dns-320#setting_up_ffp

Regarding the dead links, I downloaded the files manually and copied them on the DNS-320 myself.
Logged

perfectdark

  • Level 2 Member
  • **
  • Posts: 66

Code:
$ su nobody -c "transmission-daemon -f -g /mnt/HD_a2/.transmission-daemon -w /mnt/HD_a2/Downloads -t -u <username> -v <password> -a 127.0.0.1,192.168.*.*"
You should see some text about Transmission starting. If there are no error messages, you can quit Transmission by pressing Ctrl-C.

With the above white list, you should be able to access the Web interface from your local network.


I did the above code but i didnt receive any message after

When i try to log into web intereface i get this
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.

and if i try to start the transmission service i get this (dunno why its refering to /mnt/HD_a2 instead of mnt/HD/HD_a2

Starting transmission-daemon
Couldn't open "/mnt/HD_a2/.transmission-daemon/transmission-daemon.log": No such file or directory

« Last Edit: February 11, 2012, 12:21:57 PM by perfectdark »
Logged

perfectdark

  • Level 2 Member
  • **
  • Posts: 66
Re: Transmission Guides ..
« Reply #7 on: February 11, 2012, 12:44:11 PM »

got transmission to load, my internet explorer was cuting off the code below




$ su nobody -c "transmission-daemon -f -g /mnt/HD_a2/.transmission-daemon-w /mnt/HD_a2/Downloads -t -u <username> -v <password> -a 127.0.0.1,192.168.*.*"

was able to connect to transmission via web .. downloaded transmission gui , changed login to same as web (that i had set up) but always connection refused
« Last Edit: February 11, 2012, 12:49:34 PM by perfectdark »
Logged

perfectdark

  • Level 2 Member
  • **
  • Posts: 66

ok, so transmission is running. or at least it was running

I did a reboot of the DNS-320 and now transmission is not running, when i try to connect i get this

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.

What happened?
also, when it was running it was downloading movies to a Downloads folder which is under Volume_1 but when i'm in windows explorer trying to unrar or move/delete files in that folder it says i dont have permission "you require permission from NAS\nobody to make changes to this file"

Anyway i have decided to just use the built in p2p torrent from dlink. But how do i delete the folder/torrents in the Download folder that transmission made? and how to uninstall transmission?
« Last Edit: February 11, 2012, 04:47:31 PM by perfectdark »
Logged

albert

  • Level 5 Member
  • *****
  • Posts: 510
    • SoHo NAS Forum

Do not made changes when transmission-deamon process is still active, stop it first using /ffp/start/transmission.sh stop

You can also made changes to the configuration file directly, it's located at /mnt/HD/HD_a2/.transmission-daemon/settings.json but do so only if you're familiar with editor such as vi or nano.
Logged
D-Link DNS-320 rev A1 (FW: 2.05) [FFP-0.7]
PCI NAS-01G (FW: Encore ENNHD-1000 4.10)
PCI NAS-01G (FW: OpenNAS 1.9]

albert

  • Level 5 Member
  • *****
  • Posts: 510
    • SoHo NAS Forum
Re: Transmission Guides .. wget links dead ... need tutorial with working links
« Reply #10 on: February 11, 2012, 09:33:47 PM »

Well, to uninstall Transmission or any other FFP package simply type funpkg -r <package-name> will do. And to delete the Download folder, remote into your NAS and type rm -Rf /mnt/HD/HD_a2/Download.
« Last Edit: February 11, 2012, 09:59:39 PM by albert »
Logged
D-Link DNS-320 rev A1 (FW: 2.05) [FFP-0.7]
PCI NAS-01G (FW: Encore ENNHD-1000 4.10)
PCI NAS-01G (FW: OpenNAS 1.9]

Seany

  • Level 1 Member
  • *
  • Posts: 17
Re: Transmission Guides .. wget links dead ... need tutorial with working links
« Reply #11 on: February 12, 2012, 01:42:09 PM »

Heres the guide I used http://forum.dsmg600.info/t2719-%5BREL%5D-Transmission.html. If you use this tread every line of code because it needs to be edited in most cases, example "chown -R nobody /mnt/HD_a2/.transmission-daemon" ---needs to be "chown -R nobody /mnt/HD/HD_a2/.transmission-daemon".
When you install it and everything it will work. You need to edit the settings.json file because it will have the wrong start-up path. I got help on the transmission forums https://forum.transmissionbt.com/viewtopic.php?f=2&t=12482.
Logged

shabuboy

  • Level 2 Member
  • **
  • Posts: 78
Re: Transmission Guides .. wget links dead ... need tutorial with working links
« Reply #12 on: February 14, 2012, 08:41:15 AM »

All the links to download Transmission and Curl are dead. Server "kylek.is-a-geek.org" seems unresponsive. I tried from browser as well as wget from the DNS-320. It also connects to correct IP:

Connecting to kylek.is-a-geek.org:31337 (79.241.199.247:31337)
wget: cannot connect to remote host (79.241.199.247): Connection timed out


Anyone knows where to get the files from a reliable source?
Logged

albert

  • Level 5 Member
  • *****
  • Posts: 510
    • SoHo NAS Forum
Re: Transmission Guides .. wget links dead ... need tutorial with working links
« Reply #13 on: February 14, 2012, 05:10:31 PM »

All the links to download Transmission and Curl are dead. Server "kylek.is-a-geek.org" seems unresponsive. I tried from browser as well as wget from the DNS-320. It also connects to correct IP:

Connecting to kylek.is-a-geek.org:31337 (79.241.199.247:31337)
wget: cannot connect to remote host (79.241.199.247): Connection timed out


Anyone knows where to get the files from a reliable source?

It's working now.
Logged
D-Link DNS-320 rev A1 (FW: 2.05) [FFP-0.7]
PCI NAS-01G (FW: Encore ENNHD-1000 4.10)
PCI NAS-01G (FW: OpenNAS 1.9]