savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-help-public] cvs anonymous updates problem


From: savoie
Subject: [Savannah-help-public] cvs anonymous updates problem
Date: Thu, 11 Aug 2005 10:46:17 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Hi there,

I'm trying to use anonymous cvs to update an emacs project on my machine.  It
was working fine before with a simple 'cvs update' command.  I also cannot
download it as a new project using:

cvs -z3 -d:ext:address@hidden:/cvsroot/emacs co emacs


I thought it might be a problem with the new server, so I deleted my hostkey
corresponding to savannah.gnus.org, but I'm still getting strange output.

I used verbose ssh and -t option to cvs to get these output.  Can someone
help me make sense of it?  And hopefully get me back where I'm able to use
anonymous cvs on savannah?  (vssh is just a shell calling 'ssh -v')


Thanks in advance.

Matt

address@hidden:~/downloads/emacs> cvs -t update
 -> main loop with CVSROOT=:ext:address@hidden:/cvsroot/emacs
 -> Starting server: /home/savoie/tmp/vssh savannah.gnu.org -l anoncvs cvs 
server
debug: SshConfig/sshconfig.c:2838/ssh2_parse_config_ext: Metaconfig parsing 
stopped at line 3.
debug: SshConfig/sshconfig.c:3130/ssh_config_read_file_ext: Read 8 params from 
config file.
debug: Ssh2/ssh2.c:1699/main: Found user config file 
'/home/savoie/.ssh2/ssh2_config'
debug: SshConfig/sshconfig.c:2838/ssh2_parse_config_ext: Metaconfig parsing 
stopped at line 3.
debug: SshConfig/sshconfig.c:3130/ssh_config_read_file_ext: Read 0 params from 
config file.
debug: Connecting to savannah.gnu.org, port 22... (SOCKS not used)
debug: Ssh2Transport/trcommon.c:3676/ssh_tr_create: My version: 
SSH-1.99-3.2.9.1 SSH Secure Shell (non-commercial)
debug: client supports 2 auth methods: 'publickey,password'
debug: Ssh2Common/sshcommon.c:537/ssh_common_wrap: local ip = 128.138.135.154, 
local port = 4098
debug: Ssh2Common/sshcommon.c:539/ssh_common_wrap: remote ip = 199.232.41.3, 
remote port = 22
debug: SshConnection/sshconn.c:1945/ssh_conn_wrap: Wrapping...
debug: Ssh2/ssh2.c:999/connect_done_finalize: Opening /dev/tty for queries.
debug: SshReadLine/sshreadline.c:2427/ssh_readline_eloop_initialize: 
Initializing ReadLine...
debug: Remote version: SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4
debug: OpenSSH: Major: 3 Minor: 8 Revision: 1
debug: Ssh2Transport/trcommon.c:973/ssh_tr_input_version: All versions of 
OpenSSH handle kex guesses incorrectly.
debug: Ssh2Transport/trcommon.c:1367/ssh_tr_negotiate: lang s to c: `', lang c 
to s: `'
debug: Ssh2Transport/trcommon.c:1433/ssh_tr_negotiate: c_to_s: cipher 
aes128-cbc, mac hmac-sha1, compression zlib
debug: Ssh2Transport/trcommon.c:1436/ssh_tr_negotiate: s_to_c: cipher 
aes128-cbc, mac hmac-sha1, compression zlib
debug: Remote host key found from database.
debug: Ssh2Common/sshcommon.c:332/ssh_common_special: Received 
SSH_CROSS_STARTUP packet from connection protocol.
debug: Ssh2Common/sshcommon.c:382/ssh_common_special: Received 
SSH_CROSS_ALGORITHMS packet from connection protocol.
debug: server offers auth methods 'publickey,keyboard-interactive'.
debug: Ssh2AuthPubKeyClient/authc-pubkey.c:1800/ssh_client_auth_pubkey: 
Starting pubkey auth...
debug: 
Ssh2AuthPubKeyClient/authc-pubkey.c:1745/ssh_client_auth_pubkey_agent_open_complete:
 Agent is running, asking keys...
debug: 
Ssh2AuthPubKeyClient/authc-pubkey.c:1555/ssh_client_auth_pubkey_agent_list_complete:
 Got 1 keys from the agent.
debug: 
Ssh2AuthPubKeyClient/authc-pubkey.c:1672/ssh_client_auth_pubkey_add_file_keys: 
adding keyfile "/home/savoie/.ssh2/id_dsa_1024_a" to candidates
debug: 
Ssh2AuthPubKeyClient/authc-pubkey.c:1535/ssh_client_auth_pubkey_add_candidates: 
Trying 2 key candidates.
debug: server offers auth methods 'publickey,keyboard-interactive'.
debug: server offers auth methods 'publickey,keyboard-interactive'.
debug: 
Ssh2AuthPubKeyClient/authc-pubkey.c:989/ssh_client_auth_pubkey_try_this_candidate:
 All keys declined by server, disabling method.
debug: Ssh2AuthClient/sshauthc.c:319/ssh_authc_completion_proc: Method 
'publickey' disabled.
debug: server offers auth methods 'publickey,keyboard-interactive'.
debug: Ssh2Common/sshcommon.c:169/ssh_common_disconnect: DISCONNECT received: 
No further authentication methods available.
debug: SshReadLine/sshreadline.c:2485/ssh_readline_eloop_uninitialize: 
Uninitializing ReadLine...
debug: Ssh2/ssh2.c:765/client_authentication_notify: Returning user input 
stream to original values.
warning: Authentication failed.
Disconnected; no more authentication methods available (No further 
authentication methods available.).
debug: Ssh2Common/sshcommon.c:662/ssh_common_destroy: Destroying SshCommon 
object.
debug: SshConnection/sshconn.c:1997/ssh_conn_destroy: Destroying SshConn object.
cvs [update aborted]: end of file from server (consult above messages if any)
 -> Lock_Cleanup()

----------------------------------------------------------------------

address@hidden:~/downloads/emacs/tmp> cvs -t -z3 
-d:ext:address@hidden:/cvsroot/emacs co emacs
 -> main loop with CVSROOT=:ext:address@hidden:/cvsroot/emacs
 -> Starting server: /home/savoie/tmp/vssh savannah.gnu.org -l anoncvs cvs 
server
debug: SshConfig/sshconfig.c:2838/ssh2_parse_config_ext: Metaconfig parsing 
stopped at line 3.
debug: SshConfig/sshconfig.c:3130/ssh_config_read_file_ext: Read 8 params from 
config file.
debug: Ssh2/ssh2.c:1699/main: Found user config file 
'/home/savoie/.ssh2/ssh2_config'
debug: SshConfig/sshconfig.c:2838/ssh2_parse_config_ext: Metaconfig parsing 
stopped at line 3.
debug: SshConfig/sshconfig.c:3130/ssh_config_read_file_ext: Read 0 params from 
config file.
debug: Connecting to savannah.gnu.org, port 22... (SOCKS not used)
debug: Ssh2Transport/trcommon.c:3676/ssh_tr_create: My version: 
SSH-1.99-3.2.9.1 SSH Secure Shell (non-commercial)
debug: client supports 2 auth methods: 'publickey,password'
debug: Ssh2Common/sshcommon.c:537/ssh_common_wrap: local ip = 128.138.135.154, 
local port = 4101
debug: Ssh2Common/sshcommon.c:539/ssh_common_wrap: remote ip = 199.232.41.3, 
remote port = 22
debug: SshConnection/sshconn.c:1945/ssh_conn_wrap: Wrapping...
debug: Ssh2/ssh2.c:999/connect_done_finalize: Opening /dev/tty for queries.
debug: SshReadLine/sshreadline.c:2427/ssh_readline_eloop_initialize: 
Initializing ReadLine...
debug: Remote version: SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4
debug: OpenSSH: Major: 3 Minor: 8 Revision: 1
debug: Ssh2Transport/trcommon.c:973/ssh_tr_input_version: All versions of 
OpenSSH handle kex guesses incorrectly.
debug: Ssh2Transport/trcommon.c:1367/ssh_tr_negotiate: lang s to c: `', lang c 
to s: `'
debug: Ssh2Transport/trcommon.c:1433/ssh_tr_negotiate: c_to_s: cipher 
aes128-cbc, mac hmac-sha1, compression zlib
debug: Ssh2Transport/trcommon.c:1436/ssh_tr_negotiate: s_to_c: cipher 
aes128-cbc, mac hmac-sha1, compression zlib
debug: Remote host key found from database.
debug: Ssh2Common/sshcommon.c:332/ssh_common_special: Received 
SSH_CROSS_STARTUP packet from connection protocol.
debug: Ssh2Common/sshcommon.c:382/ssh_common_special: Received 
SSH_CROSS_ALGORITHMS packet from connection protocol.
debug: server offers auth methods 'publickey,keyboard-interactive'.
debug: Ssh2AuthPubKeyClient/authc-pubkey.c:1800/ssh_client_auth_pubkey: 
Starting pubkey auth...
debug: 
Ssh2AuthPubKeyClient/authc-pubkey.c:1745/ssh_client_auth_pubkey_agent_open_complete:
 Agent is running, asking keys...
debug: 
Ssh2AuthPubKeyClient/authc-pubkey.c:1555/ssh_client_auth_pubkey_agent_list_complete:
 Got 1 keys from the agent.
debug: 
Ssh2AuthPubKeyClient/authc-pubkey.c:1672/ssh_client_auth_pubkey_add_file_keys: 
adding keyfile "/home/savoie/.ssh2/id_dsa_1024_a" to candidates
debug: 
Ssh2AuthPubKeyClient/authc-pubkey.c:1535/ssh_client_auth_pubkey_add_candidates: 
Trying 2 key candidates.
debug: server offers auth methods 'publickey,keyboard-interactive'.
debug: server offers auth methods 'publickey,keyboard-interactive'.
debug: 
Ssh2AuthPubKeyClient/authc-pubkey.c:989/ssh_client_auth_pubkey_try_this_candidate:
 All keys declined by server, disabling method.
debug: Ssh2AuthClient/sshauthc.c:319/ssh_authc_completion_proc: Method 
'publickey' disabled.
debug: server offers auth methods 'publickey,keyboard-interactive'.
debug: Ssh2Common/sshcommon.c:169/ssh_common_disconnect: DISCONNECT received: 
No further authentication methods available.
debug: SshReadLine/sshreadline.c:2485/ssh_readline_eloop_uninitialize: 
Uninitializing ReadLine...
debug: Ssh2/ssh2.c:765/client_authentication_notify: Returning user input 
stream to original values.
warning: Authentication failed.
Disconnected; no more authentication methods available (No further 
authentication methods available.).
debug: Ssh2Common/sshcommon.c:662/ssh_common_destroy: Destroying SshCommon 
object.
debug: SshConnection/sshconn.c:1997/ssh_conn_destroy: Destroying SshConn object.
cvs [checkout aborted]: end of file from server (consult above messages if any)
 -> Lock_Cleanup()



-- 
Matthew Savoie  -  Scientific Programmer
National Snow and Ice Data Center
(303) 735-0785   http://nsidc.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]