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.
Thanks.