Search found 4 matches

by awk
Tue Dec 30, 2008 11:05 am
Forum: Support
Topic: [SOLVED] daemon hangs; doesn't run without -f
Replies: 17
Views: 18109

Re: Transmission daemon

transmission-daemon -a 127.0.0* -f
Transmission 1.41b4 (7408) started
This is all I get, not all the extra text
by awk
Mon Dec 29, 2008 10:55 pm
Forum: Support
Topic: [SOLVED] daemon hangs; doesn't run without -f
Replies: 17
Views: 18109

Re: Transmission daemon

Thank you so much for a quick reply.

Everything just hangs, and this is the parameter I run the daemon

transmission-daemon -a 127.0.0*,10.*

and curl just keeps connecting and same with wget, both localhost and same lan.

As for ldd

$ ldd /usr/local/bin/transmission-daemon
librt.so.1 => /lib ...
by awk
Mon Dec 29, 2008 8:26 pm
Forum: Support
Topic: [SOLVED] daemon hangs; doesn't run without -f
Replies: 17
Views: 18109

Re: Transmission daemon

Hi and thanks for the reply.

There is nothing running on port 9091

netstat -an | grep LISTEN | grep 9091

returns nothing, but when transmission is running, it does return :


# netstat -an | grep LISTEN | grep 9091
*.9091 *.* 0 0 49152 0 LISTEN


But I still can't get to the web interface ...
by awk
Sun Dec 21, 2008 1:59 am
Forum: Support
Topic: [SOLVED] daemon hangs; doesn't run without -f
Replies: 17
Views: 18109

[SOLVED] daemon hangs; doesn't run without -f

Hi everyone,

I have now compiled transmission on Nexenta (Open Solaris clone) successfully, and installed it successfully.

I have a problem getting to the web interface or actually making transmission-daemon do anything.

I get it to start with -f so I should be getting something but all I am ...