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

Bug#1023501: marked as done (busybox-static: version 1:1.35.0-3 breaks boot)



Your message dated Sun, 06 Nov 2022 08:49:16 +0000
with message-id <E1orbLA-000HF1-9r@fasolo.debian.org>
and subject line Bug#1023501: fixed in busybox 1:1.35.0-4
has caused the Debian Bug report #1023501,
regarding busybox-static: version 1:1.35.0-3 breaks boot
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.)


-- 
1023501: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023501
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: busybox-static
Version: 1:1.35.0-2
Severity: normal

Dear Maintainer,

With 1:1.35.0-3, boot ends in initramfs:

Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Waiting for root file system ... Begin: Running /scripts/local-block ...                                                                            mdadm: No arrays found in config file or automatically
done.
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
mdadm: error opening /dev/md?*: No such file or directory
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
mdadm: No arrays found in config file or automatically
Begin: Running /scripts/local-block ... mdadm: No arrays found in config file or                                                                            automatically
done.
done.
Gave up waiting for root file system device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  LABEL=ROOT2 does not exist.  Dropping to a shell!


BusyBox v1.35.0 (Debian 1:1.35.0-3) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)

dave@mx3210:~$ cat /proc/cmdline
root=LABEL=ROOT2 console=ttyS0 HOME=/ rootfstype=xfs clocksource=jiffies TERM=xterm palo_kernel=2/vmlinuz

The LABEL=ROOT2 does exist:
dave@mx3210:~$ ls /dev/disk/by-label
BOOT2  DAVE  HOME2  ROOT2  VAR2

There are no mdadm arrays on system.

Reverting to 1:1.35.0-2 and updating affected initrd.img files fixes boot.

Regards,
Dave Anglin

-- System Information:
Debian Release: bookworm/sid
  APT prefers buildd-unstable
  APT policy: (500, 'buildd-unstable'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 5.19.0-rc5 (SMP w/4 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: busybox
Source-Version: 1:1.35.0-4
Done: Michael Tokarev <mjt@tls.msk.ru>

We believe that the bug you reported is fixed in the latest version of
busybox, which is due to be installed in the Debian FTP archive.

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 1023501@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Tokarev <mjt@tls.msk.ru> (supplier of updated busybox 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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 06 Nov 2022 11:27:04 +0300
Source: busybox
Architecture: source
Version: 1:1.35.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Michael Tokarev <mjt@tls.msk.ru>
Closes: 1023501
Changes:
 busybox (1:1.35.0-4) unstable; urgency=medium
 .
   * static build: disable blkid applet (CONFIG_BLKID, #1023501)
 .
     Since static build has CONFIG_FEATURE_PREFER_APPLETS=y, enabling
     any utility which is also provided by the system in other ways
     can be risky, since busybox shell will choose its applet version
     instead of running the actual utility, even if that utility file
     exists in $PATH. After enabling blkid, we effectively overwrote
     blkid from libblkid as used in initramfs. The result was non-
     working udev rules for block devices (not creating /dev/disk/by-*/),
     and the system's unbootable.
 .
     Disable it for now at least on static build.
     Closes: 1023501
 .
   * d/rules: recognize "terse" in $DEB_BUILD_OPTIONS to disable verbose build
Checksums-Sha1:
 0d5426c861052cb52bf0896bea4e19dac87f6f9c 1966 busybox_1.35.0-4.dsc
 cd8bb620dd7002707db78d3bd6b9063cb96c2921 63160 busybox_1.35.0-4.debian.tar.xz
 b3dcf1822dc4ac95d05e1495a707f4f2654fc903 5940 busybox_1.35.0-4_source.buildinfo
Checksums-Sha256:
 3a867bd80e41345808a2a29b5df5b110b51b4dde956e54b44821a953fb5ebb4f 1966 busybox_1.35.0-4.dsc
 d611281ea49cfac240a5dfdb0de6f440138e3345490e087d8e39b7434a6bd819 63160 busybox_1.35.0-4.debian.tar.xz
 e51eeac4cb48cf8910ba35913f4723661b33869d9221d32ea71a384a5ce0863f 5940 busybox_1.35.0-4_source.buildinfo
Files:
 68c7a73fb1b1701acee4704d2cddee1d 1966 utils optional busybox_1.35.0-4.dsc
 304c168d4268bd06a9d42bb8aee0f1d4 63160 utils optional busybox_1.35.0-4.debian.tar.xz
 bb33c67f32c9779620b4b0ef8b374afd 5940 utils optional busybox_1.35.0-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQFDBAEBCAAtFiEEe3O61ovnosKJMUsicBtPaxppPlkFAmNncJoPHG1qdEB0bHMu
bXNrLnJ1AAoJEHAbT2saaT5ZX14H/38WH+VqbAjDTPQV18EMcY2Frvv3NR22/TXn
bo8sAtSaTEeqWaKCUVfUUxKlm/1zQ55+t4yrZLXhMH+CQycmeSM3fd8Ow1p0k3Ym
uYWLapdjsj/I8rNIDltxZw7oxxtT19U5ZGbHke+lRwaMKKQTCPg+nBEJkvtYhpT7
5+R9Y/3EDEoPMqgxAV4XKTUvI703wh8b8YTu1H0HGpIfvqp0JinSxHjlIeDGELG5
YIo9eMeVmRUTAqHCe4hMFpLhbwBCJaDdH7he8olU7ahYuidMO8985p+vkWeBXREO
bKFYUDSLXB/IaH2NZ58y6vNRGxl2V3C1zoDcErWEygcI2K/Ns2U=
=bYUH
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: