Your message dated Wed, 06 Mar 2002 00:36:26 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#134802: fixed in boot-floppies 3.0.20
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; 20 Feb 2002 05:54:26 +0000
>From [EMAIL PROTECTED] Tue Feb 19 23:54:26 2002
Return-path: <[EMAIL PROTECTED]>
Received: from rwcrmhc51.attbi.com [204.127.198.38] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16dPhy-00075P-00; Tue, 19 Feb 2002 23:54:26 -0600
Received: from oink ([12.233.47.38]) by rwcrmhc51.attbi.com
          (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP
          id <20020220055355.YXNV2626.rwcrmhc51.attbi.com@oink>;
          Wed, 20 Feb 2002 05:53:55 +0000
Received: from dwhedon by oink with local (Exim 3.34 #1 (Debian))
        id 16dPcS-0001At-00; Tue, 19 Feb 2002 21:48:44 -0800
Date: Tue, 19 Feb 2002 21:48:44 -0800
From: David Kimdon <[EMAIL PROTECTED]>
To: Stephane Fillod <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: dboostrap segfault with no CDROM drive
Message-ID: <20020220054844.GD2207@oink>
References: <[EMAIL PROTECTED]> <20020220043342.GB2207@oink>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20020220043342.GB2207@oink>
User-Agent: Mutt/1.3.27i
Sender: David Kimdon <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: boot-floppies
Severity: serious


Tue, Feb 19, 2002 at 08:33:42PM -0800 wrote:
> There is a note in choose_medium.c that indicates we are assuming this
> file ("/proc/sys/dev/cdrom/info") will not exist if there is no cdrom
> present.  It appears as though we are wrong. I'll take a look at how
> to deal with this more gracefully than SIGSEGV.
> 
> -David
> 
> Tue, Feb 19, 2002 at 07:54:35PM +0100 wrote:
> > Hi,
> > 
> > Sorry, I haven't found dbootstrap in the BTS, and it's late.
> > I try to install debian 3.0 on a non standard mipsel target (IDT r4k based).
> > There's net and IDE support, no floppy. My custom kernel is already working 
> > fine.
> > Actually, I've downloaded the bf-pre3.0.20cvs20020217 root.bin,
> > dd'ed to a temporary partition, and booted with "root=/dev/hdc2".
> > 
> > Well, the problem is with dbootstrap. It segs fault if there's no cdrom
> > drive attached to the IDE chain. Following is a strace of dbootstrap
> > illustrating the problem. The bug seems to lie with the content of
> > /proc/sys/dev/cdrom/info.
> > 
> > 
> > open("/proc/sys/kernel/osrelease", O_RDONLY) = 3
> > fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
> > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> > 0x2aac4000
> > read(3, "2.4.17-mips\n", 1024)          = 12
> > close(3)                                = 0
> > munmap(0x2aac4000, 4096)                = 0
> > open("/proc/cpuinfo", O_RDONLY)         = 3
> > fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
> > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> > 0x2aac4000
> > read(3, "system type\t\t: IDT Homelink\nproc"..., 1024) = 249
> > close(3)                                = 0
> > munmap(0x2aac4000, 4096)                = 0
> > open("/proc/sys/dev/cdrom/info", O_RDONLY) = 3
> > fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
> > mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> > 0x2aac4000
> > read(3, "CD-ROM information, Id: cdrom.c "..., 1024) = 343
> > --- SIGSEGV (Segmentation fault) ---
> > +++ killed by SIGSEGV +++
> > # cat /proc/sys/dev/cdrom/info
> > CD-ROM information, Id: cdrom.c 3.12 2000/10/18
> > 
> > drive name:
> > drive speed:
> > drive # of slots:
> > Can close tray:
> > Can open tray:
> > Can lock tray:
> > Can change speed:
> > Can select disk:
> > Can read multisession:
> > Can read MCN:
> > Reports media changed:
> > Can play audio:
> > Can write CD-R:
> > Can write CD-RW:
> > Can read DVD:
> > Can write DVD-R:
> > Can write DVD-RAM:
> > 
> > 
> > # 
> > 
> > Now, if I plug an old crappy CDROM drive along to my hdc HD,
> > dbootstrap works fine. Here's the content of the troublesome proc file,
> > in the event it helps in fixing dbootstrap source code.
> > 
> > 
> > # cat /proc/sys/dev/cdrom/info
> > CD-ROM information, Id: cdrom.c 3.12 2000/10/18
> >  
> >  drive name:             hdd
> >  drive speed:            9
> >  drive # of slots:       1
> >  Can close tray:         0
> >  Can open tray:          1
> >  Can lock tray:          1
> >  Can change speed:       1
> >  Can select disk:        0
> >  Can read multisession:  1
> >  Can read MCN:           1
> >  Reports media changed:  1
> >  Can play audio:         1
> >  Can write CD-R:         0
> >  Can write CD-RW:        0
> >  Can read DVD:           0
> >  Can write DVD-R:        0
> >  Can write DVD-RAM:      0
> >   
> >    
> > # uname -a
> > Linux 10.0.0.4 2.4.17-mips #156 mar fiv 19 13:15:35 CET 2002 mips unknown
> > 
> > 
> > 
> > 
> > Cheers,
> >  Stephane
> > 
> > PS: I'm not subscribed to the list.
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > 
> > 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 

---------------------------------------
Received: (at 134802-close) by bugs.debian.org; 6 Mar 2002 05:38:04 +0000
>From [EMAIL PROTECTED] Tue Mar 05 23:38:04 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16iU7n-0003N8-00; Tue, 05 Mar 2002 23:38:03 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
        id 16iU6E-0000BD-00; Wed, 06 Mar 2002 00:36:26 -0500
From: Adam Di Carlo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#134802: fixed in boot-floppies 3.0.20
Message-Id: <[EMAIL PROTECTED]>
Sender: Ryan Murray <[EMAIL PROTECTED]>
Date: Wed, 06 Mar 2002 00:36:26 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.20.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.20.dsc
boot-floppies_3.0.20.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.20.tar.gz
install-doc_3.0.20_i386.deb
  to pool/main/b/boot-floppies/install-doc_3.0.20_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <[EMAIL PROTECTED]> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  3 Mar 2002 20:02:30 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source i386
Version: 3.0.20
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Adam Di Carlo <[EMAIL PROTECTED]>
Description: 
 install-doc - Documentation for Debian installation and release notes
Closes: 123948 127417 127971 131296 132350 132683 133935 134045 134224 134448 134802 
135155 135478 135590 136384
Changes: 
 boot-floppies (3.0.20) unstable; urgency=medium
 .
   * hu was removed from the language chooser due to space issues
 .
   * Falk Hueffner
     - alpha uses libc6.1 2.2.5
   * Christian T. Steigies
     - m68k uses libc6 2.2.5
   * Matt Kraai
     - change basedebs.tgz to basedebs.tar, closes: #132350
     - pass pointopoint option to ifconfig, closes: #136384
   * Chris Tillman
     - Extensive repairs to make hard disk installs work right
       Closes: #127417 #127535
     - Change messages for extracting debs to handle both singular/plural
     - Add Tab key hint for quik/yaboot
     - Append video=ofonly to boot arguments in hfs-boot-floppy image
   * Stefan Gybas
     - made the s390-specific messages clearer
     - improved the s390 build process, minimized the required changes
       to standard files
     - s390 netsetup: ignore leading spaces in answers and treat answers
       that just consist of spaces as an empty answer
   * Karsten Merker
     - fixed a typo in rootdisk.sh that caused a test expression to fail
       which resulted in include_module not getting called with usbkbd.o
       for flavour "bf2.4"
     - added cleanup function for mipsel in release.sh to make sure no
       unneeded files appear in the .changes file
     - various documentation updates (defaults.ent, en/boot-new.sgml,
       en/hardware.sgml, en/inst-methods.sgml, en/rescue-boot.sgml)
     - dbootstrap/partition_config.c: do not display dvhtool info
       on mipsel (dvhtool is only used on SGI systems)
   * Jordi Mallach
     - updates to install manual Catalan translation from Antoni Bella
     - initial Catalan translation of README-Users.ca.m4 by Antoni Bella
     - initial translation of index.ca.html.m4
     - fixes to Catalan documentation
     - updates to dbootstrap Catalan translation
   * Andre Luis Lopes <[EMAIL PROTECTED]>
     - updates to  Brazilian portuguese (pt_BR) po
     - corrected around 24 fuzzy messages, translated more than 60 messages
     - obsoleted 1 message also obsoleted in the original english.
     - added install.pt.html.m4, Updated install.pt.sgml, pt/hardware.sgml
   * David Kimdon
     - adjust lilo device->bios-device mapping message, help from Joey Kimdon
     - make LC screen less confusing
   * Guido Günther
     - mips uses libc6 2.2.5
   * Eduard Bloch
     - fixed the creation of the interfaces file if no network has been
       configured in dbootstrap, closes: #127971, #134224.
     - hack to use the nearest mirror, relative to lang code, closes: #131296.
     - re-enabled installation of message catalogs for modconf, changed
       driverdisks.sh to remove unneeded message catalogs only
     - LANG_CHOOSER transition on i386, closes: #134045
       - Now, rootdisk.sh builds a small i18n root fs with few locales
       - separated utf8 and non-utf8 packages in extract lists, updated
         dependencies in debian/control
       - modconf patching function to make messages work in driverdisks.sh
     - added a routine to set mapping of IDE devices in the boot environment
     - updated german messages translation
     - added different versions of german locale to german.src
     - fixed the lib detection from wrong dbootstrap binary in rootdisk.sh
     - rewrote have_cdrom and forced its use before parsing the
       /proc/sys/dev/cdrom/info file. Apparently closes: #134802.
     - temporarily disabled the cdrom detection, a better workaround is
       currently not ready and requires more local testing;
       closes: #123948, #133935
   * Gerhard Tonn
     - fix CMS disk size for s390 in libfdisk
   * Phil Blundell
     - arm is using libc6 2.2.5
     - enable LC variants
     - new locale setting for the modconf call
     - use keymap from LC as default choice in kbdconfig menu
   * Petter Reinholdtse
     - use full locale names in language definition files
     - made find_opt_server safer, various fixes in _TESTING_ parts
   * Junichi Uekawa
     - update utilities/debootstrap/ja.po
     - fix dbootstrap makefile to add -DUTF8 to CFLAGS when building
       UTF8 version, closes: #135155
     - utilities/dbootstrap/langs/japanese.src: change hint
     - debian/control: tighten up the build-dependency version check
   * Claus Hindsgaul
     - Danish updates
   * Ola Lundqvist
     - Swedish language fix, closes: #134448
   * Dirk Lipinski <[EMAIL PROTECTED]>
     - provided patch to support CCISS devices. In conjunction with bf2.4, we
       should go fine with it. Will close #134233, #132864 when MAKEDEV support
       is ready and we can create the devices. Same applies for debootstrap.
   * Osamu Aoki
     - improve dpkg --get-selections command, closes: #135590
   * Petter Reinholdtsen <[EMAIL PROTECTED]> (applied by David Kimdon)
     - correct locale information, closes: #135478
   * Colin Walters
     - Add ghetto hack to use disksize=2.88 for new-powermac, closes: #132683
   * Richard Hirst
     - ia64 uses glibc 2.2.5
     - hppa uses kernel 2.4.17 and glibc 2.2.5
     - fix to build with LANG_CHOOSER off
     - ia64, remove 'cdrom' boot arg from rescue.bin.  Some people might want
       to use rescue.bin to trigger a net install.
Files: 
 0304277d24323939337300f1a73aad25 1557 devel extra boot-floppies_3.0.20.dsc
 bbf2de1b428155c7f49074a684742402 3800853 devel extra boot-floppies_3.0.20.tar.gz
 a4f9eddc1d8babb1f6191254c3ae5863 1076 byhand - bf-archive-install_3.0.20_i386.sh
 c672b1170b24aaebc5295387d46f70d3 19419554 byhand - bf-common_3.0.20_i386.tar.gz
 e306c85820b29ff955aef371a83a1107 2168340 byhand - bf-doc_3.0.20_i386.tar.gz
 613ebdc27ae76bee80ea21d3ae2d0c12 8741092 byhand - bf-images-1.20_3.0.20_i386.tar.gz
 792b62571c2179ba3e2b0f6b5260d158 24938449 byhand - bf-images-1.44_3.0.20_i386.tar.gz
 d1d1470744fe8034c9d9aae6133a45f6 9950186 byhand - bf-images-2.88_3.0.20_i386.tar.gz
 ff254a221ec11ec4dd61b24a0044a117 1106682 byhand - bf-misc_3.0.20_i386.tar.gz
 889ffc72a2d3c2968b6d7966dd360671 66324 doc extra install-doc_3.0.20_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8gs4/4QZIHu3wCMURAvQJAJ9//3yYkZetXPrvDt6qVioBnGfD5gCfT5h0
QjGlT1nFT6v/Jt5kQEHEO/4=
=k3qB
-----END PGP SIGNATURE-----


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

Reply via email to