diff options
author | Joey Hess <joey@kitenet.net> | 2008-06-13 10:41:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-06-13 10:41:25 -0400 |
commit | cdd48716be35fbc3c9351f7d46a4e4bed29bac21 (patch) | |
tree | 59d0bfe1b40041de07642c6366de1154fdb2d565 /doc/bugs | |
parent | d59b565b530c7334e24bf0ff2dbfcd76785000c6 (diff) | |
download | ikiwiki-cdd48716be35fbc3c9351f7d46a4e4bed29bac21.tar ikiwiki-cdd48716be35fbc3c9351f7d46a4e4bed29bac21.tar.gz |
web commit by http://ptecza.myopenid.com/: * Bug report
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn b/doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn new file mode 100644 index 000000000..b59984e3e --- /dev/null +++ b/doc/bugs/Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn @@ -0,0 +1,18 @@ +I've just upgraded ikiwiki from version 1.45 to 1.49, using my own Ubuntu Gutsy +backport. Now I can't rebuild all my wiki pages. Both methods of rebuilding pages fail: + + $ sudo ikiwiki-mass-rebuild + Processing /home/ptecza/path/to/ikiwiki.setup as user ptecza ... + failed to set egid 1000 4 20 24 25 29 30 44 46 104 109 110 119 1000 (got back 1000 1000 119 110 109 104 46 44 30 29 25 24 20 4) at /usr/sbin/ikiwiki-mass-rebuild line 38, <$list> line 13. + Processing /home/ptecza/path/to/ikiwiki.setup as user ptecza failed with code 65280 + + $ ikiwiki --setup ikiwiki.setup + pomyślnie utworzono /var/www/path/to/ikiwiki.cgi + pomyślnie utworzono /home/ptecza/path/to/hooks/post-commit.ikiwiki + terminate called after throwing an instance of 'Xapian::InvalidArgumentError' + Aborted + +I've installed all needed packages for new search engine and added path +to `omega` binary in my `ikiwiki.setup` file. + +Any ideas how to fix that problem? --[[Paweł|ptecza]] |