ikiwiki/doc/bugs/post-commit_hangs.mdwn

8 lines
645 B
Plaintext
Raw Normal View History

2009-08-04 11:41:07 +02:00
# post-commit hangs
2009-08-04 11:28:45 +02:00
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.
2009-08-04 19:37:14 +02:00
> 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]]