[OpenSIPS-Devel] openxcap does not start with python-application 1.2.2

Juha Heinanen jh at tutpro.com
Tue Feb 16 03:52:55 CET 2010


latest openxcap version 1.1.2 starts fine in daemon mode IF
python-application is version 1.1.5:

# /etc/init.d/openxcap start
Starting OpenXCAP server: openxcap Feb 16 04:49:05 localhost openxcap[8866]: Log opened.
Feb 16 04:49:05 localhost openxcap[8866]: Starting OpenXCAP 1.1.2
.
Feb 16 04:49:06 localhost openxcap[8866]: Trusted peers: 127.0.0.1
Feb 16 04:49:06 localhost openxcap[8866]: xcap.server.HTTPFactory starting on 8080
Feb 16 04:49:06 localhost openxcap[8866]: 5 xcap documents in the database

if i upgrade python-application to latest version 1.2.2, openxcap does
not anymore start in daemon mode:

dpkg -i python-application_1.2.2_all.deb 
(Reading database ... 87152 files and directories currently installed.)
Preparing to replace python-application 1.1.5 (using python-application_1.2.2_all.deb) ...
Unpacking replacement python-application ...
Setting up python-application (1.2.2) ...
Processing triggers for python-support ...

root at rautu:/usr/src# /etc/init.d/openxcap stop
Stopping OpenXCAP server: openxcap .
root at rautu:/usr/src# Feb 16 04:50:37 localhost openxcap[8866]: Received SIGTERM, shutting down.
Feb 16 04:50:37 localhost openxcap[8866]: (Port 8080 Closed)
Feb 16 04:50:37 localhost openxcap[8866]: Main loop terminated.

root at rautu:/usr/src# /etc/init.d/openxcap start
Starting OpenXCAP server: openxcap .

and does not report anything to syslog.  it does start in no-fork mode:

root at rautu:/usr/src# openxcap --no-fork
Starting OpenXCAP 1.1.2
Trusted peers: 127.0.0.1
xcap.server.HTTPFactory starting on 8080
5 xcap documents in the database

-- juha



More information about the Devel mailing list