savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] [support #102959] struggling with getting files uploa


From: Elfyn McBratney
Subject: [Savannah-hackers] [support #102959] struggling with getting files uploaded to the cfengine project
Date: Fri, 09 Apr 2004 00:00:58 -0400
User-agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux; X11; i686; en_GB) (KHTML, like Gecko)

This mail is an automated notification from the support tracker
 of the project: Savannah Administration.

/**************************************************************************/
[support #102959] Latest Modifications:

Changes by: 
                Elfyn McBratney <address@hidden>
'Date: 
                Fri 04/09/04 at 04:00 (GMT)

------------------ Additional Follow-up Comments ----------------------------
OK, your signing the files correctly and uploading them to Savannah as you 
should, but your public key on file is not available on any keyserver(s) I 
checked

  [$] address@hidden (~/tmp) gpg --import KEYS.john
  gpg: key 404045E0: "John Sechrest (TEmp Cfengine upload key) 
<address@hidden>" not changed
  gpg: Total number processed: 1
  gpg:              unchanged: 1
  [$] address@hidden (~/tmp) gpg --verify test.txt.sig
  gpg: Signature made Thu Apr  8 22:24:06 2004 UTC using DSA key ID 670BFAE6
  gpg: Can't check signature: public key not found

Can you please:

  1)  Push your public key to a keyserver (see the guides
      on <http://www.gnupg.org> if you need any help on
      this)
  2)  Make sure that the key your using to sign the file
      (test.txt) is the key we have on file (in
      <http://savannah.gnu.org/my/>)

Thanks! :)






/**************************************************************************/
[support #102959] Full Item Snapshot:

URL: <http://savannah.gnu.org/support/?func=detailitem&item_id=102959>
Project: Savannah Administration
Submitted by: John Sechrest
On: Tue 03/30/04 at 22:08

Category:  None
Priority:  5 - Normal
Severity:  3 - Ordinary
Resolution:  None
Assigned to:  Beuc
Originator Email:  sechrest
Status:  Open


Summary:  struggling with getting files uploaded to the cfengine project

Original Submission:  Hello,

I am trying to upload a new release of cfengine to the cfengine project. I have 
generated a public gpg key with --keygen, I have exported it in ascii, I have
pasted it into the gpg area on my config. I have uploaded the tar file and the 
detatched signature file to the ftp area under incoming/savannah/cfengine

And I have waited the requisite 2 hours, and tried again and waited. And ....

I still have no file in the download area.

I am sure there is some little step that I am missing. A space in the wrong 
place,
a missing flag...

Can you give me a detailed recipe for uploading a file to the cfengine
download area?



Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 04/09/04 at 04:00         By: beu
OK, your signing the files correctly and uploading them to Savannah as you 
should, but your public key on file is not available on any keyserver(s) I 
checked

  [$] address@hidden (~/tmp) gpg --import KEYS.john
  gpg: key 404045E0: "John Sechrest (TEmp Cfengine upload key) 
<address@hidden>" not changed
  gpg: Total number processed: 1
  gpg:              unchanged: 1
  [$] address@hidden (~/tmp) gpg --verify test.txt.sig
  gpg: Signature made Thu Apr  8 22:24:06 2004 UTC using DSA key ID 670BFAE6
  gpg: Can't check signature: public key not found

Can you please:

  1)  Push your public key to a keyserver (see the guides
      on <http://www.gnupg.org> if you need any help on
      this)
  2)  Make sure that the key your using to sign the file
      (test.txt) is the key we have on file (in
      <http://savannah.gnu.org/my/>)

Thanks! :)

-------------------------------------------------------
Date: Fri 04/09/04 at 01:29         By: sechrest
Here is the test.txt.sig file 

-------------------------------------------------------
Date: Fri 04/09/04 at 01:26         By: sechrest
Ok. I have uploaded test.txt and test.txt.sig into 
ftp://savannah.gnu.org/incoming/savannah/cfengine

And I am including the same files as attachments. 

-------------------------------------------------------
Date: Fri 04/09/04 at 00:08         By: beu
Bah!  I got the path wrong.  Sorry about that.

Can you try uploading to `/incoming/savannah/cfengine' ?

-------------------------------------------------------
Date: Fri 04/09/04 at 00:03         By: beu
John, can you to attach the two files (the file and the detached .sig) to this 
tracker, please?  Thanks.

-------------------------------------------------------
Date: Thu 04/08/04 at 22:51         By: sechrest
address@hidden:gridvern 3441> ftp savannah.gnu.org
Connected to savannah.gnu.org (199.232.41.3).
220 Savannah Upload FTP server ready.
Name (savannah.gnu.org:sechrest): anonymous
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd incoming/cfengine
550 Failed to change directory.
ftp> cd incoming
250 Directory successfully changed.
ftp> cd cfengine
550 Failed to change directory.
ftp>
 

I am not able to get to that directory




-------------------------------------------------------
Date: Thu 04/08/04 at 22:50         By: beu
OK, I should have checked Jim's news before copying your text ;)

The ftp hostname is `savannah.gnu.org'.  Files need to be uploaded into 
`/incoming/cfengine'.

See <https://savannah.gnu.org/forum/forum.php?forum_id=2838> for more.

-------------------------------------------------------
Date: Thu 04/08/04 at 22:37         By: sechrest
I tried to do this, but I got an error:

address@hidden:gridvern 3342> ftp ftp.savannah.gnu.org
ftp: ftp.savannah.gnu.org: Name or service not known

So that must not be fully correct. 

Do you want me to be in any specific directory?



-------------------------------------------------------
Date: Thu 04/08/04 at 21:44         By: beu
I drew the same conclusion but then my connection died and my post didn't get.. 
posted.

John, could you please try the following steps:

$ echo 'test' >test.txt
$ gpg -b test.txt
[..enter your passphrase..]
$ ftp ftp.savannah.gnu.org
[..login as anonymous..]
ftp> ascii
ftp> put /path/to/test.txt
ftp> binary
ftp> put /path/to/test.txt.sig

Make sure that you upload your /correct/ public key in 
<http://savannah.gnu.org/my/>, too.  In the above case that would be your 
default key.

-------------------------------------------------------
Date: Thu 04/08/04 at 21:10         By: Beuc
I did:
address@hidden me]$ gpg --import
[copied-pasted your savannah key]
address@hidden me]$ LANG=C gpg --verify foo.test.sig
gpg: Signature made Sun Apr  4 00:43:43 2004 CEST using DSA key ID 670BFAE6
gpg: Can't check signature: public key not found

The key I imported is "John Sechrest (TEmp Cfengine upload key) 
<address@hidden>". You must have used another key to sign the file.

I am not receiving updates from this tracker, and I do not know why. Hence the 
delay :/

-------------------------------------------------------
Date: Sun 04/04/04 at 21:41         By: sechrest
Oops..., Ok, I am attatching foo.test and foo.test.sig


-------------------------------------------------------
Date: Sun 04/04/04 at 20:11         By: Beuc
Hello,

I meant that you upload the files on this very support request, using the 
'attach' function. The files you uploaded in the incoming dir were removed 'as 
usual'.

-------------------------------------------------------
Date: Sat 04/03/04 at 22:54         By: sechrest
Ok. I have uploaded foo.test and foo.test.sig

I said:

gpg -b foo.test
This created
foo.test.sig

I then said:

ftp savannah.gnu.org

login anonymous

cd incoming/savannah/cfengine

put foo.test
put foo.test.sig



-------------------------------------------------------
Date: Sat 04/03/04 at 22:54         By: sechrest
Ok. I have uploaded foo.test and foo.test.sig

I said:

gpg -b foo.test
This created
foo.test.sig

I then said:

ftp savannah.gnu.org

login anonymous

cd incoming/savannah/cfengine

put foo.test
put foo.test.sig



-------------------------------------------------------
Date: Sat 04/03/04 at 19:57         By: Beuc
Please upload a test file (just one text file containing 'foo' or something) 
along with its signature to this support request. I will try to upload myself 
to check if there is any problem. I already checked and your GPG key is valid 
and set up to the uploading system.

Just in case: if you are using ncftp, try with something else. Some people had 
troubles because of a bug where ncftp only uploads in ASCII mode, even when you 
tell it to use binary mode.

-------------------------------------------------------
Date: Tue 03/30/04 at 23:18         By: sechrest
Ok. I have been following the official documentation. And I have gone thru it 2 
times.

I downloaded the savannah_helper script. It failed on the create. And it failed
on the upload. I did a hand , step by step walk thru of what the code did.

I have a new key, put it in the gpg area. I have uploaded 
cfengine-2.1.4b1.tar.gz.sig
and cfengine-2.1.4b1.tar.gz

And I am now currently waiting for this to show up in 
http://savannah.nongnu.org/download/cfengine/

Time 3:11...

waiting....

time 3:17...

Still no files in the download area.

What is the next step?




-------------------------------------------------------
Date: Tue 03/30/04 at 22:28         By: Beuc
The official documentation is:
https://savannah.gnu.org/faq/?group_id=5802&question=How_do_I_add_files_in_the_download_area.txt

The savannah_helper script should be right as well.
https://savannah.gnu.org/forum/forum.php?forum_id=3026

If that still does not work, the best would be to upload a sample file along 
with its signature at this request, so I can test myself and check what is 
wrong.




CC List
-------

CC Address                          | Comment
------------------------------------+-----------------------------
elfyn --AT-- emcb --DOT-- co --DOT-- uk | Elfyn McBratney



File Attachments
-------------------

-------------------------------------------------------
Date: Fri 04/09/04 at 01:29  Name: test.txt.sig  Size: 65KB   By: sechrest
sig file for test.txt 
http://savannah.gnu.org/support/download.php?item_id=102959&amp;item_file_id=31

-------------------------------------------------------
Date: Sun 04/04/04 at 21:41  Name: foo.test.sig  Size: 65KB   By: sechrest
foo test signature  with a -b detatched signature
http://savannah.gnu.org/support/download.php?item_id=102959&amp;item_file_id=30

-------------------------------------------------------
Date: Sun 04/04/04 at 21:39  Name: foo.test  Size: 22KB   By: sechrest
simple test foo file
http://savannah.gnu.org/support/download.php?item_id=102959&amp;item_file_id=29






For detailed info, follow this link:
<http://savannah.gnu.org/support/?func=detailitem&item_id=102959>

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







reply via email to

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