https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28276
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Victor Grousset/tuxayo <[email protected]> --- Error: «Starting Z39.50/SRU daemon for kohadev:Global symbol "$file" requires explicit package name (did you forget to declare "my $file"?) at /kohadevbox/koha/Koha/Config.pm line 36.» I guess there should be simple quotes right? Test results: Is that what should be expected? (less reads but still multiple) ==================== Before patch ======================== ==================== restart ============================= root@kohadevbox:kohadevbox$ restart_all Restarting Apache httpd web server: apache2. Restarting Koha ILS: koha-commonStopping Plack daemon for kohadev:. Error: Z39.50/SRU not running for kohadev: failed! Stopping Koha worker daemon for kohadev:. Stopping Koha indexing daemon for kohadev:. Starting Plack daemon for kohadev:. Starting Z39.50/SRU daemon for kohadev:read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. . Starting Koha worker daemon for kohadev:. Starting Koha indexing daemon for kohadev:. ==================== logs ======================== ==> /var/log/koha/kohadev/plack-error.log <== read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. ==> /var/log/koha/kohadev/sip-output.log <== read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. ==> /var/log/koha/kohadev/indexer-output.log <== read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. ==> /var/log/koha/kohadev/worker-output.log <== read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. ==> /var/log/koha/kohadev/indexer-output.log <== read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. ==================== After patch ======================== ==================== restart ============================= root@kohadevbox:kohadevbox$ restart_all Restarting Apache httpd web server: apache2. Restarting Koha ILS: koha-commonStopping Plack daemon for kohadev:. Stopping Z39.50/SRU daemon for kohadev:. Stopping Koha worker daemon for kohadev:. Stopping Koha indexing daemon for kohadev:. Starting Plack daemon for kohadev:. Starting Z39.50/SRU daemon for kohadev:read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. . Starting Koha worker daemon for kohadev:. Starting Koha indexing daemon for kohadev:. ==================== logs ======================== ==> /var/log/koha/kohadev/plack-error.log <== Process Backgrounded 2021/05/03-19:36:13 Starman::Server (type Net::Server::PreFork) starting! pid(3537) Binding to UNIX socket file "/var/run/koha/kohadev/plack.sock" Setting gid to "1000 1000" Setting uid to "1000" Starman: Accepting connections at unix://localhost:/var/run/koha/kohadev/plack.sock/ read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. ==> /var/log/koha/kohadev/sip-output.log <== read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. ==> /var/log/koha/kohadev/indexer-output.log <== read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. ==> /var/log/koha/kohadev/worker-output.log <== read_from_file($file)####################### at /kohadevbox/koha/Koha/Config.pm line 36. -- 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/
