Bug 10665

Summary: koha-index-daemon-ctl.sh dependency
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: Architecture, internals, and plumbingAssignee: Fridolin Somers <fridolin.somers>
Status: CLOSED WONTFIX QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: bgkriegel, katrin.fischer, martin.renvoize, mtj, tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23241
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 10665 - koha-index-daemon-ctl.sh needs mysql dependency
Bug 10665 - koha-index-daemon-ctl.sh dependency
Bug 10665 - koha-index-daemon-ctl.sh dependency
Bug 10665 - koha-index-daemon-ctl.sh dependency

Description Fridolin Somers 2013-07-31 08:20:51 UTC
koha-index-daemon-ctl.sh is a init script for koha-index-daemon from Koha::Contrib::Tamil::IndexerDaemon.
When starting system, this script needs to be started after the MySQL server because it uses it to access to Koha database.
Comment 1 Fridolin Somers 2013-07-31 08:32:20 UTC Comment hidden (obsolete)
Comment 2 Fridolin Somers 2013-07-31 14:58:16 UTC Comment hidden (obsolete)
Comment 3 Bernardo Gonzalez Kriegel 2013-08-08 19:52:23 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2013-08-25 17:27:40 UTC
Looks like a small change - is there an easy way to verify the effect?
Comment 5 Mason James 2013-09-13 09:15:13 UTC
Created attachment 21074 [details] [review]
Bug 10665 - koha-index-daemon-ctl.sh dependency

The daemon koha-index-daemon needs a connexion to MySQL server.
This patch sets start dependance to "all" in order to wait for local MySQL server or not wait if using a remote MySQL server.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Small fix, no errors.
Signed-off-by: Mason James <mtj@kohaaloha.com>
Comment 6 Mason James 2013-09-13 09:18:32 UTC
(In reply to Katrin Fischer from comment #4)
> Looks like a small change - is there an easy way to verify the effect?

hmmmmm, a great question! ^^
Comment 7 Martin Renvoize 2019-07-01 09:46:36 UTC
We've had an indexing daemon in koha for years now.. do we really still need this confusing/misleading script in community koha at all?

I've opened a new bug to discuss #23241 and am going to mark this one as wontfix.