The logs show this:
2013-09-29.11:18:49 25508 ssh ARGV=gitolite SOC=git-receive-pack 'gitolite-admin' FROM=192.168.1.201
2013-09-29.11:18:49 25508 access(gitolite-admin, gitolite, W, 'any'),-> refs/.*
2013-09-29.11:18:49 25508 trigger,Writable,access_1,ACCESS_1,gitolite-admin,gitolite,W,any,refs/.*
2013-09-29.11:18:49 25508 pre_git gitolite-admin gitolite W any refs/.*
2013-09-29.11:18:49 25508 system,git,shell,-c,git-receive-pack '/var/lib/gitolite/repositories/gitolite-admin.git'
2013-09-29.11:18:49 25508 END
The test results for t/ssh*
[gittest@srv gitolite]$ GITOLITE_TEST=y prove t/ssh*
t/ssh-authkeys.t .. 16/49 # FAIL: /carol.pub duplicates.*non-gitolite key/
test number 25
L: 27: gitolite ../triggers/post-compile/ssh-authkeys; ok; /carol.pub duplicates.*non-gitolite key/
results:
# FAIL: /carol.pub duplicates.*non-gitolite key/
test number 33
L: 36: gitolite ../triggers/post-compile/ssh-authkeys; ok; /carol.pub duplicates.*non-gitolite key/
results:
# FAIL: /dave.pub duplicates.*non-gitolite key/
test number 34
L: 37: /dave.pub duplicates.*non-gitolite key/
results:
# FAIL: !ok, rc=0 from gitolite ../triggers/post-compile/ssh-authkeys
test number 37
L: 42: gitolite ../triggers/post-compile/ssh-authkeys; !ok; /fingerprinting failed for \'keydir/bad.pub\'/
results:
WARNING: keydir/bad.pub does not contain exactly 1 line; ignoring
# FAIL: /fingerprinting failed for \'keydir/bad.pub\'/
test number 38
L: 42: gitolite ../triggers/post-compile/ssh-authkeys; !ok; /fingerprinting failed for \'keydir/bad.pub\'/
results:
WARNING: keydir/bad.pub does not contain exactly 1 line; ignoring
# FAIL: !ok, rc=0 from gitolite ../triggers/post-compile/ssh-authkeys
test number 41
L: 46: gitolite ../triggers/post-compile/ssh-authkeys; !ok; /fingerprinting failed for \'keydir/bad.pub\'/
results:
WARNING: keydir/bad.pub does not contain exactly 1 line; ignoring
# FAIL: /fingerprinting failed for \'keydir/bad.pub\'/
test number 42
L: 46: gitolite ../triggers/post-compile/ssh-authkeys; !ok; /fingerprinting failed for \'keydir/bad.pub\'/
results:
WARNING: keydir/bad.pub does not contain exactly 1 line; ignoring
# FAIL: /^ *9 .*/
test number 44
L: 47: wc < /var/lib/gittest/.ssh/authorized_keys; ok; /^ *9 .*/;
results:
10 40 3761
# FAIL: /robert.pub duplicates.*bob.pub/
test number 49
L: 55: gitolite ../triggers/post-compile/ssh-authkeys; ok; /robert.pub duplicates.*bob.pub/
results:
# 9 error(s)
t/ssh-authkeys.t .. Failed 9/49 subtests[gittest@srv gitolite]$ GITOLITE_TEST=y prove t/ssh*
t/ssh-authkeys.t .. 16/49 # FAIL: /carol.pub duplicates.*non-gitolite key/
test number 25
L: 27: gitolite ../triggers/post-compile/ssh-authkeys; ok; /carol.pub duplicates.*non-gitolite key/
results:
# FAIL: /carol.pub duplicates.*non-gitolite key/
test number 33
L: 36: gitolite ../triggers/post-compile/ssh-authkeys; ok; /carol.pub duplicates.*non-gitolite key/
results:
# FAIL: /dave.pub duplicates.*non-gitolite key/
test number 34
L: 37: /dave.pub duplicates.*non-gitolite key/
results:
# FAIL: !ok, rc=0 from gitolite ../triggers/post-compile/ssh-authkeys
test number 37
L: 42: gitolite ../triggers/post-compile/ssh-authkeys; !ok; /fingerprinting failed for \'keydir/bad.pub\'/
results:
WARNING: keydir/bad.pub does not contain exactly 1 line; ignoring
# FAIL: /fingerprinting failed for \'keydir/bad.pub\'/
test number 38
L: 42: gitolite ../triggers/post-compile/ssh-authkeys; !ok; /fingerprinting failed for \'keydir/bad.pub\'/
results:
WARNING: keydir/bad.pub does not contain exactly 1 line; ignoring
# FAIL: !ok, rc=0 from gitolite ../triggers/post-compile/ssh-authkeys
test number 41
L: 46: gitolite ../triggers/post-compile/ssh-authkeys; !ok; /fingerprinting failed for \'keydir/bad.pub\'/
results:
WARNING: keydir/bad.pub does not contain exactly 1 line; ignoring
# FAIL: /fingerprinting failed for \'keydir/bad.pub\'/
test number 42
L: 46: gitolite ../triggers/post-compile/ssh-authkeys; !ok; /fingerprinting failed for \'keydir/bad.pub\'/
results:
WARNING: keydir/bad.pub does not contain exactly 1 line; ignoring
# FAIL: /^ *9 .*/
test number 44
L: 47: wc < /var/lib/gittest/.ssh/authorized_keys; ok; /^ *9 .*/;
results:
10 40 3761
# FAIL: /robert.pub duplicates.*bob.pub/
test number 49
L: 55: gitolite ../triggers/post-compile/ssh-authkeys; ok; /robert.pub duplicates.*bob.pub/
results:
# 9 error(s)
t/ssh-authkeys.t .. Failed 9/49 subtests
Yup, I read that " so be sure to use a throwaway userid."
Anyway, I'll just ignore this and try other ways to get this up and running (sorry for the two separate threads, I didn't realize this was moderated and thought the first message didn't get posted).