Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #64294 > unrolled thread

Bug#930754: Warnings when using bzip2 or lzma

Started byUwe Kleine-König <uwe@kleine-koenig.org>
First post2019-06-19 23:20 +0200
Last post2019-08-23 10:10 +0200
Articles 5 — 2 participants

Back to article view | Back to linux.debian.kernel


Contents

  Bug#930754: Warnings when using bzip2 or lzma Uwe Kleine-König <uwe@kleine-koenig.org> - 2019-06-19 23:20 +0200
    Processed: Re: Bug#930754: Warnings when using bzip2 or lzma "Debian Bug Tracking System" <owner@bugs.debian.org> - 2019-06-20 00:00 +0200
    Bug#930754: Warnings when using bzip2 or lzma Uwe Kleine-König <uwe@kleine-koenig.org> - 2019-06-20 00:00 +0200
    Bug#930754: marked as done (Warnings when using bzip2 or lzma) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2019-07-28 03:00 +0200
    Bug#930754: marked as done (Warnings when using bzip2 or lzma) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2019-08-23 10:10 +0200

#64294 — Bug#930754: Warnings when using bzip2 or lzma

FromUwe Kleine-König <uwe@kleine-koenig.org>
Date2019-06-19 23:20 +0200
SubjectBug#930754: Warnings when using bzip2 or lzma
Message-ID<yaQ9P-6GL-7@gated-at.bofh.it>
Package: initramfs-tools
Version: 0.133
Severity: minor

Hello,

I tested the different options for the COMPRESS variable in initramfs.conf
and noticed that when using bzip2 or lzma I get a warning when an
initramfs is created:

	"W: Unknown compression command bzip2"

. It is harmless though, compression succeeds just fine. So it's just
irritating.

Best regards
Uwe

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 3.2M Nov 29  2018 /boot/initrd.img-4.18.0-2-armmp
-rw-r--r-- 1 root root 3.3M Nov 29  2018 /boot/initrd.img-4.18.0-3-armmp
-rw-r--r-- 1 root root    0 Nov 29  2018 /boot/initrd.img-4.18.0-3.new
-rw-r--r-- 1 root root 3.5M Jan 23 19:06 /boot/initrd.img-4.19.0-1-armmp
-rw-r--r-- 1 root root 3.5M Apr 28 22:18 /boot/initrd.img-4.19.0-4-armmp
-rw-r--r-- 1 root root 4.6M Jun 19 22:58 /boot/initrd.img-4.19.0-5-armmp
-rw-r--r-- 1 root root 6.0M Jun 19 22:56 /boot/initrd.img-4.19.0-5-armmp.dpkg-bak
-rw-r--r-- 1 root root 3.2M Dec 15  2018 /boot/initrd.img-4.19.0-trunk-armmp
-- /proc/cmdline
console=ttyS0,115200 root=/dev/sda1 rootfstype=btrfs rootflags=subvol=@ mtdparts=armada-nand:0x180000@0(u-boot),0x20000@0x180000(u-boot-env),0x600000@0x200000(uImage),0x400000@0x800000(minirootfs),-(ubifs) reason=normal bdtype=rn104

-- resume
RESUME=UUID=c56038a1-acbf-49b7-bdfc-95ffdbf6b6dc
-- /proc/filesystems
	btrfs

-- lsmod
Module                  Size  Used by
8021q                  28672  0
garp                   16384  1 8021q
mrp                    20480  1 8021q
stp                    16384  1 garp
llc                    16384  2 garp,stp
ofpart                 16384  0
xhci_pci               16384  0
xhci_hcd              200704  1 xhci_pci
ehci_orion             16384  0
ehci_hcd               77824  1 ehci_orion
marvell                20480  1
sg                     32768  0
marvell_cesa           40960  0
usbcore               212992  4 ehci_orion,ehci_hcd,xhci_pci,xhci_hcd
mvneta                 49152  0
mvneta_bm              16384  1 mvneta
des_generic            28672  1 marvell_cesa
marvell_nand           32768  0
phylink                24576  1 mvneta
mvmdio                 16384  0
g762                   20480  0
orion_wdt              16384  0
evdev                  24576  1
leds_gpio              16384  0
nfsd                  335872  13
auth_rpcgss            57344  1 nfsd
nfs_acl                16384  1 nfsd
lockd                  86016  1 nfsd
grace                  16384  2 nfsd,lockd
sunrpc                307200  18 auth_rpcgss,nfsd,nfs_acl,lockd
ip_tables              24576  0
x_tables               24576  1 ip_tables
autofs4                40960  2
btrfs                1224704  1
libcrc32c              16384  1 btrfs
crc32c_generic         16384  1
xor                    16384  1 btrfs
zstd_decompress        61440  1 btrfs
zstd_compress         159744  1 btrfs
xxhash                 20480  2 zstd_compress,zstd_decompress
zlib_deflate           28672  1 btrfs
raid6_pq               98304  1 btrfs
sd_mod                 49152  3
gpio_pca953x           20480  4
ahci                   36864  2
libahci                32768  1 ahci
libata                208896  2 ahci,libahci
scsi_mod              196608  3 sd_mod,libata,sg
i2c_mv64xxx            20480  0

-- /etc/initramfs-tools/modules

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
do_bootloader = no
do_initrd = yes
link_in_boot = yes

-- /etc/initramfs-tools/initramfs.conf
MODULES=dep
BUSYBOX=auto
KEYMAP=n
COMPRESS=xz
DEVICE=
NFSROOT=auto
RUNSIZE=10%

-- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no

-- /sys/block
sda

-- mkinitramfs hooks
/etc/initramfs-tools/hooks/:

/usr/share/initramfs-tools/hooks:
btrfs
dmsetup
flash_kernel_set_root
fsck
keymap
klibc-utils
kmod
resume
thermal
udev
zz-busybox


-- System Information:
Debian Release: 10.0
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (499, 'experimental')
Architecture: armhf (armv7l)

Kernel: Linux 4.19.0-4-armmp (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages initramfs-tools depends on:
ii  initramfs-tools-core  0.133
ii  linux-base            4.6

initramfs-tools recommends no packages.

Versions of packages initramfs-tools suggests:
ii  bash-completion  1:2.8-6

-- no debconf information

[toc] | [next] | [standalone]


#64295 — Processed: Re: Bug#930754: Warnings when using bzip2 or lzma

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2019-06-20 00:00 +0200
SubjectProcessed: Re: Bug#930754: Warnings when using bzip2 or lzma
Message-ID<yaQMy-6Uk-3@gated-at.bofh.it>
In reply to#64294
Processing control commands:

> tag -1 + patch
Bug #930754 [initramfs-tools] Warnings when using bzip2 or lzma
Added tag(s) patch.

-- 
930754: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930754
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [next] | [standalone]


#64296

FromUwe Kleine-König <uwe@kleine-koenig.org>
Date2019-06-20 00:00 +0200
Message-ID<yaQMy-6Uk-1@gated-at.bofh.it>
In reply to#64294

[Multipart message — attachments visible in raw view] — view raw

Control: tag -1 + patch

Hello,

On Wed, Jun 19, 2019 at 11:09:28PM +0200, Uwe Kleine-König wrote:
> I tested the different options for the COMPRESS variable in initramfs.conf
> and noticed that when using bzip2 or lzma I get a warning when an
> initramfs is created:
> 
> 	"W: Unknown compression command bzip2"
> 
> . It is harmless though, compression succeeds just fine. So it's just
> irritating.

Before someone starts fixing this bug, I already created a patch:

	https://deb.li/i4uby

Best regards
Uwe

[toc] | [prev] | [next] | [standalone]


#64573 — Bug#930754: marked as done (Warnings when using bzip2 or lzma)

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2019-07-28 03:00 +0200
SubjectBug#930754: marked as done (Warnings when using bzip2 or lzma)
Message-ID<yoFHA-1TM-21@gated-at.bofh.it>
In reply to#64294

[Multipart message — attachments visible in raw view] — view raw

Your message dated Sun, 28 Jul 2019 00:50:51 +0000
with message-id <E1hrXOl-0009B9-M1@fasolo.debian.org>
and subject line Bug#930754: fixed in initramfs-tools 0.134
has caused the Debian Bug report #930754,
regarding Warnings when using bzip2 or lzma
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
930754: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930754
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [next] | [standalone]


#64893 — Bug#930754: marked as done (Warnings when using bzip2 or lzma)

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2019-08-23 10:10 +0200
SubjectBug#930754: marked as done (Warnings when using bzip2 or lzma)
Message-ID<yycNX-11G-15@gated-at.bofh.it>
In reply to#64294

[Multipart message — attachments visible in raw view] — view raw

Your message dated Fri, 23 Aug 2019 07:57:03 +0000
with message-id <E1i14RT-000669-N7@fasolo.debian.org>
and subject line Bug#930754: fixed in initramfs-tools 0.133+deb10u1
has caused the Debian Bug report #930754,
regarding Warnings when using bzip2 or lzma
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
930754: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930754
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web