Hi, El 30/01/10 15:14, CheeWii escribió: > Hi! > I have Installed Openxcap ,Soap-Simple-proxy,and Opensips-mi-proxy > following the instruction from http://openxcap.org/wiki/Installation ,my > system is debian 5.0_64,so I used the method of " apt-get install ***"; > After I finished installation,I use "ps -ef|grep ***" to check the > running process. There is no Openxcap process. > I retried: /etc/init.d/openxcap start > Openxcap is still not runing. > Then I look up the log ,/var/log/syslog and > /var/log/openxcap/access.log;there is not any log about openxcap! > What wrong with me ?? > I retried: /usr/bin/openxcap --no-log > Then It shows: > debianNTT:/usr/bin# ./openxcap --no-fork > Starting OpenXCAP 1.1.2 > Trusted peers: 192.168.0.129 > xcap.server.HTTPFactory starting on 80 > But I tried :/usr/bin/openxcap > It shows: > debianNTT:/usr/bin# ./openxcap > debianNTT:/usr/bin# > debianNTT:/usr/bin# ps -ef|grep openxcap > root 6340 5929 0 22:14 pts/2 00:00:00 grep openxcap > debianNTT:/usr/bin# > No any log exist~ What can I do for this ? I have installed successfully > in debian_32 before.. Is it some wrong about debian_64?? > Thanks a lot! >
When you start OpenXCAP with ./openxcap --no-fork are you able to connect? You are using port 80, can you check that nothing is listening in that port also? Can you do netstat -tulnp and see who is listening on port 80 after you start OpenXCAP in no-fork mode? Regards, -- Saúl Ibarra Corretgé AG Projects _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
