Apache access.log full of deluge get's

General support for problems installing or using Deluge
Post Reply
SpmP
Member
Member
Posts: 11
Joined: Thu Jul 08, 2010 3:13 am

Apache access.log full of deluge get's

Post by SpmP »

Gidday All,
just checked my apache access log today, and found it mostly full of deluge gets:

Code: Select all

127.0.0.1 - - [21/Oct/2010:23:07:13 +1300] "GET /announce?info_hash=q%bc%83%8b%e1Sy%13%02S%feRzh2%0a%a0%1c%22%fd&peer_id=-DE1300-9C-H(YTNf
x5E&port=62038&uploaded=0&downloaded=0&left=0&corrupt=0&event=started&key=dac140f8&compact=1&numwant=200&supportcrypto=1&no_peer_id=1 HTTP
/1.0" 404 470 "-" "Deluge 1.3.0-rc2"
127.0.0.1 - - [21/Oct/2010:23:07:13 +1300] "GET /announce?info_hash=xh%a4%d4%f1X%a8%09%17O%e1%f9%bf%10%f4%80B%0a%26%85&peer_id=-DE1300-9C-
H(YTNfx5E&port=62038&uploaded=0&downloaded=0&left=0&corrupt=0&event=started&key=dac140f8&compact=1&numwant=200&supportcrypto=1&no_peer_id=
1 HTTP/1.0" 404 470 "-" "Deluge 1.3.0-rc2"
127.0.0.1 - - [21/Oct/2010:23:07:13 +1300] "GET /announce?info_hash=%7d%c5*%22%89%13%bc%83%e5%ebI%26R%84%f2K%24%cf%c1%f2&peer_id=-DE1300-9
C-H(YTNfx5E&port=62038&uploaded=0&downloaded=0&left=0&corrupt=0&event=started&key=dac140f8&compact=1&numwant=200&supportcrypto=1&no_peer_i
d=1 HTTP/1.0" 404 470 "-" "Deluge 1.3.0-rc2"
127.0.0.1 - - [21/Oct/2010:23:07:13 +1300] "GET /announce?info_hash=~w%19Rm%00_%18%ce%d6%91%e9o%87%0b%5b%fb-%a1%b5&peer_id=-DE1300-9C-H(YT
Nfx5E&port=62038&uploaded=0&downloaded=0&left=0&corrupt=0&event=started&key=dac140f8&compact=1&numwant=200&supportcrypto=1&no_peer_id=1 HT
TP/1.0" 404 470 "-" "Deluge 1.3.0-rc2"
and error.log

Code: Select all

[error] [client 127.0.0.1] File does not exist: /var/www/announce
How do I sop this please.

Thank you.
val_dam
Member
Member
Posts: 36
Joined: Thu Jul 15, 2010 9:52 pm
Location: Rossija, Moskva

Re: Apache access.log full of deluge get's

Post by val_dam »

what has torrent in its trackers list?
may be smth like "http://127.0.0.1" ?
or "http://localhost"
or smth else what resolves as local host
libtorrent-rasterbar-1.1.1_1
py27-libtorrent-rasterbar-1.1.1_1
deluge 1.3.13 (headless: deluged + deluge-web)
FreeBSD-amd64-10.2-RELEASE
Firefox (Windows)
SpmP
Member
Member
Posts: 11
Joined: Thu Jul 08, 2010 3:13 am

Re: Apache access.log full of deluge get's

Post by SpmP »

Ive grepped in state for 127.0.0.1, localhost, the fqdn etc... nothing.

Any other possibilities?

Cheers
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Apache access.log full of deluge get's

Post by johnnyg »

Do you have any torrents that don't have a tracker?
i.e. the tracker field is empty.
Or are any of your torrents showing a tracker error? (due to apache returning a 404)

For some reason Deluge is announcing to your apache server (or are they on the same machine?), thinking it's the tracker.
SpmP
Member
Member
Posts: 11
Joined: Thu Jul 08, 2010 3:13 am

Re: Apache access.log full of deluge get's

Post by SpmP »

slowly Ime getting the message. This is not a Deluge network issue or feature its a defective torrent.
Ille re/double check all the torrents, delte them all etc... then if things persist Ille pipe up.

Otherwise, Thank you all.

Jasper
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Apache access.log full of deluge get's

Post by johnnyg »

SpmP wrote:slowly Ime getting the message. This is not a Deluge network issue or feature its a defective torrent.
It could be a bug in libtorrent, but more likely a defective torrent.
I would first check to see if any of the torrents are showing a tracker error (use the tracker error filter in the sidebar).

If none of them are, then you can use the infohash in the announce to track down which torrents are announcing to your apache server.
For instance, from the small snippet you pasted the infohashes are respectively:

Code: Select all

71bc838be15379130253fe527a68320aa01c22fd
7868a4d4f158a809174fe1f9bf10f480420a2685
7dc52a228913bc83e5eb49265284f24b24cfc1f2
7e7719526d005f18ced691e96f870b5bfb2da1b5
Post Reply