[Bug 36548] New: koha-zebra should fix ownership on /var/run/koha/instancename files
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Bug ID: 36548 Summary: koha-zebra should fix ownership on /var/run/koha/instancename files Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Packaging Assignee: koha-bugs@lists.koha-community.org Reporter: aleisha@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org CC: mtj@kohaaloha.com koha-zebra is unable to stop and start a zebra process if ownership on /var/run/koha/instancename is wrong it already checks permissions on the relevant log files, it should also check on this directory -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |aleisha@catalyst.net.nz |ity.org | Status|NEW |ASSIGNED Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 --- Comment #1 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Created attachment 164525 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164525&action=edit Bug 36548: koha-zebra should fix ownership on /var/run/koha/instancename files This patch ensures the /var/run/koha/instancename/* files are owned by instancename-koha so zebra can start and stop as expected. To test, confirm that: 1. starting and stopping zebra using `koha-zebra` works as expected 2. all files in /var/run/koha/instancename/ are owned by instancename-koha Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 --- Comment #2 from Aleisha Amohia <aleisha@catalyst.net.nz> --- *** Bug 30260 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Using KTD, the patch also changes the permissions for the file z3950-responder.pid - they are root before the patch is applied. I don't know what effect this will have, or whether it is currently incorrect. Happy to sign off if you consider there are no issues. Z3950-responder information: https://wiki.koha-community.org/wiki/Setting_up_the_Z39.50_and_SRU_Server Before the patch (using KTD), the permissions are: ls -la /var/run/koha/kohadev/ total 60 drwxr-xr-x 4 kohadev-koha kohadev-koha 4096 May 2 23:04 . drwxr-xr-x 3 root root 4096 May 2 22:58 .. drwxr-xr-x 2 kohadev-koha kohadev-koha 4096 May 2 22:58 authorities srw-rw-rw- 1 kohadev-koha kohadev-koha 0 May 2 22:59 authoritysocket drwxr-xr-x 2 kohadev-koha kohadev-koha 4096 May 2 22:58 biblios srw-rw-rw- 1 kohadev-koha kohadev-koha 0 May 2 22:59 bibliosocket -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-indexer.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-indexer.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:58 kohadev-koha-sip.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-worker.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-worker-long_tasks.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-worker-long_tasks.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-worker.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-zebra.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-zebra.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:58 plack.pid srwxr-xr-x 1 kohadev-koha kohadev-koha 0 May 2 22:58 plack.sock -rw-r--r-- 1 root root 4 May 2 22:59 z3950-responder.pid After the patch, the permissions (after stopping and restarting Zebra) are: ls -la /var/run/koha/kohadev/ total 60 drwxr-xr-x 4 kohadev-koha kohadev-koha 4096 May 2 23:05 . drwxr-xr-x 3 root root 4096 May 2 22:58 .. drwxr-xr-x 2 kohadev-koha kohadev-koha 4096 May 2 22:58 authorities srw-rw-rw- 1 kohadev-koha kohadev-koha 0 May 2 23:05 authoritysocket drwxr-xr-x 2 kohadev-koha kohadev-koha 4096 May 2 22:58 biblios srw-rw-rw- 1 kohadev-koha kohadev-koha 0 May 2 23:05 bibliosocket -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-indexer.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-indexer.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:58 kohadev-koha-sip.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-worker.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-worker-long_tasks.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-worker-long_tasks.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:59 kohadev-koha-worker.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 23:05 kohadev-koha-zebra.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 23:05 kohadev-koha-zebra.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 May 2 22:58 plack.pid srwxr-xr-x 1 kohadev-koha kohadev-koha 0 May 2 22:58 plack.sock -rw-r--r-- 1 kohadev-koha kohadev-koha 4 May 2 22:59 z3950-responder.pid -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 --- Comment #4 from David Nind <david@davidnind.com> --- More information from when trying to restart the z3950 responder: sudo koha-z3950-responder --restart kohadev Restarting Z39.50/SRU daemon for kohadev:Stopping Z39.50/SRU daemon for kohadev:start-stop-daemon: matching only on non-root pidfile /var/run/koha/kohadev/z3950-responder.pid is insecure failed! failed! If I change it back to being owned by root, it restarts as normal: sudo koha-z3950-responder --restart kohadev Restarting Z39.50/SRU daemon for kohadev:Stopping Z39.50/SRU daemon for kohadev:. Starting Z39.50/SRU daemon for kohadev:. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus@libriotech.no --- Comment #5 from Magnus Enger <magnus@libriotech.no> --- Should this be FQA? Sounds like it to me. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #6 from Magnus Enger <magnus@libriotech.no> --- (In reply to Magnus Enger from comment #5)
Should this be FQA? Sounds like it to me.
No response in ~4 months, setting to FQA. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #164525|0 |1 is obsolete| | --- Comment #7 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Created attachment 174390 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174390&action=edit Bug 36548: koha-zebra should fix ownership on /var/run/koha/instancename files This patch ensures the /var/run/koha/instancename/* files are owned by instancename-koha so zebra can start and stop as expected. Note: /var/run/koha/instancename/z3950-responder.pid must be owned by root:root but the rest should be owned by instancename-koha To test, confirm that: 1. starting and stopping zebra using `koha-zebra` works as expected 2. all files in /var/run/koha/instancename/ are owned by instancename-koha Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This patch ensures the release notes| |relevant | |/var/run/koha/instancename/ | |* files are owned by | |instancename-koha so the | |zebra service can start and | |stop as expected. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #174390|0 |1 is obsolete| | --- Comment #8 from David Nind <david@davidnind.com> --- Created attachment 175586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175586&action=edit Bug 36548: koha-zebra should fix ownership on /var/run/koha/instancename files This patch ensures the /var/run/koha/instancename/* files are owned by instancename-koha so zebra can start and stop as expected. Note: /var/run/koha/instancename/z3950-responder.pid must be owned by root:root but the rest should be owned by instancename-koha To test, confirm that: 1. starting and stopping zebra using `koha-zebra` works as expected 2. all files in /var/run/koha/instancename/ are owned by instancename-koha Sponsored-by: Catalyst IT Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This patch ensures the |This ensures the relevant release notes|relevant |/var/run/koha/instancename/ |/var/run/koha/instancename/ |* files are owned by |* files are owned by |instancename-koha so the |instancename-koha so the |Zebra service can start and |zebra service can start and |stop as expected. |stop as expected. | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com, tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |tomascohen@gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #9 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- It is a bit weird to see 'plack' here. I see two options. 1) Explicitly name Zebra-related things: * /var/lib/koha/{name}/authorities * /var/lib/koha/{name}/authoritysocket * /var/lib/koha/{name}/biblios * /var/lib/koha/{name}/bibliosocket * /var/lib/koha/{name}/{name}-koha-zebra.clientpid * /var/lib/koha/{name}/{name}-koha-zebra.pid 2) Add some function in `koha-functions.sh` that fixes permissions (pretty much the way `koha-create-dirs` does. The reason for (2) is why do it in koha-zebra and not on every startup script? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 --- Comment #10 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (In reply to Aleisha Amohia from comment #7)
Note: /var/run/koha/instancename/z3950-responder.pid must be owned by root:root but the rest should be owned by instancename-koha
This is annoying isn't it. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175586|0 |1 is obsolete| | --- Comment #11 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Created attachment 186349 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186349&action=edit Bug 36548: koha-zebra should fix ownership on /var/run/koha/instancename files This patch ensures the zebra-related /var/run/koha/instancename/* files are owned by instancename-koha so zebra can start and stop as expected. Note: /var/run/koha/instancename/z3950-responder.pid must be owned by root:root but the rest should be owned by instancename-koha To test, confirm that: 1. starting and stopping zebra using `koha-zebra` works as expected 2. all files in /var/run/koha/instancename/ are owned by instancename-koha Sponsored-by: Catalyst IT Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 --- Comment #12 from Aleisha Amohia <aleisha@catalyst.net.nz> --- (In reply to Tomás Cohen Arazi (tcohen) from comment #9)
It is a bit weird to see 'plack' here.
I see two options.
1) Explicitly name Zebra-related things:
* /var/lib/koha/{name}/authorities * /var/lib/koha/{name}/authoritysocket * /var/lib/koha/{name}/biblios * /var/lib/koha/{name}/bibliosocket * /var/lib/koha/{name}/{name}-koha-zebra.clientpid * /var/lib/koha/{name}/{name}-koha-zebra.pid
2) Add some function in `koha-functions.sh` that fixes permissions (pretty much the way `koha-create-dirs` does.
The reason for (2) is why do it in koha-zebra and not on every startup script?
Thanks Tomas, I opted for Option 1 for the sake of moving this along, but it would be great to open a bug report for Option 2 to affect other scripts. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 --- Comment #13 from David Nind <david@davidnind.com> --- I've finally retested! The only thing I noted is that the authorities and biblios directories aren't changed. If that is not an issue, then I'm happy to sign off. Testing notes (using KTD): 1. Start up KTD: ktd up 2. Access the shell: ktd --shell 3. List the files and note the permissions: ls -la /var/run/koha/kohadev/ [1] 4. Change the ownership of all the files--except z3950-responder.pid--in /var/run/koha/kohadev to root [2] 5. Restart Zebra: sudo koha-zebra --restart kohadev 6. Only the kohadev-koha-zebra.clientpid and kohadev-koha-zebra.pid files are changed back to being owned by kohadev-koha 7. Apply the patch and restart everything 8. Ownership changed for all files EXCEPT: - authorities and biblios (these are directories, and are empty for me) - z3950-responder.pid (needs to be owned by root) [1] Folder ownership after KTD has started up ============================================= ls -la /var/run/koha/kohadev/ total 64 drwxr-xr-x 4 kohadev-koha kohadev-koha 4096 Dec 26 21:01 . drwxr-xr-x 3 root root 4096 Dec 26 21:00 .. drwxr-xr-x 2 kohadev-koha kohadev-koha 4096 Dec 26 21:00 authorities srw-rw-rw- 1 kohadev-koha kohadev-koha 0 Dec 26 21:01 authoritysocket drwxr-xr-x 2 kohadev-koha kohadev-koha 4096 Dec 26 21:00 biblios srw-rw-rw- 1 kohadev-koha kohadev-koha 0 Dec 26 21:01 bibliosocket -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 21:01 kohadev-koha-indexer.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 21:01 kohadev-koha-indexer.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 4 Dec 26 21:01 kohadev-koha-sip.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 4 Dec 26 21:01 kohadev-koha-sip.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 21:01 kohadev-koha-worker.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 21:01 kohadev-koha-worker-long_tasks.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 21:01 kohadev-koha-worker-long_tasks.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 21:01 kohadev-koha-worker.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 21:01 kohadev-koha-zebra.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 21:01 kohadev-koha-zebra.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 21:01 plack.pid srwxr-xr-x 1 kohadev-koha kohadev-koha 0 Dec 26 21:01 plack.sock -rw-r--r-- 1 root root 4 Dec 26 21:01 z3950-responder.pid [2] Before the patch, after changing ownership and restarting Zebra =================================================================== Change everything to root: - sudo chown root:root /var/run/koha/kohadev/kohadev - sudo chown root:root /var/run/koha/kohadev/plack* - sudo chown root:root /var/run/koha/kohadev/authorit* - sudo chown root:root /var/run/koha/kohadev/biblios* Restart Zebra: sudo koha-zebra --restart kohadev ls -la /var/run/koha/kohadev/ total 64 drwxr-xr-x 4 kohadev-koha kohadev-koha 4096 Dec 26 21:38 . drwxr-xr-x 3 root root 4096 Dec 26 21:00 .. drwxr-xr-x 2 root root 4096 Dec 26 21:00 authorities srw-rw-rw- 1 kohadev-koha kohadev-koha 0 Dec 26 21:38 authoritysocket drwxr-xr-x 2 root root 4096 Dec 26 21:00 biblios srw-rw-rw- 1 kohadev-koha kohadev-koha 0 Dec 26 21:38 bibliosocket -rw-r--r-- 1 root root 5 Dec 26 21:01 kohadev-koha-indexer.clientpid -rw-r--r-- 1 root root 5 Dec 26 21:01 kohadev-koha-indexer.pid -rw-r--r-- 1 root root 4 Dec 26 21:01 kohadev-koha-sip.clientpid -rw-r--r-- 1 root root 4 Dec 26 21:01 kohadev-koha-sip.pid -rw-r--r-- 1 root root 5 Dec 26 21:01 kohadev-koha-worker.clientpid -rw-r--r-- 1 root root 5 Dec 26 21:01 kohadev-koha-worker-long_tasks.clientpid -rw-r--r-- 1 root root 5 Dec 26 21:01 kohadev-koha-worker-long_tasks.pid -rw-r--r-- 1 root root 5 Dec 26 21:01 kohadev-koha-worker.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 21:38 kohadev-koha-zebra.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 21:38 kohadev-koha-zebra.pid -rw-r--r-- 1 root root 5 Dec 26 21:01 plack.pid srwxr-xr-x 1 root root 0 Dec 26 21:01 plack.sock -rw-r--r-- 1 root root 4 Dec 26 21:01 z3950-responder.pid After the patch, after changing ownership and restarting Zebra ============================================================== After applying the patch and restarting everything (which includes Zebra): - ownership of the authorities and biblios directories aren't changed - ownership of z3950-responder.pid isn't changed (as expected) ls -la /var/run/koha/kohadev/ total 64 drwxr-xr-x 4 kohadev-koha kohadev-koha 4096 Dec 26 22:13 . drwxr-xr-x 3 root root 4096 Dec 26 21:00 .. drwxr-xr-x 2 root root 4096 Dec 26 21:00 authorities srw-rw-rw- 1 kohadev-koha kohadev-koha 0 Dec 26 22:13 authoritysocket drwxr-xr-x 2 root root 4096 Dec 26 21:00 biblios srw-rw-rw- 1 kohadev-koha kohadev-koha 0 Dec 26 22:13 bibliosocket -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 22:13 kohadev-koha-indexer.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 22:13 kohadev-koha-indexer.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 22:13 kohadev-koha-sip.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 22:13 kohadev-koha-sip.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 22:13 kohadev-koha-worker.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 22:13 kohadev-koha-worker-long_tasks.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 22:13 kohadev-koha-worker-long_tasks.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 22:13 kohadev-koha-worker.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 22:13 kohadev-koha-zebra.clientpid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 22:13 kohadev-koha-zebra.pid -rw-r--r-- 1 kohadev-koha kohadev-koha 5 Dec 26 22:13 plack.pid srwxr-xr-x 1 kohadev-koha kohadev-koha 0 Dec 26 22:13 plack.sock -rw-r--r-- 1 root root 4 Dec 26 22:13 z3950-responder.pid -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36548 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #14 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Failing to raise attention for David's question in comment 13 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org