https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24045 Bug ID: 24045 Summary: Cannot open port for Z39.50 Change sponsored?: --- Product: Koha Version: 19.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Z39.50 / SRU / OpenSearch Servers Assignee: koha-bugs@lists.koha-community.org Reporter: b.pastern4k@gmail.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl For Z39 to work i followed the instructions and uncommented these blocks in koha-conf.xml <listen id="publicserver">tcp:@:nnn</listen> <server id="publicserver" listenref="publicserver">...</server> <serverinfo id="publicserver">...</serverinfo> Then i ran sudo koha-zebra --restart instance. When i try to check whether the connection is working via yaz-client -c /etc/koha/zebradb/ccl.properties localhost:$PORT/biblios i get this error Connecting...error = System (lower-layer) error: Connection refused I checked opened ports/IPs with this command sudo netstat -tuplen and could not find my port for z39 server. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.