]> sipb.mit.edu Git - ikiwiki.git/commitdiff
response
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 21 Oct 2009 20:46:22 +0000 (16:46 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 21 Oct 2009 20:46:22 +0000 (16:46 -0400)
doc/forum/Cannot_write_to_commitlock.mdwn

index a5d4bf440c48169f99a2456c34138252ff26d2f4..81b0cdeb31bcc1c20d3e7e30e91713236d1af163 100644 (file)
@@ -14,4 +14,11 @@ Now ~/ianbarton/.ikiwiki exists and is owned and writable by me. I have tried to
 
 Ian.
 
-
+> I'm guessing that this is some kind of permissions problem,
+> and that the error message is just being misleading. 
+> 
+> When you push the changes to the server, what user is
+> git logging into the server as? If that user is different
+> than `ian` (possibly due to using git-daemon?), the post-commit
+> wrapper needs to be setuid to `ian`. This ensures that ikiwiki
+> runs as you and can see and write to the files. --[[Joey]]