| Summary: | app-text/groonga-4.0.7 wrong path to groonga in init script | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Marcin Mirosław <bug> |
| Component: | Current packages | Assignee: | Brian Evans (RETIRED) <grknight> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Thanks. |
I found four issues with default configuration. Two issues here: # /etc/init.d/groonga start * Caching service dependencies ... [ ok ] * Starting groonga ... * checkpath: owner `root:groonnga' not found * start-stop-daemon: /usr/sbin/groonga does not exist [ !! ] * ERROR: groonga failed to start Third: stop() { start-stop-daemon --stop --quiet --pidfile /var/spool/groonga/groonga.pid Can be path to pid file corrected to /run ? Fourth: init scripts hangs forever when I do `service groonga start`. I'm guessing that this is beacuse there are not passed any arguments to groonga when it starts.