Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 531346 - app-text/groonga-4.0.7 wrong path to groonga in init script
Summary: app-text/groonga-4.0.7 wrong path to groonga in init script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Brian Evans (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-01 14:17 UTC by Marcin Mirosław
Modified: 2014-12-02 15:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Mirosław 2014-12-01 14:17:18 UTC
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.
Comment 1 Marcin Mirosław 2014-12-02 15:28:55 UTC
Thanks.