X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/450ce26d683f1152f3c0b3fbc08f60637c0dbf38..64a8c828b8cfa342118dd6e28b9dff43d83c6311:/doc/plugins/search/discussion.mdwn diff --git a/doc/plugins/search/discussion.mdwn b/doc/plugins/search/discussion.mdwn index 55a239963..494d0a38a 100644 --- a/doc/plugins/search/discussion.mdwn +++ b/doc/plugins/search/discussion.mdwn @@ -17,7 +17,7 @@ then incremental updates work again for a while. This is one of the reasons I want to change to a different search backend. --[[Joey]] It was a completely fresh, completely untouched, unconfigured installation -of hyperestrainer (Debian testing on hurd-i386). +of hyperestrainer (Debian unstable on hurd-i386). Even when running an `ikiwiki --setup [...] --rebuild` I get this: [...] @@ -28,4 +28,17 @@ Even when running an `ikiwiki --setup [...] --rebuild` I get this: estcmd gather -cm -bc -cl -sd -cl /home/wiki/wiki/.ikiwiki/hyperestraier - exited nonzero: 256 done +Now I did a `rm -rf ~wiki/wiki/.ikiwiki/hyperestraier` and re-ran +`ikiwiki --setup [...] --rebuild`: + + [...] + rendering templates/note.mdwn + rendering templates/popup.mdwn + updating hyperestraier search index + estcmd: ERROR: /home/wiki/wiki/.ikiwiki/hyperestraier: database problem + $ echo $? + 141 + +`--rebuild`ing once more, I'm back to the previous error message. + --[[tschwinge]]