Bug#132541: marked as done (Files in the archive with no extension cause problems)

2002-03-16 Thread Debian Bug Tracking System

Your message dated Sat, 16 Mar 2002 17:04:39 -0700
with message-id <20020317000439.GA276@iMacBlue>
and subject line Completed
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.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 6 Feb 2002 01:17:48 +
>From [EMAIL PROTECTED] Tue Feb 05 19:17:48 2002
Return-path: <[EMAIL PROTECTED]>
Received: from klecker.debian.org [198.186.203.20] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16YGia-0002Uv-00; Tue, 05 Feb 2002 19:17:48 -0600
Received: from dwhedon by klecker.debian.org with local (Exim 3.12 1 (Debian))
id 16YGiW-0001ot-00; Tue, 05 Feb 2002 17:17:44 -0800
From: David Whedon <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Files in the archive with no extension cause problems
X-Reportbug-Version: 0.54.1
X-Mailer: reportbug 0.54.1
Date: Tue, 05 Feb 2002 17:17:44 -0800
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: boot-floppies
Version: N/A; reported 2002-02-05
Severity: normal


This recently sent to debian-boot.  We should brobably fix this somehow.


From: "James A. Treacy" <[EMAIL PROTECTED]>
Subject: Files in the archive with no extension cause problems
To: [EMAIL PROTECTED]

There are files which boot floppies controls that have no file
extension. This causes problems because apache assumes that they have
mime type text/plain and newbies don't can't figure out how to download
the file. A good example is dists/stable/main/disks-i386/current/linux .
Try wget -S http://ftp.debian.org/debian/dists/stable/main/disks-i386/current/linux

Here are some alternatives:
 - add .htaccess files and add lines like:
   
 ForceType application/octet-stream
   
   The problem with this is that not all mirrors are running apache.
   Additionally, if a site has set 'AllowOverride None', apache will give
   an error message when users try to download the file.
 - Have sites add 'DefaultType application/octet-stream' to either the
   apache config file or to a .htaccess file. Using a .htaccess file has
   the same problem as the first example. Besides the problem of getting
   hundreds of mirrors to modify their apache config, there is the
   additional problem that there are probably files in the archive that
   are plain text that would then be consider as binaries.
 - rename all binaries with no file extension

What I suggest is that starting with the next release any files that
aren't plain text be given an extension that will convince apache that
they are binaries. The biggest hassle here will be changing all the
links to the files.

If you don't do anything about this, the webmasters will be forced to
send all mail from lusers complaining about this problem to this list. :)

Not subscribed to this list so blah blah blah mail to me blah blah blah.

-- 
James (Jay) Treacy
[EMAIL PROTECTED]




-- System Information
Debian Release: 2.2
Architecture: i386
Kernel: Linux klecker 2.2.20 #1 SMP Sat Nov 10 15:29:57 CET 2001 i686


---
Received: (at 132541-done) by bugs.debian.org; 17 Mar 2002 01:32:16 +
>From [EMAIL PROTECTED] Sat Mar 16 19:32:16 2002
Return-path: <[EMAIL PROTECTED]>
Received: from murphy.debian.org [216.234.231.6] 
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 16mPWy-0005ne-00; Sat, 16 Mar 2002 19:32:16 -0600
Received: (qmail 23150 invoked from network); 17 Mar 2002 00:06:59 -
Received: from unknown (HELO voicetrak.com) (64.212.15.37)
  by murphy.debian.org with SMTP; 17 Mar 2002 00:06:59 -
Received: from iMacBlue [10.1.1.249]
by voicetrak.com [64.212.15.37]
with SMTP (MDaemon.PRO.v5.0.4.R)
for <[EMAIL PROTECTED]>; Sat, 16 Mar 2002 17:03:35 -0700
Received: by iMacBlue (sSMTP sendmail emulation); Sat, 16 Mar 2002 17:04:39 -0700
From: "Chris Tillman" <[EMAIL PROTECTED]>
Date: Sat, 16 Mar 2002 17:04:39 -0700
To: [EMAIL PROTECTED]
Subject: Completed
Message-ID: <20020317000439.GA276@iMacBlue>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
X-MDRemoteIP: 10.1.1.249
X-Return-Path: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]

This was fixed in 3.0.21 (for linux.bin anyways). We'll accept 
luser mail on the others.

-- 
*--v-

Re: Files in the archive with no extension cause problems

2002-02-05 Thread James A. Treacy

On Tue, Feb 05, 2002 at 09:37:37PM -0700, Chris Tillman wrote:
> 
> This is not really as bad as it sounds. I looked at what would need to
> change for the linux file. What would be a good extension, linux.bin?

.bin maps to application/octet-stream so this should be fine.

I looked through dists/unstable/main/disks-i386/ for other files that
cause problems. Mime type returned can be checked by using
wget -S -O /dev/null 
http://ftp.debian.org/debian/dists/stable/main/disks-i386/current/linux

They are:
dists/testing/main/disks-i386/current/linux
dists/testing/main/disks-i386/current/{compact,idepci,reiserfs,udma100-ext3}/linux
dists/testing/main/disks-i386/current/{compact,idepci,reiserfs,udma100-ext3}/tftpboot.img

Any reason not to rename tftboot.img to tftboot.bin?

-- 
James (Jay) Treacy
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Files in the archive with no extension cause problems

2002-02-05 Thread Chris Tillman

On Tue, Feb 05, 2002 at 07:42:08PM -0500, James A. Treacy wrote:
> There are files which boot floppies controls that have no file
> extension. This causes problems because apache assumes that they have
> mime type text/plain and newbies don't can't figure out how to download
> the file. A good example is dists/stable/main/disks-i386/current/linux .
> Try wget -S http://ftp.debian.org/debian/dists/stable/main/disks-i386/current/linux
> 
> Here are some alternatives:
>  - add .htaccess files and add lines like:
>
>  ForceType application/octet-stream
>
>The problem with this is that not all mirrors are running apache.
>Additionally, if a site has set 'AllowOverride None', apache will give
>an error message when users try to download the file.
>  - Have sites add 'DefaultType application/octet-stream' to either the
>apache config file or to a .htaccess file. Using a .htaccess file has
>the same problem as the first example. Besides the problem of getting
>hundreds of mirrors to modify their apache config, there is the
>additional problem that there are probably files in the archive that
>are plain text that would then be consider as binaries.
>  - rename all binaries with no file extension
> 
> What I suggest is that starting with the next release any files that
> aren't plain text be given an extension that will convince apache that
> they are binaries. The biggest hassle here will be changing all the
> links to the files.
> 
> If you don't do anything about this, the webmasters will be forced to
> send all mail from lusers complaining about this problem to this list. :)

This is not really as bad as it sounds. I looked at what would need to
change for the linux file. What would be a good extension, linux.bin?
It's a dozen places in rescue.sh and release.sh each, rdev.sh and
bootconfig.c for a couple lines each, and syslinux.cfg and other
bootloader files. The worst part is the documentation and messages,
which I'd be willing to take on -- and those would not cause many bugs.

In the ppc area, bootargs is a text document, so no problem. Same with
any kernel-configs.

The apus bootstrap folder has several binaries also, so that would be
a little additional work. But the dozen or so people it would impact
would probably be forgiving.


-- 
*--v- Installing Debian GNU/Linux 3.0 v--*
|    |
|   debian-imac (potato):    |
|Chris Tillman[EMAIL PROTECTED]  |
|   May the Source be with you   |
**


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Bug#132541: Files in the archive with no extension cause problems

2002-02-05 Thread David Whedon

Package: boot-floppies
Version: N/A; reported 2002-02-05
Severity: normal


This recently sent to debian-boot.  We should brobably fix this somehow.


From: "James A. Treacy" <[EMAIL PROTECTED]>
Subject: Files in the archive with no extension cause problems
To: [EMAIL PROTECTED]

There are files which boot floppies controls that have no file
extension. This causes problems because apache assumes that they have
mime type text/plain and newbies don't can't figure out how to download
the file. A good example is dists/stable/main/disks-i386/current/linux .
Try wget -S http://ftp.debian.org/debian/dists/stable/main/disks-i386/current/linux

Here are some alternatives:
 - add .htaccess files and add lines like:
   
 ForceType application/octet-stream
   
   The problem with this is that not all mirrors are running apache.
   Additionally, if a site has set 'AllowOverride None', apache will give
   an error message when users try to download the file.
 - Have sites add 'DefaultType application/octet-stream' to either the
   apache config file or to a .htaccess file. Using a .htaccess file has
   the same problem as the first example. Besides the problem of getting
   hundreds of mirrors to modify their apache config, there is the
   additional problem that there are probably files in the archive that
   are plain text that would then be consider as binaries.
 - rename all binaries with no file extension

What I suggest is that starting with the next release any files that
aren't plain text be given an extension that will convince apache that
they are binaries. The biggest hassle here will be changing all the
links to the files.

If you don't do anything about this, the webmasters will be forced to
send all mail from lusers complaining about this problem to this list. :)

Not subscribed to this list so blah blah blah mail to me blah blah blah.

-- 
James (Jay) Treacy
[EMAIL PROTECTED]




-- System Information
Debian Release: 2.2
Architecture: i386
Kernel: Linux klecker 2.2.20 #1 SMP Sat Nov 10 15:29:57 CET 2001 i686



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Files in the archive with no extension cause problems

2002-02-05 Thread James A. Treacy

There are files which boot floppies controls that have no file
extension. This causes problems because apache assumes that they have
mime type text/plain and newbies don't can't figure out how to download
the file. A good example is dists/stable/main/disks-i386/current/linux .
Try wget -S http://ftp.debian.org/debian/dists/stable/main/disks-i386/current/linux

Here are some alternatives:
 - add .htaccess files and add lines like:
   
 ForceType application/octet-stream
   
   The problem with this is that not all mirrors are running apache.
   Additionally, if a site has set 'AllowOverride None', apache will give
   an error message when users try to download the file.
 - Have sites add 'DefaultType application/octet-stream' to either the
   apache config file or to a .htaccess file. Using a .htaccess file has
   the same problem as the first example. Besides the problem of getting
   hundreds of mirrors to modify their apache config, there is the
   additional problem that there are probably files in the archive that
   are plain text that would then be consider as binaries.
 - rename all binaries with no file extension

What I suggest is that starting with the next release any files that
aren't plain text be given an extension that will convince apache that
they are binaries. The biggest hassle here will be changing all the
links to the files.

If you don't do anything about this, the webmasters will be forced to
send all mail from lusers complaining about this problem to this list. :)

Not subscribed to this list so blah blah blah mail to me blah blah blah.

-- 
James (Jay) Treacy
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]