]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/search/discussion.mdwn
web commit by tschwinge: I'm running Debian unstable, not testing.
[ikiwiki.git] / doc / plugins / search / discussion.mdwn
1 I enabled this plugin, but I keep getting the following error message
2 every time I refresh or rebuild the wiki:
3
4     updating hyperestraier search index
5     estcmd: ERROR: /home/wiki/wiki/.ikiwiki/hyperestraier: database problem
6     estcmd gather -cm -bc -cl -sd -cl /home/wiki/wiki/.ikiwiki/hyperestraier - exited nonzero: 256
7     done
8
9 Nevertheless, searching for pages works as expected, as far as I can tell.
10
11 --[[tschwinge]]
12
13 Have you upgraded hyperestradier since setting up the wiki? Apparently it
14 breaks a lot when it's upgraded, I find I often have to re-run ikiwiki
15 -setup after upgrading hyperestradier to force it to rebuilt its database,
16 then incremental updates work again for a while. This is one of the reasons
17 I want to change to a different search backend. --[[Joey]]
18
19 It was a completely fresh, completely untouched, unconfigured installation
20 of hyperestrainer (Debian unstable on hurd-i386).
21 Even when running an `ikiwiki --setup [...] --rebuild` I get this:
22
23     [...]
24     rendering templates/note.mdwn
25     rendering templates/popup.mdwn
26     updating hyperestraier search index
27     estcmd: ERROR: /home/wiki/wiki/.ikiwiki/hyperestraier: database problem
28     estcmd gather -cm -bc -cl -sd -cl /home/wiki/wiki/.ikiwiki/hyperestraier - exited nonzero: 256
29     done
30
31 Now I did a `rm -rf ~wiki/wiki/.ikiwiki/hyperestraier` and re-ran
32 `ikiwiki --setup [...] --rebuild`:
33
34     [...]
35     rendering templates/note.mdwn
36     rendering templates/popup.mdwn
37     updating hyperestraier search index
38     estcmd: ERROR: /home/wiki/wiki/.ikiwiki/hyperestraier: database problem
39     $ echo $?
40     141
41
42 `--rebuild`ing once more, I'm back to the previous error message.
43
44 --[[tschwinge]]