dput via ftp to ppa.launchpad.net failure

Bug #1836059 reported by Graham Inggs
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
txpkgupload
Fix Released
Critical
Colin Watson

Bug Description

Earlier today, from my home connection, I noticed dput via ftp to ppa.launchpad.net was stalling while uploading the .dsc and never timing out.

Now from work, I get the following error instead:
[Errno 104] Connection reset by peer

I get the following with telnet:

$ telnet ppa.launchpad.net 21
Trying 91.189.95.83...
Connected to ppa.launchpad.net.
Escape character is '^]'.
220 Launchpad upload server
USER anonymous
331 Guest login ok, type your email address as password.
PASS testing
230 Anonymous login ok, access restrictions apply.
PASV
Connection closed by foreign host.

Tags: regression

Related branches

Colin Watson (cjwatson)
tags: added: regression
Changed in txpkgupload:
status: New → In Progress
importance: Undecided → Critical
assignee: nobody → Colin Watson (cjwatson)
Revision history for this message
Colin Watson (cjwatson) wrote :

The problem is that the PASV response includes the ::ffff: prefix from an IPv4-mapped address, which I think confuses connection tracking on some firewalls. https://paste.ubuntu.com/p/4vVbHzbTV3/ should work around it for the time being, though we'll need a proper fix too.

Revision history for this message
Colin Watson (cjwatson) wrote :

The above workaround is now on production, although as noted we still need to fix the underlying bug.

Colin Watson (cjwatson)
Changed in txpkgupload:
status: In Progress → Fix Committed
Colin Watson (cjwatson)
Changed in txpkgupload:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.