January 17, 2010  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31


NOTICE: This channel is no longer actively logged.

[13:04:38] *** echelog has joined #bittorrent
[13:53:10] *** kwinz2_ has quit IRC
[13:55:57] *** kwinz2_ has joined #bittorrent
[14:22:24] *** ania has joined #bittorrent
[14:32:25] *** ania has quit IRC
[15:24:35] *** kwinz2_ has quit IRC
[15:29:27] *** kwinz2 has joined #bittorrent
[15:56:12] *** ania has joined #bittorrent
[16:11:37] *** edigaryev has joined #bittorrent
[16:44:49] *** edigaryev_ has joined #bittorrent
[16:53:57] *** edigaryev has quit IRC
[17:22:10] *** Bundestrojaner has joined #bittorrent
[17:22:16] <Bundestrojaner> good evening
[17:24:01] <Bundestrojaner> i try to get a torrent-tracker running on my machine for more efficient and secure sharing of large files (>=500MB) with friends.
[17:24:01] <Bundestrojaner> my OS is Gentoo Linux, i installed the bittorent-package which contains the bittorrent-tracker
[17:24:22] <Bundestrojaner> my problem is, my own client can't connect to it
[17:24:37] <DWKnight> you behind a router?
[17:25:16] <Bundestrojaner> DWKnight: yes, the port is forwarded and the tracker-url 127.0.0.1:11234 doesn't work
[17:25:25] <Bundestrojaner> so the tracker must be the problem
[17:25:47] <DWKnight> 127.0.0.1 not working might be something else
[17:25:48] <Bundestrojaner> must i add "/announce" to the url after the port?
[17:26:03] <DWKnight> http://<ip>:<port>/announce is the REQUIRED tracker format
[17:27:31] <DWKnight> yes including the http://
[17:29:25] <Bundestrojaner> ok
[17:30:17] <Bundestrojaner> http://<url>:11234/announce was my format
[17:30:32] <Bundestrojaner> must i change any settings at the tracker?
[17:30:41] <Bundestrojaner> the port is set to 11234
[17:32:08] <DWKnight> what error are you getting when you try?
[17:33:16] <Bundestrojaner> my client says "no connection to <url> (port <port>)
[17:33:16] <Bundestrojaner> (translated from german)
[17:33:21] <Bundestrojaner> my client is ktorrent
[17:33:41] <DWKnight> have you tried going to the address in a browser?
[17:33:56] <Bundestrojaner> yes
[17:34:17] <Bundestrojaner> i have an ftp-server on another port, i can log into it
[17:34:21] <Bundestrojaner> the url is from dyndns
[17:34:33] <DWKnight> what error do you get trying to browse to it locally?
[17:37:02] <Bundestrojaner> "what error do you get trying to browse to it locally"? you mean accessing it in a browser?
[17:37:23] <DWKnight> yes
[17:38:35] <Bundestrojaner> connection failed
[17:38:35] <Bundestrojaner> firefox isn't able to connect to the server 127.0.0.1:11234
[17:41:04] <DWKnight> does it show up in a netstat -lno --tcp in the shell?
[17:41:33] <Bundestrojaner> no :-|
[17:42:13] <Bundestrojaner> tcp        0      0 0.0.0.0:6881            0.0.0.0:*               LISTEN     off (0.00/0/0)
[17:42:13] <Bundestrojaner> tcp        0      0 0.0.0.0:8010            0.0.0.0:*               LISTEN     off (0.00/0/0)
[17:42:13] <Bundestrojaner> tcp6       0      0 :::21                   :::*                    LISTEN     off (0.00/0/
[17:42:20] <Bundestrojaner> 21 is proftp
[17:45:57] <DWKnight> have you launched the process yet?
[17:46:02] <Bundestrojaner> yes
[17:46:08] <Bundestrojaner> i just stopped it
[17:48:12] <Bundestrojaner> in conf of bittorrent-tracker is port 11234 set
[17:48:13] <chelz> ports open in firewalls
[17:48:22] <Bundestrojaner> yes
[17:48:49] <Bundestrojaner> and 127.0.0.1 is not affected by the router
[17:48:49] <chelz> try telnetting in
[17:48:57] <chelz> oh
[17:49:01] <chelz> wait nvm
[17:49:19] <chelz> if it's not in your netstat then it's not working
[17:49:24] <chelz> get it to show up there first
[17:54:26] <Bundestrojaner> yeah, but i have no idea how to do that...
[17:54:47] <Bundestrojaner> when i start it with /etc/init.d/bttrack start, it says ok
[18:05:15] <Bundestrojaner> how can i find the problem?
[18:07:54] <DWKnight> system error logs?
[18:12:03] <Bundestrojaner> there are no logs from today in the specified folder
[18:12:21] <Bundestrojaner> i used the tracker on this machine nearly 2 years ago
[18:12:31] <Bundestrojaner> today i started it again
[18:12:42] <Bundestrojaner> i had to reinstall it because of a python-update
[18:12:57] <Bundestrojaner> it worked 2 years ago fine...
[18:17:23] <Bundestrojaner> ah, i found something: ImportError: No module named web.http
[18:20:53] *** ania has quit IRC
[18:21:19] <DWKnight> python dependency missing
[18:21:23] <DWKnight> fun
[18:21:24] <Bundestrojaner> yeah
[18:21:36] <Bundestrojaner> the second problem caused by python ^^
[18:22:09] <DWKnight> that's part of the reason all of my emerges have -D
[18:22:26] *** GTHK has joined #bittorrent
[18:25:51] <swolchok> ah, that's your problem, you should have used apt-get ;)
[18:27:01] <Bundestrojaner> We are gentoo of borg. Apt-Get is futile. you will be emerged. :D
[18:27:20] <Bundestrojaner> swolchok: try apt-get moo and aptitude moo ^^
[18:29:21] <DWKnight> of course, I don't use the python tracker myself
[18:29:38] *** medecau has quit IRC
[18:48:37] *** The_8472 has joined #bittorrent
[18:52:55] *** Bundestrojaner has left #bittorrent
[19:00:46] *** ProperNoun has joined #bittorrent
[19:21:48] *** medecau has joined #bittorrent
[19:24:47] *** deltab has quit IRC
[19:25:15] *** deltab has joined #bittorrent
[19:27:37] *** deltab has quit IRC
[19:27:58] *** deltab has joined #bittorrent
[19:39:07] *** chelz has quit IRC
[20:06:54] *** Miller` has quit IRC
[20:07:48] *** hydri has quit IRC
[20:08:16] *** hydri has joined #bittorrent
[20:34:24] *** dandon has joined #bittorrent
[20:42:05] *** lioux has joined #bittorrent
[20:46:13] *** chelz has joined #bittorrent
[21:08:52] *** edigaryev_ has quit IRC
[21:16:38] *** init0_ has joined #bittorrent
[21:27:12] *** init0 has quit IRC
[21:42:39] *** ajaya has joined #bittorrent
[21:45:34] *** chelz has quit IRC
[21:48:27] *** medecau has quit IRC
[22:11:31] *** Andrius has quit IRC
[22:16:25] *** GTHKn has joined #bittorrent
[22:16:29] *** GTHK has quit IRC

top