Your message dated Sat, 14 Feb 2004 13:39:13 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug fixed in version 0.58 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; 22 Dec 2003 01:56:11 +0000 >From [EMAIL PROTECTED] Sun Dec 21 19:55:30 2003 Return-path: <[EMAIL PROTECTED]> Received: from razorbill.mail.pas.earthlink.net [207.217.121.248] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AYBCm-0001iT-00; Sun, 21 Dec 2003 15:33:40 -0600 Received: from user-0ccerca.cable.mindspring.com ([24.199.109.138] helo=laptop.nahmias.net) by razorbill.mail.pas.earthlink.net with asmtp (Exim 3.33 #1) id 1AYBCj-0005io-00 for [EMAIL PROTECTED]; Sun, 21 Dec 2003 13:33:37 -0800 Received: by laptop.nahmias.net (Postfix, from userid 1000) id C9DF71C981; Sun, 21 Dec 2003 16:33:35 -0500 (EST) Content-Type: multipart/mixed; boundary="===============0797232239==" MIME-Version: 1.0 From: Joe Nahmias <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: rootskel: kernel panic when trying to unmount initrd X-Mailer: reportbug 2.37 Date: Sun, 21 Dec 2003 16:33:35 -0500 Message-Id: <[EMAIL PROTECTED]> X-ELNK-Trace: 191428ea1bb0d49f94e8f37458d87bc5239a348a220c2609e0c0fac88c8566e97638c03ff56c6cec387f7b89c61deb1d350badd9bab72f9c350badd9bab72f9c Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 (1.212-2003-09-23-exp) on master.debian.org X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_15 X-Spam-Level: This is a multi-part MIME message sent by reportbug. --===============0797232239== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: rootskel Version: 0.56 Severity: critical Tags: patch Justification: breaks the whole system Hello, I'm testing the daily netboot images built by sjogren and I get the following kernel panic when /sbin/init is run: Setting up filesystem, please wait ... umount: Cannot open /proc/mounts umount: initrd: Invalid argument Kernel panic: Attempted to kill init! This can be fixed by removing the 'umount initrd' line at the top of the /sbin/init script, as done in the attached patch. This allows me to boot into main-menu and to proceed through the installation until I hit the debootstrap bug of the day... :) Thanks, Joe -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux laptop 2.4.22-1-686 #6 Sat Oct 4 14:09:08 EST 2003 i686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 --===============0797232239== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="panic.patch" --- src/sbin/init.orig 2003-12-14 17:30:08.000000000 -0500 +++ src/sbin/init 2003-12-21 16:24:21.000000000 -0500 @@ -1,7 +1,6 @@ #!/bin/sh -e # Set up filesystem as root and pivot into it. echo "Setting up filesystem, please wait ..." -umount initrd mount -t proc proc proc if grep -q tmpfs /proc/filesystems; then mount -t tmpfs -o size=100M tmpfs mnt --===============0797232239==-- --------------------------------------- Received: (at 224758-done) by bugs.debian.org; 14 Feb 2004 12:39:46 +0000 >From [EMAIL PROTECTED] Sat Feb 14 04:39:46 2004 Return-path: <[EMAIL PROTECTED]> Received: from 217-13-7-10.dd.nextgentel.com (minerva.hungry.com) [217.13.7.10] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Arz5G-0005nD-00; Sat, 14 Feb 2004 04:39:46 -0800 Received: from pere by minerva.hungry.com with local (Exim 3.35 #1 (Debian)) id 1Arz4j-0000aR-00; Sat, 14 Feb 2004 13:39:13 +0100 To: [EMAIL PROTECTED] Subject: Bug fixed in version 0.58 From: Petter Reinholdtsen <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> Sender: Petter Reinholdtsen <[EMAIL PROTECTED]> Date: Sat, 14 Feb 2004 13:39:13 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_12 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no version=2.60-bugs.debian.org_2004_02_12 X-Spam-Level: This bug was solved in version 0.58 of rootskel. Closing it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]