Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Has any body been able to password protect the clutch dir?
If so what are the steps you took?
Thank You.
Offline
Check out shadowandy's instructions.
http://www.shadowandy.net/_html/archive … _in_l.html
Offline
vedeja.
I did the same exact thing but when I enter the username and password it does not like the username and password I get access denied...
Any Ideas?
Thanks!
Offline
Yeap I try everything I can... even hashes from a different system...
401 - Unauthorized
Offline
Has any body been successful?
Offline
Finally got it working.
Thank You.
Offline
what was it causing yours not to work ? and what did you do to resolve it ? TIA (having the same challenges here)
Offline
worked for me with no problems. i just followed instructions
what i noticed is that when copying stuff from the webpage to vi in putty character " (double quotes) was transformed to . (dot). so you might wanna double check that one out: in the shell script used to create passwd file and in the lighttpd.conf file.
i also used this shell script:
#!/bin/sh
user=admin
realm=Clutch
pass=mypasswd
hash=`echo -n “$user:$realm:$pass” | md5sum | cut -b -32`
echo “$user:$realm:$hash”
(no command line arguments)
Offline
Got it all working on my end finally, not really sure what I was doing wrong the first (couple of) times.
As it stands I am likely bailing on transmission/clutch since it is lacking some pretty big functionalities (at least in my mind), like DHT and the ability to have unfinished torrents labelled with a different suffix. I also have been reading about a data verified vs data downloaded and how much % gets lost on a transmission restart. Maybe I will check into MLDonkey, or *gasp* the builtin BT in 1.05 .
Offline
mldonkey is a resource hog, I wouldn't recommend it. Transmission saves resume states for any active torrents, so you won't lose much data when restarting (although this shouldn't happen that much on a 24/7 NAS anyway).
Labeling unfinished torrents isn't there yet, but there's lots of talk about moving complete files to a different folder on the Transmission forums, so I believe it's not far away. I compile Transmission regularly, so as soon there's new functionality for us NAS users, I'll post a new version.
Can't comment on the internal BT, since I own a CH3SNAS ;)
Offline