[Zope3-dev] problem with writable svn checkouts...

Chris McDonough chrism at plope.com
Wed May 12 22:16:47 EDT 2004


I'm having some problems getting to a writable checkout.  Here's the
symptom:

$ svn co svn+ssh://chrism@svn.zope.org/repos/main/Zope3/trunk Zope3
svn: Berkeley DB error while opening environment for filesystem
/svn/repos/main/db:
Permission denied

I think this may indicate some sort of user-specific permissions problem
on the server itself from what I've read in a google.

If I ssh to the server with -v, the log seems to confirm that it does
accept my key...

$ ssh -l chrism -v svn.zope.org
OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f
debug1: Reading configuration data /home/chrism/.ssh/config
debug1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: Connecting to svn.zope.org [12.155.117.30] port 22.
debug1: Connection established.
debug1: identity file /home/chrism/.ssh/identity type -1
debug1: identity file /home/chrism/.ssh/id_rsa type -1
debug1: identity file /home/chrism/.ssh/id_dsa type 2
debug1: Remote protocol version 1.99, remote software version
OpenSSH_3.5p1
debug1: match: OpenSSH_3.5p1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.6.1p2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 zlib
debug1: kex: client->server aes128-cbc hmac-md5 zlib
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'svn.zope.org' is known and matches the DSA host key.
debug1: Found key in /home/chrism/.ssh/known_hosts:23
debug1: ssh_dss_verify: signature correct
debug1: Enabling compression at level 6.
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue:
publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering agent key: /home/chrism/.ssh/id_dsa
debug1: Remote: Forced command: /usr/local/bin/scm $SSH_ORIGINAL_COMMAND
debug1: Server accepts key: pkalg ssh-dss blen 435 lastkey 0x808be48
hint -1
debug1: Remote: Forced command: /usr/local/bin/scm $SSH_ORIGINAL_COMMAND
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: channel 0: request pty-req
debug1: Requesting X11 forwarding with authentication spoofing.
debug1: channel 0: request x11-req
debug1: Requesting authentication agent forwarding.
debug1: channel 0: request auth-agent-req at openssh.com
debug1: channel 0: request shell
debug1: channel 0: open confirm rwindow 0 rmax 32768
debug1: Remote: No xauth program; cannot forward with spoofing.
Command not accepted
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: rcvd eof
debug1: channel 0: output open -> drain
debug1: channel 0: rcvd close
debug1: channel 0: close_read
debug1: channel 0: input open -> closed
Command not accepted
debug1: channel 0: obuf empty
debug1: channel 0: close_write
debug1: channel 0: output drain -> closed
debug1: channel 0: almost dead
debug1: channel 0: gc: notify user
debug1: channel 0: gc: user detached
debug1: channel 0: send close
debug1: channel 0: is dead
debug1: channel 0: garbage collecting
debug1: channel_free: channel 0: client-session, nchannels 1
Connection to svn.zope.org closed.
debug1: Transferred: stdin 0, stdout 0, stderr 36 bytes in 0.2 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 179.3
debug1: Exit status 1
debug1: compress outgoing: raw data 1561, compressed 885, factor 0.57
debug1: compress incoming: raw data 817, compressed 712, factor 0.87

Is my svn.zope.org "chrism" user account maybe just not part of a group
that has permissions to perform ops against the BDB files?

- C





More information about the Zope3-dev mailing list