Search found 13 matches

by etlunatic
Mon Mar 22, 2010 12:18 am
Forum: Windows Support
Topic: Transmission for Windows
Replies: 64
Views: 441171

Re: Transmission for Windows

Same problem here, QTransmission handshakes fine but cannot write or does not have permission to write on the Hard Drive.

Any idea, suggestion?
This thread is about a port of the transmission-daemon to Windows, QTransmission (a.k.a. QtTransmission or QTr) is a different animal.

It is a know bug ...
by etlunatic
Sun Mar 21, 2010 4:07 pm
Forum: Windows Support
Topic: Transmission for Windows
Replies: 64
Views: 441171

Re: Transmission for Windows

I am having problems with Transmission for Windows (I have tried all builds linked on the previous page, including 1.6). For some reason, even though my ports are forwarded fine, I really struggle to connect to any seeders - occasionally I will connect to one, but then after a short while the ...
by etlunatic
Thu Aug 06, 2009 9:55 pm
Forum: Support
Topic: transmssion 1.72 hammering peers on ports 21 and 23
Replies: 0
Views: 1274

transmssion 1.72 hammering peers on ports 21 and 23

This is a follow-up on this post.

Is there any good reason why transmission 1.72 (with DHT enabled) should repeatedly and stubbornly try to connect to specific peers on port 21 (ftp) or port 23 (telnet)?

File dht.dat available on demand.

Regards
by etlunatic
Wed Jun 10, 2009 3:16 pm
Forum: Support
Topic: Problem with Daemon 1.61 and FreeBSD
Replies: 10
Views: 10241

Re: Problem with Daemon 1.61 and FreeBSD

1.71 builds fine on FreeBSD 7.2.

I send a pm to rtorrent/libtorrent developer but I got no response. I don't think it is related to rtorrent.

Last note, my honey pot is up and running in dmz, come on bees (especially RBN bees) show me what you got.
by etlunatic
Wed Jun 10, 2009 3:13 pm
Forum: Support
Topic: how to upgrade transmission to 1.71(Freebsd)
Replies: 2
Views: 4374

Re: how to upgrade transmission to 1.71(Freebsd)

did you install transmission-gtk2?

run ./configure -h and look at the options.

I built transmission 1.71 (daemon plus cli plus www) without problem on FreeBsd 7.2.
by etlunatic
Sun Jun 07, 2009 8:45 pm
Forum: Support
Topic: Problem with Daemon 1.61 and FreeBSD
Replies: 10
Views: 10241

Re: Problem with Daemon 1.61 and FreeBSD

UPdate: 1.70 doesn't compile on FreeBSD 7.2. Many errors in dht.c.
by etlunatic
Sun Jun 07, 2009 7:43 am
Forum: Support
Topic: Problem with Daemon 1.61 and FreeBSD
Replies: 10
Views: 10241

Re: Problem with Daemon 1.61 and FreeBSD

As I said, I experienced some security problems when I used rtorrent with DHT enabled.

I am going to build transmission 1.70 on FreeBSD 7.2, I will change however my peer id to that of utorrent, I am going to run it with DHT enabled and I wll post pertaining excerpts of my pflogs and logs logs.
by etlunatic
Wed May 27, 2009 12:43 am
Forum: Support
Topic: Problem with Daemon 1.61 and FreeBSD
Replies: 10
Views: 10241

Re: Problem with Daemon 1.61 and FreeBSD

Running transmission under root is not a very good idea, especially since dht is around the corner.

Despite and against what has been said in this forum, the dht protocole is not very secured. I am using both rtorrent and transmission in a jail with sshd and ftpd disabled. With dht-enabled ...
by etlunatic
Tue May 26, 2009 8:40 am
Forum: Support
Topic: Problem with Daemon 1.61 and FreeBSD
Replies: 10
Views: 10241

Re: Problem with Daemon 1.61 and FreeBSD

Hi there,

I am using transmission Transmission 1.61 (8385) from ports in a jail on FreeBSD 7.2 without any problem.

I connect to the daemon with transmission-remote, www/transmission-web in ports and http://code.google.com/p/transmisson-remote-gui/ .

Did you build from ports?

Under what user are ...
by etlunatic
Wed Mar 18, 2009 11:22 pm
Forum: Support
Topic: Question on peer-socket-tos
Replies: 4
Views: 7420

Re: Question on peer-socket-tos

For the record, as I never got the TOS option to work (I suspect the NAT rule in pf reset the TOS although it is undocumented), I am moving to plan B which is to run the daemon under a dedicated user (e.g. transmission) and set out the parameter "user" in the packet filter rule as shown below ...
by etlunatic
Tue Mar 17, 2009 10:46 pm
Forum: Support
Topic: Question on peer-socket-tos
Replies: 4
Views: 7420

Re: Question on peer-socket-tos

Here is what I get with tcpdump for a packet sent by the transmission daemon:

Code: Select all

Some_Time_Stamp IP (tos 0x0, ttl 64, id 29049, offset 0, flags [DF], proto TCP (6), length 60) My_IP.51480 > Some_IP.12071: [|tcp]
It doesn't look the packet tos is anything close to 0x20 :cry:
by etlunatic
Tue Mar 17, 2009 1:52 pm
Forum: Support
Topic: Question on peer-socket-tos
Replies: 4
Views: 7420

Re: Question on peer-socket-tos

I changed my pf.conf to this:

Code: Select all

pass out quick on $ext_if inet proto { tcp udp } from $ext_if to any tos 32 no state queue q_bittorrent 
pass out quick on $ext_if inet proto tcp from $ext_if to any tos lowdelay queue q_tcp_ack 
Still no traffic.
by etlunatic
Tue Mar 17, 2009 10:56 am
Forum: Support
Topic: Question on peer-socket-tos
Replies: 4
Views: 7420

Question on peer-socket-tos

Hi there,

I am new to transmission and I have a question about the use of the peer-socket-tos option.

In my settings.json, I have:
"peer-socket-tos": 32

I am using FreeBSD with PF and ALTQ. In my pf.conf, I have something like:
pass out quick on $ext_if inet proto { tcp udp } from $ext_if to ...