Bug 10665 - koha-index-daemon-ctl.sh dependency
Summary: koha-index-daemon-ctl.sh dependency
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Fridolin Somers
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-31 08:20 UTC by Fridolin Somers
Modified: 2020-06-04 20:32 UTC (History)
5 users (show)

See Also:
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 (897 bytes, patch)
2013-07-31 08:32 UTC, Fridolin Somers
Details | Diff | Splinter Review
Bug 10665 - koha-index-daemon-ctl.sh dependency (976 bytes, patch)
2013-07-31 14:58 UTC, Fridolin Somers
Details | Diff | Splinter Review
Bug 10665 - koha-index-daemon-ctl.sh dependency (1.03 KB, patch)
2013-08-08 19:52 UTC, Bernardo Gonzalez Kriegel
Details | Diff | Splinter Review
Bug 10665 - koha-index-daemon-ctl.sh dependency (1.12 KB, patch)
2013-09-13 09:15 UTC, Mason James
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.