savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] [support #102487] permission denied on upload directo


From: nobody
Subject: [Savannah-hackers] [support #102487] permission denied on upload directory
Date: Mon, 29 Sep 2003 12:17:36 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030908 Galeon/1.3.9


Support Request #102487, was updated on Mon 09/29/2003 at 17:24
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=102487&group_id=11

Category: Download Area
Status: Closed
Priority: 5
Summary: permission denied on upload directory

By: zerodeux
Date: Mon 09/29/2003 at 18:17
Logged In: YES 
user_id=9546
Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030908 
Galeon/1.3.9

Please retry in a few hours, the administration scripts are

only triggered at discrete intervals and your upload folder

has not been created yet.



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

By: gibson17
Date: Mon 09/29/2003 at 17:24
Logged In: YES 
user_id=23454
Browser: Mozilla/5.0 (compatible; Konqueror/3.1; Linux)

I'm having trouble uploading my package files to savannah. 
http://savannah.nongnu.org/files/admin/?group=channelflow 
suggests I upload with these commands: 
 
 mkdir -pv /tmp/sv_upload/unstable.pkg/0.9.7/ && cp 
"/home/gibson/channelflow-0.9.7.tgz" 
/tmp/sv_upload/unstable.pkg/0.9.7/ 
 
 scp -vr /tmp/sv_upload/* 
address@hidden:/upload/channelflow/ 
 
 rm -rf /tmp/sv_upload 
 
But the scp results in "scp: /upload/channelflow/: Permission 
denied".  (verbose transcript below) 
 
Trying "sftp -v -oProtocol=1 
address@hidden:/upload/channelflow"  results in  
 
 You tried to execute: `/usr/local/bin/cvssh -c sftp'. 
 Sorry, you are only allowed to execute : 
   - CVS_RSH=ssh cvs commands 
   - rsync from /cvsroot or /upload. 
   - rsync to /upload. 
   - sftp to /upload. 
   - scp to /upload. 
 
(verbose tanscript below),  and accessing 
http://savannah.nongnu.org/download/channelflow 
results in "Error 404: page not found".  
 
CVS and SSH work fine. I was able to cvs-import my project. 
 
 
Here's a transcript of the scp attempt: 
 
address@hidden mkdir -pv /tmp/sv_upload/unstable.pkg/0.9.7/ && 
cp "/home/gibson/channelflow-0.9.7.tgz" 
/tmp/sv_upload/unstable.pkg/0.9.7/ 
mkdir: created directory `/tmp/sv_upload' 
mkdir: created directory `/tmp/sv_upload/unstable.pkg' 
mkdir: created directory `/tmp/sv_upload/unstable.pkg/0.9.7' 
address@hidden scp -vr /tmp/sv_upload/* 
address@hidden:/upload/channelflow/ 
Executing: program /usr/bin/ssh host subversions.gnu.org, user 
gibson17, command scp -v -r -t /upload/channelflow/ 
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090609f 
2408: debug1: Reading configuration data 
/home/gibson/.ssh/config 
2408: debug1: Reading configuration data /etc/ssh/ssh_config 
2408: debug1: Applying options for * 
2408: debug1: Rhosts Authentication disabled, originating port will 
not be trusted. 
2408: debug1: ssh_connect: needpriv 0 
2408: debug1: Connecting to subversions.gnu.org [199.232.41.2] 
port 22. 
2408: debug1: Connection established. 
2408: debug1: identity file /home/gibson/.ssh/identity type 0 
2408: debug1: identity file /home/gibson/.ssh/id_rsa type -1 
2408: debug1: identity file /home/gibson/.ssh/id_dsa type -1 
2408: debug1: Remote protocol version 1.99, remote software 
version OpenSSH_3.4p1 Debian 1:3.4p1-1.woody.2.1 
2408: debug1: match: OpenSSH_3.4p1 Debian 
1:3.4p1-1.woody.2.1 pat OpenSSH* 
2408: debug1: Local version string SSH-1.5-OpenSSH_3.5p1 
2408: debug1: Waiting for server public key. 
2408: debug1: Received server public key (768 bits) and host key 
(1024 bits). 
2408: debug1: Host 'subversions.gnu.org' is known and matches 
the RSA1 host key. 
2408: debug1: Found key in /home/gibson/.ssh/known_hosts:2 
2408: debug1: Encryption type: 3des 
2408: debug1: Sent encrypted session key. 
2408: debug1: cipher_init: set keylen (16 -> 32) 
2408: debug1: cipher_init: set keylen (16 -> 32) 
2408: debug1: Installing crc compensation attack detector. 
2408: debug1: Received encrypted confirmation. 
2408: debug1: Trying RSA authentication with key 
'/home/gibson/.ssh/identity' 
2408: debug1: Received RSA challenge from server. 
Enter passphrase for RSA key '/home/gibson/.ssh/identity': 
2408: debug1: Sending response to host key RSA challenge. 
2408: debug1: Remote: RSA authentication accepted. 
2408: debug1: RSA authentication accepted by server. 
2408: debug1: Sending command: scp -v -r -t 
/upload/channelflow/ 
2408: debug1: Entering interactive session. 
2408: debug1: fd 0 setting O_NONBLOCK 
2408: debug1: fd 1 setting O_NONBLOCK 
Entering directory: D0755 0 unstable.pkg 
scp: /upload/channelflow/: Permission denied 
address@hidden 2408: debug1: fd 1 clearing O_NONBLOCK 
2408: debug1: Transferred: stdin 21, stdout 47, stderr 0 bytes in 
2.6 seconds 
2408: debug1: Bytes per second: stdin 7.9, stdout 17.8, stderr 0.0 
2408: debug1: Exit status 1 
address@hidden 
 
 
Transcript of sftp attempt: 
 
address@hidden sftp -v -oProtocol=1 
address@hidden:/upload/channelflow 
Connecting to savannah.nongnu.org... 
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090609f 
2491: debug1: Reading configuration data 
/home/gibson/.ssh/config 
2491: debug1: Reading configuration data /etc/ssh/ssh_config 
2491: debug1: Applying options for * 
2491: debug1: Rhosts Authentication disabled, originating port will 
not be trusted. 
2491: debug1: ssh_connect: needpriv 0 
2491: debug1: Connecting to savannah.nongnu.org [199.232.41.4] 
port 22. 
2491: debug1: Connection established. 
2491: debug1: identity file /home/gibson/.ssh/identity type 0 
2491: debug1: Remote protocol version 1.99, remote software 
version OpenSSH_3.4p1 Debian 1:3.4p1-1.woody.2.1 
2491: debug1: match: OpenSSH_3.4p1 Debian 
1:3.4p1-1.woody.2.1 pat OpenSSH* 
2491: debug1: Local version string SSH-1.5-OpenSSH_3.5p1 
2491: debug1: Waiting for server public key. 
2491: debug1: Received server public key (768 bits) and host key 
(1024 bits). 
2491: debug1: Host 'savannah.nongnu.org' is known and matches 
the RSA1 host key. 
2491: debug1: Found key in /home/gibson/.ssh/known_hosts:5 
2491: debug1: Encryption type: 3des 
2491: debug1: Sent encrypted session key. 
2491: debug1: cipher_init: set keylen (16 -> 32) 
2491: debug1: cipher_init: set keylen (16 -> 32) 
2491: debug1: Installing crc compensation attack detector. 
2491: debug1: Received encrypted confirmation. 
2491: debug1: Trying RSA authentication with key 
'/home/gibson/.ssh/identity' 
2491: debug1: Received RSA challenge from server. 
Enter passphrase for RSA key '/home/gibson/.ssh/identity': 
2491: debug1: Sending response to host key RSA challenge. 
2491: debug1: Remote: RSA authentication accepted. 
2491: debug1: RSA authentication accepted by server. 
2491: debug1: Sending command: sftp 
2491: debug1: Entering interactive session. 
2491: debug1: fd 0 setting O_NONBLOCK 
You tried to execute: `/usr/local/bin/cvssh -c sftp'. 
Sorry, you are only allowed to execute : 
   - CVS_RSH=ssh cvs commands 
   - rsync from /cvsroot or /upload. 
   - rsync to /upload. 
   - sftp to /upload. 
   - scp to /upload. 
2491: debug1: Transferred: stdin 9, stdout 0, stderr 229 bytes in 
4.5 seconds 
2491: debug1: Bytes per second: stdin 2.0, stdout 0.0, stderr 50.6 
2491: debug1: Exit status 0 
2490: Connection closed 
 
Any suggestions?  thanks! 
 
John 
 
-- 
John F. Gibson 
Channelflow Project Admin 
Group ID #5348 channelflow  
 
47 Montgomery St. Apt. 1 
Cambridge, MA 02140 
 
address@hidden              
617 441-3609 
 

----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=102487&group_id=11

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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