[OpenSIPS-Users] Starting OpenXCAP without any logs
CheeWii
quanwei87 at gmail.com
Sun Jan 31 12:58:24 CET 2010
Yehn~
It shows as follows:
debianNTT:~# netstat -tulnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 0.0.0.0:2049 0.0.0.0:*
LISTEN -
tcp 0 0 0.0.0.0:43202 0.0.0.0:*
LISTEN 2529/rpc.mountd
tcp 0 0 0.0.0.0:901 0.0.0.0:*
LISTEN 2540/inetd
tcp 0 0 127.0.0.1:3306 0.0.0.0:*
LISTEN 1998/mysqld
tcp 0 0 0.0.0.0:40237 0.0.0.0:*
LISTEN -
tcp 0 0 0.0.0.0:111 0.0.0.0:*
LISTEN 1501/portmap
tcp 0 0 0.0.0.0:80 0.0.0.0:*
LISTEN 3940/python
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN
2549/python
tcp 0 0 0.0.0.0:9300 0.0.0.0:*
LISTEN 2578/python
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN
1803/named
tcp 0 0 127.0.0.1:53 0.0.0.0:*
LISTEN 1803/named
tcp 0 0 0.0.0.0:22 0.0.0.0:*
LISTEN 1832/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:*
LISTEN 2192/cupsd
tcp 0 0 127.0.0.1:5432 0.0.0.0:*
LISTEN 2081/postgres
tcp 0 0 127.0.0.1:25 0.0.0.0:*
LISTEN 2470/exim4
tcp 0 0 127.0.0.1:953 0.0.0.0:*
LISTEN 1803/named
tcp 0 0 0.0.0.0:60444 0.0.0.0:*
LISTEN 1517/rpc.statd
tcp6 0 0 :::139 :::*
LISTEN 2561/smbd
tcp6 0 0 :::53 :::*
LISTEN 1803/named
tcp6 0 0 :::22 :::*
LISTEN 1832/sshd
tcp6 0 0 ::1:631 :::*
LISTEN 2192/cupsd
tcp6 0 0 ::1:5432 :::*
LISTEN 2081/postgres
tcp6 0 0 ::1:953 :::*
LISTEN 1803/named
tcp6 0 0 :::445 :::*
LISTEN 2561/smbd
udp 0 0 0.0.0.0:2049 0.0.0.0:*
-
udp 0 0 0.0.0.0:137 0.0.0.0:*
2559/nmbd
udp 0 0 0.0.0.0:137 0.0.0.0:*
2559/nmbd
udp 0 0 0.0.0.0:138 0.0.0.0:*
2559/nmbd
udp 0 0 0.0.0.0:138 0.0.0.0:*
2559/nmbd
udp 0 0 0.0.0.0:51607 0.0.0.0:*
1517/rpc.statd
udp 0 0 127.0.0.1:921 0.0.0.0:*
1818/lwresd
udp 0 0 0.0.0.0:1701 0.0.0.0:*
2607/xl2tpd
udp 0 0 0.0.0.0:34992 0.0.0.0:*
2529/rpc.mountd
udp 0 0 0.0.0.0:53 0.0.0.0:*
1803/named
udp 0 0 127.0.0.1:53 0.0.0.0:*
1803/named
udp 0 0 0.0.0.0:32831 0.0.0.0:*
1785/avahi-daemon:
udp 0 0 0.0.0.0:68 0.0.0.0:*
2731/dhclient
udp 0 0 0.0.0.0:845 0.0.0.0:*
1517/rpc.statd
udp 0 0 0.0.0.0:5353 0.0.0.0:*
1785/avahi-daemon:
udp 0 0 0.0.0.0:111 0.0.0.0:*
1501/portmap
udp 0 0 0.0.0.0:50673 0.0.0.0:*
-
udp 0 0 0.0.0.0:631 0.0.0.0:*
2192/cupsd
udp6 0 0 :::53
:::* 1803/named
udp6 0 0 :::5353
:::* 1785/avahi-daemon:
udp6 0 0 :::60280
:::* 1785/avahi-daemon:
debianNTT:~#
2010/1/31 Saúl Ibarra Corretgé <saul at ag-projects.com>
> 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
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20100131/96218b3f/attachment.htm
More information about the Users
mailing list