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

Bug#393543: marked as done (initramfs-tools: wrong mknod call)



Your message dated Wed, 18 Oct 2006 08:17:23 -0700
with message-id <E1GaDAZ-0005KE-A3@spohr.debian.org>
and subject line Bug#393543: fixed in initramfs-tools 0.84
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)

--- Begin Message ---
Package: initramfs-tools
Version: 0.83
Severity: normal
Tags: patch

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

Hello,

the file /usr/share/initramfs-tools/scripts/init-top/framebuffer
contains a wrong call of the (busybox) mknod binary. The trivial
patch is appended. ;)

thanks, Kiro

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFM+Q6YWOj0axvMcURAuw4AJ9VaLI9W5ZYJdrARJ4ph+KpUeHJVgCfR3PI
0RV7NVyyZQpDsLHqjoNcGg4=
=q+G9
-----END PGP SIGNATURE-----
diff -uNr initramfs-tools-0.83.old/scripts/init-top/framebuffer initramfs-tools-0.83/scripts/init-top/framebuffer
--- initramfs-tools-0.83.old/scripts/init-top/framebuffer	2006-10-11 23:24:24.000000000 +0200
+++ initramfs-tools-0.83/scripts/init-top/framebuffer	2006-10-16 21:47:23.000000000 +0200
@@ -82,7 +82,7 @@
 
 if [ -e /proc/fb ]; then
 	while read fbno desc; do
-		mknod /dev/fb$fbno 29 $fbno
+		mknod /dev/fb$fbno c 29 $fbno
 	done < /proc/fb
 
 	mknod /dev/fb0 c 29 0

--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.84

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

initramfs-tools_0.84.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.84.dsc
initramfs-tools_0.84.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.84.tar.gz
initramfs-tools_0.84_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.84_all.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 393543@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <maks@sternwelten.at> (supplier of updated initramfs-tools 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Wed, 18 Oct 2006 11:04:50 +0200
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.84
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <maks@sternwelten.at>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 380004 384043 393543 393688 393773
Changes: 
 initramfs-tools (0.84) unstable; urgency=high
 .
   Release "A-t-on pris à Saint-Périne, Tous ces dictateurs impotents ?"
 .
   * hook-functions: Use modprobe --ignore-install arg to put all listed
     modules on initramfs. Thanks Mario Izquierdo <mariodebian@gmail.com>
     for report. (closes: 384043)
 .
   * update-initramfs: If elilo is around run it on initramfs update, add
     zipl run.
 .
   * scripts/local: Use vol_id too if around to set FSTYPE. Thanks for the
     patch to "Alex Owen" <r.alex.owen@gmail.com> (closes: 380004)
 .
   *  hooks/thermal: Add many of the windfarm modules for powerpc boxes.
 .
   * initramfs-tools.preinst: merge bits of 0.69ubuntu16. (closes: 393773)
     urgency high as fixes upgrade from sarge - thanks Federico Grau
     <donfede@casagrau.org>.
 .
   * scripts/init-top/framebuffer: Fix mknod call. (closes: 393543)
     Thanks for the patch Kiro Zimmer <debian@kironet.de>.
 .
   * mkinitramfs: Create modulesdir even on monolithic linux. (closes: 393688)
     Thanks for the patch Ian Campbell <ijc@hellion.org.uk>.
Files: 
 8f0c45b875862fe5023efeb9d7aefc2b 623 utils optional initramfs-tools_0.84.dsc
 53887142b54882923678548bf3b6db84 53697 utils optional initramfs-tools_0.84.tar.gz
 4526582fc5bb419347e7631eec701514 60354 utils optional initramfs-tools_0.84_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFNkLQ6n7So0GVSSARAvIkAJ0Y/vRBpK7a+2JYNADpFpgH7J8kWwCgjE6r
gDj4u2IBZapXKoqA9eG7bTU=
=kPzR
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: