dput upload fails with 'Connection timed out' error

Asked by Denis

Hi,
I`am trying to upload my first test package to ppa.
My dput.cf is:
[my-ppa]
fqdn = ppa.launchpad.net
method = ftp
incoming = ~fitpc2/ppa/ubuntu
login = anonymous
allow_unsigned_uploads = 0

I downloaded hello-2.4 sources, updated changelog, signed with debuild -S. When running dput I see following:
# dput my-ppa hello_2.4-1_source.changes
Checking Signature on .changes
gpg: Signature made Thu 04 Jun 2009 12:01:21 PM EDT using DSA key ID 4BAB8D4A
gpg: Good signature from "Denis Turischev (fit-PC2 Linux support) <email address hidden>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: ECF0 9026 191B 401F CA40 1ED3 C748 07A2 4BAB 8D4A
Good signature on /home/fit/Desktop/hello/hello_2.4-1_source.changes.
Checking Signature on .dsc
gpg: Signature made Thu 04 Jun 2009 12:01:14 PM EDT using DSA key ID 4BAB8D4A
gpg: Good signature from "Denis Turischev (fit-PC2 Linux support) <email address hidden>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: ECF0 9026 191B 401F CA40 1ED3 C748 07A2 4BAB 8D4A
Good signature on /home/fit/Desktop/hello/hello_2.4-1.dsc.
Uploading to my-ppa (via ftp to ppa.launchpad.net):
  hello_2.4-1.dsc:
Error '(110, 'Connection timed out')' during ftp transfer of hello_2.4-1.dsc

I thought it`s something with my ftp settings, but ftp is ok, I can transfer files to and from my accounts. Can you advice something?

Denis

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Denis
Solved:
Last query:
Last reply:
Revision history for this message
Curtis Hovey (sinzui) said :
#1

Your configuration and command looks fine. You may have been experience networking issues between yourself and launchpad. Have you tried to do this in the last 24 hours.

You can also try this explicit command:
dput ppa:fitpc2/ppa/ubuntu hello_2.4-1_source.changes

Revision history for this message
Denis (denis-compulab) said :
#2

Thanks for the answer!
Indeed it was something with networking, I have succesfully uploaded hello_2.4 from another PC.