diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:37:14 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:37:14 -0400 |
commit | a3959743b6b4e1b143d227aef8508f1606a59cff (patch) | |
tree | 6588e5c1e04dc6a4dbf3bc02a0c605ddd89f2ad0 /doc | |
parent | e3c944ae00f7250bdff9e8d2bf07a55b1d72a0e8 (diff) | |
download | ikiwiki-a3959743b6b4e1b143d227aef8508f1606a59cff.tar ikiwiki-a3959743b6b4e1b143d227aef8508f1606a59cff.tar.gz |
more info needed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/post-commit_hangs.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/post-commit_hangs.mdwn b/doc/bugs/post-commit_hangs.mdwn index b6245bcd8..a091446de 100644 --- a/doc/bugs/post-commit_hangs.mdwn +++ b/doc/bugs/post-commit_hangs.mdwn @@ -1,3 +1,7 @@ # post-commit hangs I installed ikiwiki v3.14159 in /usr/local from tarball (/usr contains an older version). Having done so, and used ikiwiki-transition to update setup file, the post commit hook is now blocking in flock (as seen by ps). I should also mention that I added the goodstuff, attachment and remove plugins (which was the purpose of upgrading to v3). Any clues as how to debug/fix gratefully received. The wiki is publically viewable at wiki.sgcm.org.uk if that helps. + +> It's blocking when you do what? Save a page from the web? Make a commit +> to the underlaying VCS? Which VCS? These are all different code paths.. +> --[[Joey]] |