diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:48:38 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-04 13:48:38 -0400 |
commit | a7dae30074f2918893e23af103658a8594621158 (patch) | |
tree | 97b19acd14f7d95904afd787074e8c42562c8b57 | |
parent | e98e85ad751df94ff821c40f0dbd6d52e8fa64ae (diff) |
thought 2
-rw-r--r-- | doc/bugs/post-commit_hangs.mdwn | 3 |
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]] |