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 ... r...@rautu:/usr/src# /etc/init.d/openxcap stop Stopping OpenXCAP server: openxcap . r...@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. r...@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: r...@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 _______________________________________________ Devel mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/devel
