[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#282594: marked as done (kernel-image-2.6.9-1-k7: Installation requires script mkext2fs which is not installed)



Your message dated Wed, 24 Nov 2004 14:02:17 +0100
with message-id <41A48659.8010606@hjulstad.com>
and subject line kernel-image-2.6.9-1-k7: Changing mkinitrd.conf fixes everything
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; 23 Nov 2004 09:39:15 +0000
>From ahj@ahj.mine.nu Tue Nov 23 01:39:15 2004
Return-path: <ahj@ahj.mine.nu>
Received: from mail.broadpark.no [217.13.4.2] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CWX8l-00052S-00; Tue, 23 Nov 2004 01:39:15 -0800
Received: from klara (249.80-202-99.nextgentel.com [80.202.99.249])
	by mail.broadpark.no (Postfix) with ESMTP
	id 172E21FA9; Tue, 23 Nov 2004 10:38:44 +0100 (MET)
Received: from ahj by klara with local (Exim 4.34)
	id 1CWX98-0004sG-R9; Tue, 23 Nov 2004 10:39:38 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Asmund Hjulstad <asmund@hjulstad.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: kernel-image-2.6.9-1-k7: Installation requires script mkext2fs which is not
 installed
X-Mailer: reportbug 3.2
Date: Tue, 23 Nov 2004 10:39:38 +0100
Message-Id: <[🔎] E1CWX98-0004sG-R9@klara>
Sender: Asmund Hjulstad <ahj@ahj.mine.nu>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: kernel-image-2.6.9-1-k7
Version: 2.6.9-2
Severity: important


On installation of this package, installation fails because it cannot
find mkext2fs. 

A search on the net revealed the shell script attached below. Installing
this in /usr/local/sbin made the package installable.

(My system is latest debian unstable, installed a while ago from
Knoppix)

#!/bin/bash
# similar to mkcramfs (for use with debian mkinitrd)
# mkext2fs dirname outfile
#
# no options are parsed
#
#       Written by: Fabian Franz <mkext2fs@fabian-franz.de>
# GPL v.2 - See: `locate gpl.txt`
if [ $# -lt 2 ]
then
  echo "Usage: $(basename $0) dirname outfile"
  exit 1
fi
TMPDIR=/tmp/$(basename $0).$$
mkdir $TMPDIR
function clean_exit
{
  umount $TMPDIR 2>/dev/null
  rm -rf $TMPDIR
}
trap clean_exit EXIT
COUNT=$[$(du -s $1 | awk '{ print $1 }' )*2+1000]
dd if=/dev/zero of=$TMPDIR/image count=$COUNT
mke2fs -F $TMPDIR/image
mount -o loop $TMPDIR/image $TMPDIR
cp -a $1/* $TMPDIR
umount $TMPDIR
cat $TMPDIR/image | gzip - > $2



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kernel-image-2.6.9-1-k7 depends on:
ii  coreutils [fileutils]         5.2.1-2    The GNU core utilities
ii  fileutils                     5.2.1-2    The GNU file management utilities 
ii  initrd-tools                  0.1.74     tools to create initrd image for p
ii  module-init-tools             3.1-rel-2  tools for managing Linux kernel mo

-- no debconf information

---------------------------------------
Received: (at 282594-done) by bugs.debian.org; 24 Nov 2004 13:03:34 +0000
>From asmund@hjulstad.com Wed Nov 24 05:03:34 2004
Return-path: <asmund@hjulstad.com>
Received: from mail.broadpark.no [217.13.4.2] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CWwo1-0001Cd-00; Wed, 24 Nov 2004 05:03:34 -0800
Received: from [192.168.0.100] (249.80-202-99.nextgentel.com [80.202.99.249])
	by mail.broadpark.no (Postfix) with ESMTP
	id EBC4B1735; Wed, 24 Nov 2004 14:03:00 +0100 (MET)
Message-ID: <41A48659.8010606@hjulstad.com>
Date: Wed, 24 Nov 2004 14:02:17 +0100
From: =?ISO-8859-1?Q?=C5smund_Hjulstad?= <asmund@hjulstad.com>
User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Asmund Hjulstad <asmund@hjulstad.com>
Cc: Debian Bug Tracking System <282594-done@bugs.debian.org>
Subject: Re: kernel-image-2.6.9-1-k7: Changing mkinitrd.conf fixes everything
References: <[🔎] E1CWwjd-00015e-3z@klara>
In-Reply-To: <[🔎] E1CWwjd-00015e-3z@klara>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Delivered-To: 282594-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 255417




Reply to: