https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32934
--- Comment #8 from Kyle M Hall <[email protected]> --- (In reply to Brendan Lawlor from comment #7) > Is there something you need to do to start the SIP server in KTD? > > I read these docs: > https://wiki.koha-community.org/wiki/Koha_SIP2_server_setup > > I tried running this command which appears to have done something: > kohadev-koha@kohadevbox:koha(master)$ perl C4/S > IP/SIPServer.pm /etc/koha/SIPconfig.xml & > [1] 25565 > > But then when I try to connect via telnet it fails: > $ telnet localhost 6001 > Trying 127.0.0.1... > telnet: Unable to connect to remote host: Connection refused > > I ran the telnet command from a different terminal because ktd doesn't seem > to include telnet. > > I checked SIPconfig.xml and see the config for the user term1, and confirmed > that user exists when I run KTD. I think I am missing a step or doing > something wrong. In KTD, you can run the bash alias "restart_all". That should do it for you! KTD does indeed not include telnet but you can install it by running "sudo apt update && sudo apt install -y telnet". -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
