Search found 4 matches

by Drey.Tee
Tue Jan 04, 2011 8:55 am
Forum: Web Interface
Topic: [HELP] Web Interface Can't Start
Replies: 12
Views: 40091

Re: [HELP] Web Interface Can't Start

Doh!

I forgot this simple true:
That's because only root can bind to ports < 1024.
changed to 6666 and ran okay!
Thanks .. to me and internet)

[upd]
Ran okay, but can't connect to 6666 via browser.
Connected via telnet and got:
Trying 192.168.1.3...
Connected to k.
Escape character is '^]'.
GET ...
by Drey.Tee
Tue Jan 04, 2011 8:53 am
Forum: Web Interface
Topic: [SOLVED] rpc doesn't listen when launched as nonroot user
Replies: 4
Views: 8089

Re: bug. rpc doesn't listen when launched as non root user

Longinus00 wrote:That's because only root can bind to ports < 1024.
DOh!
Thanks, forgot! :D
by Drey.Tee
Tue Jan 04, 2011 8:39 am
Forum: Web Interface
Topic: [HELP] Web Interface Can't Start
Replies: 12
Views: 40091

Re: [HELP] Web Interface Can't Start

okay, i changed IP addressess syntax and in foreground daemon starts тщкьфдднЖ
# transmission-daemon -a 192.168.1.34,192.168.1.35 -r 192.168.1.3 --no-auth -p 666 --watch-dir /data/torrents --incomplete-dir /data/torrents/incomplete --download-dir /data/downloads -f
[16:45:04.858] Transmission 2.04 ...
by Drey.Tee
Tue Jan 04, 2011 8:11 am
Forum: Web Interface
Topic: [HELP] Web Interface Can't Start
Replies: 12
Views: 40091

Re: [HELP] Web Interface Can't Start

Hello! I'm experiencing this problem too and can't fix it.
/etc/rc.conf string for start daemon:
transmission_flags="-a 192.168.1.*,127.0.0.* -r 192.168.1.3 -p 666 --watch-dir /data/torrents --incomplete-dir /data/torrents/incomplete --download-dir /data/downloads -e /var/log/transmission.log ...