aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/post-commit_hangs.mdwn
diff options
context:
space:
mode:
authorj-ali <j-ali@web>2009-08-04 16:18:49 -0400
committerJoey Hess <joey@kitenet.net>2009-08-04 16:18:49 -0400
commit3f33d3979c89610e1c8514c71c887acfa1c3ccac (patch)
tree3e63c6cbc1a2ad1c53ed3514eae171dc7b353ffe /doc/bugs/post-commit_hangs.mdwn
parent264e82fc677a58a288fa9ab004bcdfe9e5bfc1d5 (diff)
downloadikiwiki-3f33d3979c89610e1c8514c71c887acfa1c3ccac.tar
ikiwiki-3f33d3979c89610e1c8514c71c887acfa1c3ccac.tar.gz
Diffstat (limited to 'doc/bugs/post-commit_hangs.mdwn')
-rw-r--r--doc/bugs/post-commit_hangs.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/post-commit_hangs.mdwn b/doc/bugs/post-commit_hangs.mdwn
index af40a3cee..c28a34040 100644
--- a/doc/bugs/post-commit_hangs.mdwn
+++ b/doc/bugs/post-commit_hangs.mdwn
@@ -6,5 +6,11 @@ I installed ikiwiki v3.14159 in /usr/local from tarball (/usr contains an older
> to the underlaying VCS? Which VCS? These are all different code paths..
> --[[Joey]]
+>> It's blocking when I run "ikiwiki --setup ikiwiki.setup" (which calls hg update, which calls ikiwiki --post-commit).
+>> Hmm, maybe it's the recursive call to ikiwiki which is the problem.
+>> The underlying VCS is mercurial. --Ali
+
> 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]]
+
+>> Good point. Not knowing perl, I just assumed /usr/local would take precedence. I've now used "dpkg -r ikiwiki" to remove the problem. --Ali