Your message dated Sat, 7 Apr 2001 03:00:31 -0500 (CDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#92999: apt: standard apt ftp password
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Darren Benham
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Apr 2001 14:42:04 +0000
>From [EMAIL PROTECTED] Thu Apr 05 09:42:04 2001
Return-path: <[EMAIL PROTECTED]>
Received: from perete.dei.inf.uc3m.es [163.117.137.166]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14lAxY-00052Y-00; Thu, 05 Apr 2001 09:42:04 -0500
Received: by perete.dei.inf.uc3m.es (Postfix, from userid 2061)
id A3A2C2899; Thu, 5 Apr 2001 16:41:57 +0200 (CEST)
Date: Thu, 5 Apr 2001 14:41:57 +0000
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: apt: standard apt ftp password
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Delivered-To: [EMAIL PROTECTED]
Subject: apt: standard apt ftp password
Package: apt
Version: 0.5.3
Severity: normal
apt should use a more standard anonymous ftp password
I've seen intranets with strict firewalls that only let anonymous ftp with
mozilla@ as password (password used by netscape communicator when doing ftp)
And I've heard of people having trouble installing debian with apt/ftp
--- apt-old/methods/ftp.cc Thu Mar 8 02:20:43 2001
+++ apt/methods/ftp.cc Thu Apr 3 13:49:11 2001
@@ -179,7 +179,7 @@
// Setup the variables needed for authentication
string User = "anonymous";
- string Pass = "[EMAIL PROTECTED]";
+ string Pass = "mozilla@";
// Fill in the user/pass
if (ServerName.User.empty() == false)
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux localhost 2.4.3 #13 Fri Mar 30 11:53:43 UTC 2001 i686
unknown
Versions of the packages apt depends on:
ii libc6 2.2.2-4 GNU C Library: Shared libraries and Timezone
ii libstdc++2.10- 2.95.3-8 The GNU stdc++ library
---------------------------------------
Received: (at 92999-done) by bugs.debian.org; 7 Apr 2001 19:01:01 +0000
>From [EMAIL PROTECTED] Sat Apr 07 14:01:01 2001
Return-path: <[EMAIL PROTECTED]>
Received: from c1494421-a.alntn1.tx.home.com (localhost) [24.4.56.213]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 14lxxF-0007ls-00; Sat, 07 Apr 2001 14:01:01 -0500
Received: from localhost ([127.0.0.1])
by localhost with esmtp (Exim 3.22 #1 (Debian))
id 14lne4-0001r9-00; Sat, 07 Apr 2001 03:00:32 -0500
Date: Sat, 7 Apr 2001 03:00:31 -0500 (CDT)
From: Adam Heath <[EMAIL PROTECTED]>
X-X-Sender: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Subject: Re: Bug#92999: apt: standard apt ftp password
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
On Thu, 5 Apr 2001 [EMAIL PROTECTED] wrote:
> Subject: apt: standard apt ftp password
> Package: apt
> Version: 0.5.3
> Severity: normal
>
> apt should use a more standard anonymous ftp password
>
> I've seen intranets with strict firewalls that only let anonymous ftp with
> mozilla@ as password (password used by netscape communicator when doing ftp)
> And I've heard of people having trouble installing debian with apt/ftp
>
> --- apt-old/methods/ftp.cc Thu Mar 8 02:20:43 2001
> +++ apt/methods/ftp.cc Thu Apr 3 13:49:11 2001
> @@ -179,7 +179,7 @@
>
> // Setup the variables needed for authentication
> string User = "anonymous";
> - string Pass = "[EMAIL PROTECTED]";
> + string Pass = "mozilla@";
>
> // Fill in the user/pass
> if (ServerName.User.empty() == false)
>
deb ftp://user:[EMAIL PROTECTED]/path ....
I also think such firewalls are broken, but c'est la vie.