Search found 12 matches

by ricksebak
Tue Feb 25, 2014 11:00 pm
Forum: Support
Topic: Deluge web + apache : PORT question
Replies: 1
Views: 2031

Re: Deluge web + apache : PORT question

You want Apache's mod_proxy. There is a stickied thread in this forum that explains how to do this.

http://forum.deluge-torrent.org/viewtop ... =7&t=10165
by ricksebak
Tue Feb 25, 2014 10:48 pm
Forum: Support
Topic: What happens if SOCKS proxy fails?
Replies: 0
Views: 2147

What happens if SOCKS proxy fails?

I have deluged using a SOCKS5 w/ auth proxy, which currently works fine. What would happen if the proxy was unable to connect, or the connection died? Would torrent downloads bypass the proxy, or just fail?

Thanks in advance.

In case it matters:
deluged: 1.3.6
libtorrent: 0.16.14.0
by ricksebak
Sat Nov 23, 2013 8:45 pm
Forum: Support
Topic: What is causing deluged to crash?
Replies: 5
Views: 11820

Re: What is causing deluge-web to crash?

Thanks for responding. Yeah, deluged is crashing, not deluge-web. Sorry about the confusion.

If there is a problem with a config file, which file and which part of the file is causing deluged to crash? Is there any kind of syntax checker for the config file?
by ricksebak
Sat Nov 23, 2013 7:07 pm
Forum: Support
Topic: What is causing deluged to crash?
Replies: 5
Views: 11820

What is causing deluged to crash?

Deluged frequently crashes, sometimes multiple times within a few minutes. It's not really reproducable on demand, but I seem to notice it more when a torrent is actively downloading, especially if the torrent is well seeded and moving quickly (or it might just be that I only pay attention to it whe...
by ricksebak
Sun Feb 10, 2013 2:31 am
Forum: Plugins
Topic: Post your execute plugin scripts!
Replies: 47
Views: 339906

Re: Post your execute plugin scripts!

Good thread. I made this the other day. It goes through my torrent download directory and looks for directories where 90% of their size is taken up by a video file. Then it deletes everything other than that video file (to clean up stupid nfo files, sample video files, readme files, subtitle files, ...
by ricksebak
Thu Jan 24, 2013 4:00 am
Forum: Support
Topic: Are Web UI password errors logged?
Replies: 9
Views: 10943

Re: Are Web UI password errors logged?

In case anyone sees this from google or anyone else wants to get fail2ban to work with deluge-web, here's what I ended up doing: I'm running Ubuntu 12.04, with deluge installed from apt-get, so the locations of files may vary if you are using something else, I guess. I set line 325 of /usr/share/pys...
by ricksebak
Thu Jan 24, 2013 3:59 am
Forum: Support
Topic: Are Web UI password errors logged?
Replies: 9
Views: 10943

Re: Are Web UI password errors logged?

As it turned out, I had everything set up correctly, but deluge-web hadn't restarted. I thought the init script would've done that, but it didn't. After I killed off deluge-web and started it up again it started logging the way I want. Thanks!
by ricksebak
Wed Jan 23, 2013 2:36 pm
Forum: Support
Topic: Are Web UI password errors logged?
Replies: 9
Views: 10943

Re: Are Web UI password errors logged?

Thanks, the log entry that you posted is exactly what I want. But I wasn't able to get it to output that entry. Here's what I have: $ tail -5 /usr/share/pyshared/deluge/ui/web/auth.py if self.check_password(password): return self._create_session(__request__) else: log.error('Login failed (ClientIP %...
by ricksebak
Wed Jan 23, 2013 1:33 am
Forum: Support
Topic: Are Web UI password errors logged?
Replies: 9
Views: 10943

Are Web UI password errors logged?

If someone uses the wrong password when attempting to use the web UI, is that logged anywhere? I tried all available log levels when starting deluge-web, then put in the wrong password at the web UI, but didn't see it in the logs. In case it matters, the reason I'm asking is because I'd like to inte...
by ricksebak
Wed Jan 02, 2013 11:50 pm
Forum: Support
Topic: [Solved] listen_interface setting doesn't seem to work
Replies: 3
Views: 5593

Re: listen_interface setting doesn't seem to work

That worked, thanks!