From 11c634d7728d5d00821ebbd8a66f5ae9ce6e94c9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Jun 2008 17:42:11 -0400 Subject: [PATCH 1/3] web commit by http://sabr.myopenid.com/ --- doc/tips/inside_dot_ikiwiki/discussion.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/tips/inside_dot_ikiwiki/discussion.mdwn diff --git a/doc/tips/inside_dot_ikiwiki/discussion.mdwn b/doc/tips/inside_dot_ikiwiki/discussion.mdwn new file mode 100644 index 000000000..428459b02 --- /dev/null +++ b/doc/tips/inside_dot_ikiwiki/discussion.mdwn @@ -0,0 +1,6 @@ +My database appears corrupted: + + $ perl -le 'use Storable; my $index=Storable::retrieve("indexdb"); use Data::Dumper; print Dumper $index' + Out of memory! + +No idea how this happened. I've blown it away and recreated it but, for future reference, is there any less violent way to recover from this situation? I miss having the correct created and last edited times. --[[sabr]] From c5d0e6285f8c25bccf4024b23e88b58373996616 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 13 Jun 2008 18:00:14 -0400 Subject: [PATCH 2/3] web commit by http://sabr.myopenid.com/ --- doc/tips/inside_dot_ikiwiki/discussion.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/tips/inside_dot_ikiwiki/discussion.mdwn b/doc/tips/inside_dot_ikiwiki/discussion.mdwn index 428459b02..327b01fb7 100644 --- a/doc/tips/inside_dot_ikiwiki/discussion.mdwn +++ b/doc/tips/inside_dot_ikiwiki/discussion.mdwn @@ -4,3 +4,4 @@ My database appears corrupted: Out of memory! No idea how this happened. I've blown it away and recreated it but, for future reference, is there any less violent way to recover from this situation? I miss having the correct created and last edited times. --[[sabr]] +> update: fixed ctimes and mtimes using [these instructions](http://u32.net/Mediawiki_Conversion/Git_Import/#Correct%20Creation%20and%20Last%20Edited%20time) --[[sabr]] From 5e1b31fad66b947a739ea9e54f78bb6a6d45d6aa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 14 Jun 2008 09:25:30 -0400 Subject: [PATCH 3/3] web commit by http://telemachos.myopenid.com/ --- doc/bugs/Can__39__t_build_2.49__63__.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/bugs/Can__39__t_build_2.49__63__.mdwn b/doc/bugs/Can__39__t_build_2.49__63__.mdwn index 933797c9d..15423d760 100644 --- a/doc/bugs/Can__39__t_build_2.49__63__.mdwn +++ b/doc/bugs/Can__39__t_build_2.49__63__.mdwn @@ -29,3 +29,5 @@ Any thoughts or suggestions are appreciated. Thanks. > installation that might be present on the system. --Buo Thanks, Buo. I removed the traces of the previous ikiwiki, and I was able to install. No luck getting the new search plugin to work, but we'll leave that for another day. Thanks again. + +Quick follow-up: 2.50 compiled and installed without a hitch. Just thought I would mention it...