Your message dated Thu, 4 May 2017 04:47:53 +0200
with message-id <[email protected]>
and subject line Re: Bug#532205: [PATCH] use NET::INET6Glue;
has caused the Debian Bug report #532205,
regarding dupload fails to upload when "options inet6" in resolv.conf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
532205: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532205
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dupload
Version: 2.6.6
Severity: important

When adding "options inet6" to /etc/resolv.conf, Net::FTP can’t make a 
connection
to mentors.debian.net, probably because it isn’t IPv6-ready.

Perhaps the use of Net::INET6Glue::FTP helps here.

Output of the command was:
$ dupload --debug -f -t mentors libtomcrypt0*changes
dupload note: no announcement will be sent.
Checking signatures before upload......signatures are ok
Uploading (ftp) to mentors.debian.net:/
[ job libtomcrypt0_1.17-1_amd64 from libtomcrypt0_1.17-1_amd64.changes
 libtomcrypt0_1.17.orig.tar.gz, size ok, md5sum ok, sha1sum ok, sha256sum ok
 libtomcrypt0_1.17-1_amd64.deb, size ok, md5sum ok, sha1sum ok, sha256sum ok
 libtomcrypt0_1.17-1.dsc, size ok, md5sum ok, sha1sum ok, sha256sum ok
 libtomcrypt-dev_1.17-1_amd64.deb, size ok, md5sum ok, sha1sum ok, sha256sum ok
 libtomcrypt0_1.17-1.diff.gz, size ok, md5sum ok, sha1sum ok, sha256sum ok
 libtomcrypt0_1.17-1_amd64.changes ok ]
Uploading (ftp) to mentors (mentors.debian.net)
+ FTP passive mode selected
dupload fatal error: Net::FTP: Bad hostname 'mentors.debian.net' at 
/usr/bin/dupload line 871


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29.1-midna-2 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dupload depends on:
ii  perl                          5.10.0-22  Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]    5.10.0-22  Core Perl modules

Versions of packages dupload recommends:
ii  openssh-client              1:5.1p1-5+b1 secure shell client, an rlogin/rsh
ii  ssh                         1:5.1p1-5    secure shell client and server (me

Versions of packages dupload suggests:
ii  lintian                       2.2.10     Debian package checker
ii  postfix [mail-transport-agent 2.5.5-1.1  High-performance mail transport ag

-- no debconf information



--- End Message ---
--- Begin Message ---
Hi!

On Mon, 2009-07-20 at 15:14:53 +0200, Michael Stapelberg wrote:
> as libnet-inet6glue-perl is now in unstable, we can patch dupload:
> --- /tmp/O.dupload    2009-07-20 15:11:50.693086530 +0200
> +++ /usr/bin/dupload  2009-07-20 15:11:57.581059153 +0200
> @@ -19,6 +19,7 @@
>  use Cwd;
>  use Getopt::Long;
>  use File::Basename;
> +use Net::INET6Glue;
>  use Net::FTP;
>  use English;
>  
> Of course, libnet-inet6glue-perl needs to be added as a new dependency.

I just tried your patch (thanks!), and it started complaining that the
overridden module already had IPv6 support. Briefly checking the code
it seems to be the case, but I've got no IPv6, so cannot really test.

I'm thus closing this report, please reopen if there is still some
issue.

Thanks,
Guillem

--- End Message ---

Reply via email to