Hi Alex, Typically the init file do check if the binary does exits - something like : test -f $DAEMON || exit 0
Check if the $DAEMON points to the proper binary. Regards, Bogdan Alex G wrote: > am sure i am running the start command correctly. all chmod > permissions are correct, default file is in etc/default, am sure the > daemon variable is pointing to the correct directory for opensips > > i am getting some ouput from the init script, just is not starting it > > > > On Wed, Aug 26, 2009 at 10:10 AM, Iñaki Baz Castillo <[email protected] > <mailto:[email protected]>> wrote: > > 2009/8/26 Alex G <[email protected] > <mailto:[email protected]>>: > > There's no pid. Something is still missing in the init file. If > I'm at > > least getting output from the script, this means the daemon check is > > succeeding. > > Ensure you run: > > /etc/init.d/openser start > > > > -- > Iñaki Baz Castillo > <[email protected] <mailto:[email protected]>> > > _______________________________________________ > Users mailing list > [email protected] <mailto:[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
