Try to run it in the console and see if it gives you any error messages: sudo openxcap --no-fork
On 22 Sep 2009, at 20:45, Jawad hussain wrote: > > Yes it is .. > > I tried to echo "fff" in starting the server openxcap file and it is > displyable during > stating the server but then after nothing reaches to PID etc. > > Also one point is access.log file is created when I run the server > but nothing written to it. > > Yes I have python 2.6 installed. > > r...@jawad-desktop:/var/run# /etc/init.d/openxcap start > fff > Starting OpenXCAP server: openxcap . > > ---------------------------------------------------------------------------------------------------------------- > # Options for the OpenXCAP server. Do not include --pid <pidfile> > # --pid <pidfile> will be added automatically if needed. > OPTIONS="" > > NAME="openxcap" > DESC="OpenXCAP server" > > test -f $SERVER || exit 0 > > echo "fff" > > if [ "$PID" != "/var/run/openxcap/openxcap.pid" ]; then > OPTIONS="--pid $PID $OPTIONS" > fi > ------------------------------------------------------------------------------------------------------------------------- > > Regards, > jawad Hussain > > > On Tue, Sep 22, 2009 at 7:24 PM, Adrian Georgescu <a...@ag- > projects.com> wrote: > This is spooky. There should be some trace of some kind. There is > nothing helpful in your description to help you further. > > Check if you have at least installed the dependencies like python > 2.5 to start with. > > -- > Adrian > > > > > > On Sep 22, 2009, at 7:13 PM, Jawad hussain wrote: > >> >> Thanks, >> >> >> Yes I have checked there are no messages in either syslog and in >> openxcap access.log. >> >> >> >> Regards, >> Jawad Hussain >> >> >> >> On Tue, Sep 22, 2009 at 6:35 PM, Adrian Georgescu <a...@ag- >> projects.com> wrote: >> Do you see any messages in /var/log/syslog? >> >> -- >> Adrian >> >> >> >> >> >> On Sep 22, 2009, at 6:12 PM, Jawad hussain wrote: >> >>> >>> Hi, >>> >>> I want to use OpenXcap as an integrated presence server with >>> OpenSIPS and I have just managed to get openxcap >>> installed from debian repository but the problem is this when i >>> just start this standalone server it seems that server get started >>> but actually its not no pid exist and no process, can anybody >>> suggest how to proceed. >>> >>> r...@jawad-desktop:/opt/ >>> opensips/opensips_1_5# /etc/init.d/openxcap restart >>> >>> Stopping OpenXCAP server: openxcap . >>> Starting OpenXCAP server: openxcap >>> >>> -- >>> Regards >>> Jawad Hussain >>> _______________________________________________ >>> Users mailing list >>> [email protected] >>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users >> >> >> >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users -- Dan _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
