]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/forum/Cannot_write_to_commitlock.mdwn
(no commit message)
[ikiwiki.git] / doc / forum / Cannot_write_to_commitlock.mdwn
index a5d4bf440c48169f99a2456c34138252ff26d2f4..05490a7990d02945798774cdb02ef29bbce534c0 100644 (file)
@@ -14,4 +14,15 @@ 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]] 
 
+The user is logging as ian, the same user as the laptop. I can push and pull git repos on the same server owned by the same user via ssh with no problem. I have deleted and re-started from scratch several times. However, for my use case I think it's simpler to keep the repo on my local computer and just rsync the web pages to the server.
+
+Ian.