https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25277
--- Comment #5 from Victor Grousset/tuxayo <[email protected]> --- For some reason I have issues to run the responder on koha-testing-docker kohadev-koha@0c6291f3563f:/kohadevbox/koha$ perl misc/z3950_responder.pl -c etc/z3950/ --debug /etc/koha/sites/kohadev/z3950/: No such file or directory Why does it wants it from /etc/koha/sites/kohadev/z3950 ? It's like -c is ignored. Same issue when using the koha-z3950-responder command. kohadev-koha@0c6291f3563f:/kohadevbox/koha$ koha-z3950-responder --start kohadev [....] Starting Z39.50/SRU daemon for kohadev:/etc/koha/sites/kohadev/z3950/: No such file or directory I'm not specifying any param here. So it would be the default config of koha-testing-docker that doesn't pass it. Or it's ignored like above. This ugly trick did it. kohadev-koha@0c6291f3563f:/kohadevbox/koha$ ln -s /kohadevbox/koha/etc/z3950/ /etc/koha/sites/kohadev/z3950 Now it can try to test. But does anyone has an idea if that's and issue of Koha or koha-testing-docker? -- 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/
