Search found 6 matches

by Shadow aok
Sat Jan 03, 2009 11:59 am
Forum: Support
Topic: Error when trying to access web GUI.
Replies: 22
Views: 46689

Re: Error when trying to access web GUI.

Well it depends.
To be able to manage a better authentification, I use apache as a proxy so I only need to piut localhost in the acl and my web interface is still accessible from outside (port 80).
If you only want to use the web interface as is, put 127.0.0.1 and your server ip adress (192.168.0 ...
by Shadow aok
Fri Jan 02, 2009 9:48 pm
Forum: Support
Topic: Error when trying to access web GUI.
Replies: 22
Views: 46689

Re: Error when trying to access web GUI.

Yep, it works without the +.
Thanks :)
by Shadow aok
Fri Jan 02, 2009 9:10 am
Forum: Support
Topic: Error when trying to access web GUI.
Replies: 22
Views: 46689

Re: Error when trying to access web GUI.

Running transmission 1.42 on a gentoo server here.
rpc-whitelist-enabled didn't exist in my config.json file and I got the same error.
I added it and the problem was still the same (tried with 0 and 1).
I even added +* to the autorized ip list and it's not working.

So I upgraded to the last svn ...
by Shadow aok
Tue Nov 25, 2008 1:01 pm
Forum: General
Topic: New helper daemon : transmission-daemon-watcher !
Replies: 25
Views: 29750

Re: New helper daemon : transmission-daemon-watcher !

Ok so there's no way tp prevent it from removing some torrents (if i want to seed with a particular torrent).

Thanks for the answer :)
by Shadow aok
Tue Nov 25, 2008 12:46 pm
Forum: General
Topic: New helper daemon : transmission-daemon-watcher !
Replies: 25
Views: 29750

Re: New helper daemon : transmission-daemon-watcher !

Here's the installation procedure for gentoo :

install ez_setup.py (needs internet connection) : python ez_setup.py
install pyinotify (packaged version) : emerge dev-python/pyinotify
install feedparser (packaged version) : emerge dev-python/feedparser
copy transmission-dw.py to /usr/bin/ and make ...
by Shadow aok
Tue Nov 25, 2008 12:37 pm
Forum: General
Topic: New helper daemon : transmission-daemon-watcher !
Replies: 25
Views: 29750

Re: New helper daemon : transmission-daemon-watcher !

Great tool, that's exactly what I needed on my server :)
Thanks.

But I have a question.
If I configure it to remove torrents, will it remove only the torrents it added or the torrents I manually added using the interface will be removed too ?
(I'd like to be able to remove only the one it added)