home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   linux.debian.kernel      Debian kernel discussions      2,884 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 2,531 of 2,884   
   Mario Lassnig to All   
   Bug#1126838: initramfs-tools: busybox or   
   02 Feb 26 09:40:01   
   
   XPost: linux.debian.bugs.dist   
   From: debian@lassnig.net   
      
   Package: initramfs-tools   
   Version: 0.150   
   Severity: normal   
   X-Debbugs-Cc: debian@lassnig.net   
      
   Dear Maintainer,   
      
   just tried to do a routine upgrade on sid, when initramfs-tools started to   
   complain. Even after repeated tries:   
      
   ```   
   $ sudo apt -f install   
   Summary:   
     Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0   
     1 not fully installed or removed.   
     Space needed: 0 B / 214 GB available   
      
   Setting up initramfs-tools (0.150) ...   
   update-initramfs: deferring update (trigger activated)   
   Processing triggers for initramfs-tools (0.150) ...   
   update-initramfs: Generating /boot/initrd.img-6.18.5+deb14-amd64   
   E: busybox or busybox-static is required but not installed   
   update-initramfs: failed for /boot/initrd.img-6.18.5+deb14-amd64 with 1.   
   dpkg: error processing package initramfs-tools (--configure):   
    old initramfs-tools package postinst maintainer script subprocess failed with   
   exit status 1   
   Errors were encountered while processing:   
    initramfs-tools   
   Error: Sub-process /usr/bin/dpkg returned an error code (1)   
   ```   
      
   busybox-static is indeed installed:   
      
   ```   
   $ dpkg -l | grep busybox   
   ii  busybox-static                                      1:1.37.0   
   9                               amd64        Standalone rescue shell with tons   
   of builtin utilities   
   $ file $(which busybox)   
   /usr/bin/busybox: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux),   
   statically linked, BuildID[sha1]=0697f00b6fbef1015606cf5f56f4f3973a93a847, for   
   GNU/Linux 3.2.0, stripped   
   ```   
      
   and /boot has enough space in case that would be an issue.   
      
   Thanks,   
   Mario   
      
      
   -- Package-specific info:   
   -- initramfs sizes   
   -rw-r--r-- 1 root root 207M Jan 18 20:22 /boot/initrd.img-6.18.3+deb14-amd64   
   -rw-r--r-- 1 root root 207M Jan 28 12:08 /boot/initrd.img-6.18.5+deb14-amd64   
   -- /proc/cmdline   
   BOOT_IMAGE=/vmlinuz-6.18.5+deb14-amd64 root=/dev/mapper/spectre--vg-root ro   
   quiet mitigations=off usbcore.autosuspend=-1   
      
   -- resume   
   RESUME=none   
   -- /proc/filesystems   
   	fuseblk   
   	ext3   
   	ext2   
   	ext4   
   	vfat   
      
   -- lsmod   
   Module                  Size  Used by   
   ccm                    20480  0   
   wireguard             122880  0   
   libcurve25519          65536  1 wireguard   
   libchacha20poly1305    20480  1 wireguard   
   libchacha              24576  1 libchacha20poly1305   
   ip6_udp_tunnel         16384  1 wireguard   
   udp_tunnel             40960  1 wireguard   
   libpoly1305            32768  1 libchacha20poly1305   
   xts                    12288  0   
   twofish_generic        20480  0   
   twofish_avx_x86_64     49152  0   
   twofish_x86_64_3way    32768  1 twofish_avx_x86_64   
   twofish_x86_64         16384  2 twofish_x86_64_3way,twofish_avx_x86_64   
   twofish_common         90112  4 twofish_x86_64,twofish_generic,t   
   ofish_x86_64_3way,twofish_avx_x86_64   
   serpent_avx2           45056  0   
   serpent_avx_x86_64     49152  1 serpent_avx2   
   serpent_sse2_x86_64    49152  0   
   serpent_generic        24576  3 serpent_avx2,serpent_sse2_x86_64   
   serpent_avx_x86_64   
   sd_mod                 86016  0   
   scsi_mod              319488  1 sd_mod   
   scsi_common            16384  2 scsi_mod,sd_mod   
   xt_MASQUERADE          16384  2   
   xt_tcpudp              16384  0   
   xt_mark                12288  2   
   nft_compat             24576  4   
   x_tables               57344  4 nft_compat,xt_tcpudp,xt_MASQUERADE,xt_mark   
   snd_seq_dummy          12288  0   
   rfcomm                102400  6   
   snd_hrtimer            12288  1   
   snd_seq               114688  7 snd_seq_dummy   
   tun                    77824  2   
   nft_fib_inet           12288  1   
   nft_fib_ipv4           12288  1 nft_fib_inet   
   nft_fib_ipv6           12288  1 nft_fib_inet   
   nft_fib                12288  3 nft_fib_ipv6,nft_fib_ipv4,nft_fib_inet   
   nft_reject_inet        12288  10   
   nf_reject_ipv4         12288  1 nft_reject_inet   
   nf_reject_ipv6         20480  1 nft_reject_inet   
   nft_reject             12288  1 nft_reject_inet   
   nft_ct                 28672  8   
   nft_chain_nat          12288  5   
   nf_nat                 65536  2 nft_chain_nat,xt_MASQUERADE   
   nf_conntrack          208896  3 nf_nat,nft_ct,xt_MASQUERADE   
   nf_defrag_ipv6         24576  1 nf_conntrack   
   nf_defrag_ipv4         12288  1 nf_conntrack   
   nf_tables             421888  382 nft_ct,nft_compat,nft_reject_i   
   et,nft_fib_ipv6,nft_fib_ipv4,nft_chain_nat,nft_reject,nft_fib,nft_fib_inet   
   cmac                   12288  3   
   algif_hash             16384  1   
   algif_skcipher         12288  1   
   af_alg                 32768  6 algif_hash,algif_skcipher   
   bnep                   36864  2   
   binfmt_misc            28672  1   
   snd_soc_sof_sdw        53248  5   
   snd_soc_sdw_utils     114688  1 snd_soc_sof_sdw   
   snd_soc_intel_hda_dsp_common    16384  1 snd_soc_sof_sdw   
   snd_sof_probes         28672  0   
   nls_ascii              12288  1   
   nls_cp437              16384  1   
   vfat                   24576  1   
   fat                   114688  1 vfat   
   snd_soc_rt712_sdca     69632  1   
   snd_soc_rt1318_sdw     28672  1   
   regmap_sdw_mbq         16384  1 snd_soc_rt712_sdca   
   snd_hda_codec_intelhdmi    28672  1   
   regmap_sdw             12288  2 snd_soc_rt712_sdca,snd_soc_rt1318_sdw   
   snd_soc_dmic           12288  1   
   snd_hda_intel          65536  0   
   snd_sof_pci_intel_lnl    16384  0   
   snd_sof_pci_intel_mtl    36864  1 snd_sof_pci_intel_lnl   
   snd_sof_intel_hda_generic    36864  2 snd_sof_pci_intel_mtl,snd_   
   of_pci_intel_lnl   
   soundwire_intel        86016  3 snd_sof_intel_hda_generic   
   soundwire_generic_allocation    20480  1 soundwire_intel   
   snd_sof_intel_hda_sdw_bpt    20480  1 soundwire_intel   
   snd_sof_intel_hda_common   188416  4 snd_sof_pci_intel_mtl,snd_s   
   f_intel_hda_sdw_bpt,snd_sof_pci_intel_lnl,snd_sof_intel_hda_generic   
   snd_soc_hdac_hda       24576  1 snd_sof_intel_hda_common   
   snd_sof_intel_hda_mlink    45056  5 snd_sof_intel_hda_sdw_bpt,sn   
   _sof_pci_intel_lnl,soundwire_intel,snd_sof_intel_hda_common,snd_   
   of_intel_hda_generic   
   snd_sof_intel_hda      20480  2 snd_sof_intel_hda_common,snd_sof   
   intel_hda_generic   
   snd_hda_codec_hdmi     61440  1 snd_hda_codec_intelhdmi   
   soundwire_cadence      49152  1 soundwire_intel   
   snd_sof_pci            24576  3 snd_sof_pci_intel_mtl,snd_sof_pc   
   _intel_lnl,snd_sof_intel_hda_generic   
   intel_uncore_frequency    12288  0   
      
   [continued in next message]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca