]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/search/discussion.mdwn
web commit by tschwinge: I'm running Debian unstable, not testing.
[ikiwiki.git] / doc / plugins / search / discussion.mdwn
index 55a239963af0feb54319f94ad6b80ced7e167b8c..494d0a38ac5f2241baeed3521cdbf6ee1cd2e823 100644 (file)
@@ -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]]