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?

TIA,

Nate


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to