Your message dated Sun, 16 Mar 2014 23:51:25 +0100
with message-id <[email protected]>
and subject line Re: Bug#178241: wget option in debootstrap functions
has caused the Debian Bug report #178241,
regarding wget option in debootstrap functions
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.)
--
178241: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=178241
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debootstrap
Version: 0.1.17
We can't use debootstrap 0.1.17 when we have to use a passif ftp connection.
I have added --passive-ftp some where in /usr/lib/debootstrap/functions.
It works, but it's not obliged to be the best place.
Fabien.
--
Fabien COMBERNOUS - IT Engineer
e'process - Parc Club du Millénaire Batiment n° 6
1025 rue Henri Becquerel - 34000 Montpellier FRANCE
http://www.eprocess.tv - +33 (0)4 67 13 84 50
173c173
< if wgetprogress -O "$dest" "$from"; then
---
> if wgetprogress --passive-ftp -O "$dest" "$from"; then
--- End Message ---
--- Begin Message ---
Hi Fabien,
Fabien Combernous <[email protected]> (2003-01-24):
> Package: debootstrap
> Version: 0.1.17
>
> We can't use debootstrap 0.1.17 when we have to use a passif ftp connection.
>
> I have added --passive-ftp some where in
> /usr/lib/debootstrap/functions. It works, but it's not obliged to be
> the best place.
looking at wget's current man page, it looks like passive ftp is the
default, and --no-passive-ftp is there instead to disable it when
needed. I don't think there's any need to patch debootstrap now, so I'm
closing this bug report.
Mraw,
KiBi.
signature.asc
Description: Digital signature
--- End Message ---