19 Feb
2025
19 Feb
'25
7:01 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39160 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- If you *really* want to confirm this does what I say it does, you're going to have to use "strace" to examine the kernel syscalls the starman worker is making when it starts up. Specifically, you'll be looking to make sure that it doesn't do things like this: newfstatat(AT_FDCWD, "/usr/local/lib/site_perl/Mojolicious/Plugin/Mojolicious/Plugin/OAuth2.pm", 0x7ffd205204e0, 0) = -1 ENOENT (No such file or directory) -- You are receiving this mail because: You are watching all bug changes.