[Errno 104] Connection reset by peer when uploading orig.tar.gz

Asked by VIPA

For the last month or so I have been getting
[Errno 104] Connection reset by peer
errors when while dput is uploading the *.orig.tar.gz file.

Here is the terminal output from the last time I tried it:

epier@epier2:~/git/vipa_2.5zx$ dput ppa:vipateam/vipatest *.changes
Checking signature on .changes
gpg: Signature made Thu 10 Jan 2019 09:20:47 AM HST using RSA key ID 36984E33
gpg: Good signature from "Edward Pier <email address hidden>"
Good signature on /home/epier/git/vipa_2.5zx/vipa_2.5zx-0ubuntu0_source.changes.
Checking signature on .dsc
gpg: Signature made Thu 10 Jan 2019 09:20:47 AM HST using RSA key ID 36984E33
gpg: Good signature from "Edward Pier <email address hidden>"
Good signature on /home/epier/git/vipa_2.5zx/vipa_2.5zx-0ubuntu0.dsc.
Package includes an .orig.tar.gz file although the debian revision suggests
that it might not be required. Multiple uploads of the .orig.tar.gz may be
rejected by the upload queue management software.
Uploading to ppa (via ftp to ppa.launchpad.net):
  Uploading vipa_2.5zx-0ubuntu0.dsc: done.
  Uploading vipa_2.5zx.orig.tar.gz: 85k/130762k[Errno 104] Connection reset by peer

The last time it worked was on 2018-11-29. Here is the terminal output then:

Checking signature on .changes
Good signature on /home/epier/git/vipa_2.5zv/vipa_2.5zv-0ubuntu0~xenial1_source.changes.
Checking signature on .dsc
Good signature on /home/epier/git/vipa_2.5zv/vipa_2.5zv-0ubuntu0~xenial1.dsc.
Package includes an .orig.tar.gz file although the debian revision suggests
that it might not be required. Multiple uploads of the .orig.tar.gz may be
rejected by the upload queue management software.
Uploading to ppa (via ftp to ppa.launchpad.net):
  Uploading vipa_2.5zv-0ubuntu0~xenial1.dsc: done.
  Uploading vipa_2.5zv.orig.tar.gz: done.
  Uploading vipa_2.5zv-0ubuntu0~xenial1.diff.gz: done.
  Uploading vipa_2.5zv-0ubuntu0~xenial1_source.changes: done.
Successfully uploaded packages.

I get the error every time I do a dput upload. Nothing changed in my code or in my upload procedures on 11/30 the day it stopped working.

Let me know if there is any more information I can give you to help resolve this.

Question information

Language:
English Edit question
Status:
Expired
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Colin Watson (cjwatson) said :
#1

It's probably something on the network path between you and ppa.launchpad.net; FTP can be problematic with some firewalls. Have you tried using SFTP instead?

  https://help.launchpad.net/Packaging/PPA/Uploading#SFTP_and_older_versions_of_Ubuntu

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.