savannah-hackers
[Top][All Lists]
Advanced

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

[Nicolas Neuss <address@hidden>] [Savannah-hackers] Problems with upload


From: Hugo Gayosso
Subject: [Nicolas Neuss <address@hidden>] [Savannah-hackers] Problems with uploading
Date: 21 Jan 2004 00:10:15 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Sysadmins, please help us resolve the issue described in the attached
message.

--- Begin Message --- Subject: [Savannah-hackers] Problems with uploading Date: 20 Jan 2004 13:12:27 +0100 User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
Dear maintainers.

(1) I have read/write CVS access, but I cannot upload files for my project
Femlisp at savannah.nongnu.org (BTW: I checked and the old files at
<ftp://ftp.gnu.org/savannah/files/femlisp/> are corrupted).

More precisely, the command
  scp femlisp-0.8.3.tar.gz address@hidden:/upload/femlisp
hangs.  With debugging output I get:

- ---------------------------------------------------------------------------
address@hidden:~$ scp -v femlisp-0.8.3.tar.gz address@hidden:/upload/femlisp
Executing: program /usr/bin/ssh host savannah.nongnu.org, user neuss, command 
scp -v -t /upload/femlisp
OpenSSH_3.4p1 Debian 1:3.4p1-1.woody.3, SSH protocols 1.5/2.0, OpenSSL 
0x0090603f
debug1: Reading configuration data /home/neuss/.ssh/config
debug1: Applying options for savannah.nongnu.org
debug1: /home/neuss/.ssh/config line 10: Deprecated option "UseRsh"
debug1: /home/neuss/.ssh/config line 13: Deprecated option "UseRsh"
debug1: /home/neuss/.ssh/config line 16: Deprecated option "UseRsh"
debug1: /home/neuss/.ssh/config line 19: Deprecated option "UseRsh"
debug1: Applying options for *
debug1: /home/neuss/.ssh/config line 21: Deprecated option "UseRsh"
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to savannah.nongnu.org [199.232.41.4] port 22.
debug1: Connection established.
debug1: identity file /home/neuss/.ssh/id_rsa type 0
debug1: identity file /home/neuss/.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.4p1 
Debian 1:3.4p1-1.woody.3.1
debug1: match: OpenSSH_3.4p1 Debian 1:3.4p1-1.woody.3.1 pat OpenSSH*
Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.4p1 Debian 1:3.4p1-1.woody.3
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: dh_gen_key: priv key bits set: 123/256
debug1: bits set: 1613/3191
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'savannah.nongnu.org' is known and matches the RSA host key.
debug1: Found key in /home/neuss/.ssh/known_hosts:113
debug1: bits set: 1578/3191
debug1: ssh_rsa_verify: signature correct
debug1: kex_derive_keys
debug1: newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: waiting for SSH2_MSG_NEWKEYS
debug1: newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: done: ssh_kex2.
debug1: send SSH2_MSG_SERVICE_REQUEST
debug1: service_accept: ssh-userauth
debug1: got SSH2_MSG_SERVICE_ACCEPT
debug1: authentications that can continue: 
publickey,password,keyboard-interactive
debug1: next auth method to try is publickey
debug1: try pubkey: /home/neuss/.ssh/id_dsa
debug1: Remote: Forced command: cvs server
debug1: Remote: Pty allocation disabled.
debug1: Remote: Port forwarding disabled.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: X11 forwarding disabled.
debug1: input_userauth_pk_ok: pkalg ssh-dss blen 434 lastkey 0x8089090 hint 1
debug1: read PEM private key done: type DSA
debug1: Remote: Forced command: cvs server
debug1: Remote: Pty allocation disabled.
debug1: Remote: Port forwarding disabled.
debug1: Remote: Agent forwarding disabled.
debug1: Remote: X11 forwarding disabled.
debug1: ssh-userauth2 successful: method publickey
debug1: fd 4 setting O_NONBLOCK
debug1: fd 5 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: ssh_session2_setup: id 0
debug1: Sending command: scp -v -t /upload/femlisp
debug1: channel request 0: exec
debug1: channel 0: open confirm rwindow 0 rmax 32768
debug1: client_input_channel_req: channel 0 rtype address@hidden reply 1
debug1: client_input_channel_req: channel 0 rtype address@hidden reply 1
...
- ---------------------------------------------------------------------------

I also tried access with sftp.  This yields

- ---------------------------------------------------------------------------
sftp address@hidden:/femlisp
Connecting to savannah.nongnu.org...
Request for subsystem 'sftp' failed on channel 0
Couldn't read packet: Connection reset by peer
- ---------------------------------------------------------------------------

(2) on my administration post the uploading information reads as follows:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Your project download area is located at
http://savannah.nongnu.org/download/femlisp/femlisp. You can upload files
in it using the scp or sftp commands (they are part of regular ssh
packages) or rsync over ssh. If you encounter problems uploading your files
in this way, first make sure you are able to access the CVS tree, both for
reading and writing. The logic is the same and once you get CVS working,
scp, sftp or rsync over ssh should work just fine. Check the CVS page for
detailed instruction. Here are three example commands to upload a file in
your public download area:

    rsync --rsh=ssh distribution.tar.gz address@hidden:/upload/femlispfemlisp
    sftp -1 address@hidden:/femlisp
    scp distribution.tar.gz address@hidden:/upload/femlispfemlisp
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Probably, "-1" should be "-2" and "femlispfemlisp" should be "femlisp".

Yours, Nicolas.

- -- 
Dr. Nicolas Neuss     IWR, INF 368, D-69120 Heidelberg
Email: address@hidden
WWW: <http://www.iwr.uni-heidelberg.de/~Nicolas.Neuss>


_______________________________________________
Savannah-hackers mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/savannah-hackers



--- End Message ---

- -- 
Hugo Gayosso
GNU Savannah Support
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQFADgm3MNObVRBZveYRArthAJ9CUIj4sep/FecZrgj970KhbUY+2gCfc/PT
MfYmki7l0mLzZ+zOMCjx8R0=
=cl5C
-----END PGP SIGNATURE-----

reply via email to

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