On 3/21/06, Nathaniel Villaume <[EMAIL PROTECTED]> wrote: > Hi, > I'm having problem running tracd on linux hosted by VmWare on a W2K > machine. I installed all the software without problem. (I built > sqlite-3.3.4, pysqlite-2.1.3, clearsilver-0.10.3). I installed tracd > 0.9.4 and set up my environment. I'm using subversion 1.1.4-1, the > default svn that comes with FC3. (there appear to be python bindings in > /lib/python2.3/site-packages/svn/ ) > > When I try to run tracd, ( tracd -p 8000 /trac.env.d ), I can't connect > to the server from my web browser. > I use http://localhost:8000 (The web-browser and tracd are both running > on Linux. ) > > I tried completely disabling my iptables. I tried opening ports on the > Windows firewall. I don't know if it's a VmWare sockets issue. Here's > what netstat reports while I'm trying to connect with my web browser to > the tracd. > `netstat -a | grep 8000` shows: > tcp 0 0 *:8000 *:* LISTEN <-- tracd > tcp 0 1 192.168.255.128:41789 localhost:8000 SYN_SENT <-- FireFox > > Has anyone had a similar problem? what was your solution?
I run trac under a vmware hosted system regularly though my system runs Linux and I run FreeBSD inside of vmware. Access from other systems works just fine. Without knowing more about your vmware configuration, it would be difficult to say exactly what's going on. But I do have some questions which may or may not help ;-) Where is the browser running? On the hosted linux system? Or somewhere else? Have you tried to turn on logging in the trac.ini file? Can you run nmap (something like "sudo nmap -sT -O localhost") to see that TCP port is opened? Have you tried specifying a port to tracd? As in "tracd --port 8182 /path/to/trac/env" and then browsing to http://localhost:8182? - Peter _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
