From docs list: Deprecated script used (koha-start-sip)
(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) Thanks & Regards, Nidheesh Madhavan | Manager - Professional Services 1075-A, 10th Main, HAL 2nd Stage, Indiranagar, Bangalore - 560 008 T: +91 80 4112 3437 | M: +91 98407 24495 | F: +91 80 6688 6277 Skype: cp.nidheesh Edutech India<http://www.edutechindia.com/> | LinkedIn< http://www.linkedin.com/company/edutech> | Twitter< http://www.twitter.com/EdutechIndia> | Facebook< https://www.facebook.com/EdutechIN> | Youtube< https://www.youtube.com/channel/UCaEFU0Cf-eAM9NeeGA8t9gg>
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 <paul@flo.org> Software Manager Fenway Library Organization 550 Huntington Ave. Boston, MA 02115 617-989-5032
participants (2)
-
David Nind -
Paul Hoffman