aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/post-commit_hangs.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-04 13:48:38 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-04 13:48:38 -0400
commita7dae30074f2918893e23af103658a8594621158 (patch)
tree97b19acd14f7d95904afd787074e8c42562c8b57 /doc/bugs/post-commit_hangs.mdwn
parente98e85ad751df94ff821c40f0dbd6d52e8fa64ae (diff)
downloadikiwiki-a7dae30074f2918893e23af103658a8594621158.tar
ikiwiki-a7dae30074f2918893e23af103658a8594621158.tar.gz
thought 2
Diffstat (limited to 'doc/bugs/post-commit_hangs.mdwn')
-rw-r--r--doc/bugs/post-commit_hangs.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/post-commit_hangs.mdwn b/doc/bugs/post-commit_hangs.mdwn
index a091446de..af40a3cee 100644
--- a/doc/bugs/post-commit_hangs.mdwn
+++ b/doc/bugs/post-commit_hangs.mdwn
@@ -5,3 +5,6 @@ I installed ikiwiki v3.14159 in /usr/local from tarball (/usr contains an older
> 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]]
+
+> Also, how have you arranged to keep it from seeing the installation in /usr? Perl could well be loading
+> modules from the old installation, and if it's one with a different locking strategy that would explain your problem. --[[Joey]]