Re: misc/libutf8 doesn't fetch

2008-11-27 Thread Stuart Henderson
On 2008-11-27, Dorian B|ttner <[EMAIL PROTECTED]> wrote:
> further investigation makes me assume that it would not be a real 
> [EMAIL PROTECTED], though.
> Might also be a bad ftp-server on the other side? Error also occurs 
> using command-line ftp:

works here if I retry a few times, and works every time if I disable
EPSV, they probably have half-broken firewall rules.

$ FETCH_CMD="/usr/bin/ftp -EVm" make fetch

> I can also ftp into the directory, but when issuing an ls, it garbles 
> the screen with special chars.

Sounds like unicode :-D It will have the same problem with EPSV
not working correctly, but special chars sounds a bit odd (I don't
see it here, but maybe something was broken when you tried and
since fixed).

If it continues please try with and without the ethernet driver
diff (and then again with it to make sure it didn't just go away
anyway), but it's most unlikely to be caused by that.

> On the other side, I can use Windows/firefox to browse the ftp  
> directory and get the file.

Firefox probably doesn't use EPSV/EPRT.

> Anyone an idea what's going on here? I have running a somewhate current 
> with the ethernet driver cleanup patches recently posted on undeadly.



misc/libutf8 doesn't fetch

2008-11-26 Thread Dorian Büttner
further investigation makes me assume that it would not be a real 
[EMAIL PROTECTED], though.
Might also be a bad ftp-server on the other side? Error also occurs 
using command-line ftp:


# ftp ftp://ftp.ilog.fr/pub/Users/haible/utf8/libutf8-0.8.tar.gz
Connected to ftp.ilog.fr.
220 (vsFTPd 2.0.1)
331 Please specify the password.
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Switching to Binary mode.
250 Directory successfully changed.
Retrieving pub/Users/haible/utf8/libutf8-0.8.tar.gz
local: libutf8-0.8.tar.gz remote: libutf8-0.8.tar.gz
500 Bad EPRT protocol.
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for libutf8-0.8.tar.gz (314406 
bytes).


I can also ftp into the directory, but when issuing an ls, it garbles 
the screen with special chars.


On the other side, I can use Windows/firefox to browse the ftp  
directory and get the file.


Anyone an idea what's going on here? I have running a somewhate current 
with the ethernet driver cleanup patches recently posted on undeadly.


Thanks,
Dorian