D-Link Forums
The Graveyard - Products No Longer Supported => D-Link Storage => DNS-320 => Topic started by: perfectdark on February 10, 2012, 03:47:18 PM
-
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]
-
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:
#!/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/.
-
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?
-
What do you meant? Unable to download Transmission package?
-
The write-up by KyleK (http://forum.dsmg600.info/t2719-%5BREL%5D-Transmission.html) 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.
-
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.
-
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
-
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
-
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?
-
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.
-
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.
-
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.
-
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?
-
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.