Re: Tor server crashes on a Linksys WRT54GL

2007-03-14 Thread Roger Dingledine
On Wed, Mar 14, 2007 at 07:57:24AM +0100, Mark Furner wrote: I am experimenting with a tor server on my Linux router, but it starts 5 processes and hogs all my CPU before crashing. Try the 0.1.2.10-rc release -- it will start only 2 processes and then hog all your cpu. ;) I am using a

Re: Tor server crashes on a Linksys WRT54GL

2007-03-14 Thread Dave Page
On Wed, Mar 14, 2007 at 03:20:15AM -0400, Roger Dingledine wrote: I am using a Linksys WRT54GL with OpenWRT (White Russian RC6). How much ram does your linksys have? I hear they have been selling them with less and less ram to discourage people from using them for anything, so the newer it

Re: Tor server crashes on a Linksys WRT54GL

2007-03-14 Thread Alexander W. Janssen
Well what you could do is remote-debugging. Follow instructions to build gdb-sever for OpenWRT: http://forum.openwrt.org/viewtopic.php?pid=29712 Install gdb-server Run gdb-server on your WRT: # gdb-server $ip:12345 /path/to/tor $myoptions (Tor won't start immediately but will wait for a cont

Tor server crashes on a Linksys WRT54GL

2007-03-13 Thread Mark Furner
Hello I am experimenting with a tor server on my Linux router, but it starts 5 processes and hogs all my CPU before crashing. I am using a Linksys WRT54GL with OpenWRT (White Russian RC6). An nmap scan did not show the port open (I have opened TCP ports 9001 and 9030 on my firewall). Any tips