On Wed, Sep 11, 2019 at 05:47:20AM +1200, David Nind wrote:
> (This is a bounced messaged sent the docs list - posting to the general
> list)
>
> Hi team,
>
> Installed 19.05 version of koha and got the subjected error when try
> starting sip. Koha is got started by using koha-sip <instance> but not able
> to stop or restart sip services. Please help
>
> root@koha:/home/koha# koha-start-sip library
> Deprecated script used (koha-start-sip)
Are you sure that your SIP server isn't running? You should be able to
tell by running these commands:
source /usr/share/koha/bin/koha-functions.sh
if is_sip_running $instance; then
echo SIP is running
else
echo SIP is not running
fi
Paul.
--
Paul Hoffman <[email protected]>
Software Manager
Fenway Library Organization
550 Huntington Ave.
Boston, MA 02115
617-989-5032
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha