Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Warning: util-linux/2.40-6 has serious error  (Read 83 times)

Offline Pip

  • User
  • Posts: 163
[EN] Warning: util-linux/2.40-6 has serious error
« on: Yesterday at 18:25:44 »
In case you're updating, make sure you're not updating this just yet (though putting it on hold caused even more worry with fdisk and others to be removed). It's being looked into now. I suggest waiting a while.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069064

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 930
Re: Warning: util-linux/2.40-6 has serious error
« Reply #1 on: Today at 07:45:11 »
Quote
from the bugreport
[...]
util-linux-extra gained the utils ctrlaltdel, fsck.cramfs, fsck.minix,
mkfs.bfs, mkfs.cramfs, and mkfs.minix. In util-linux-extra, these now
reside below /usr/sbin while they used to reside in /sbin in util-linux
in bookworm and earlier. Hence upgrading from bookworm to sid can cause
these files to be lost.
[...]

So we are already on sid not bookworm and before!
I do not think, that will affect us.

Code: [Select]
~$ LANG=C apt policy util-linux
util-linux:
  Installed: 2.40-6
  Candidate: 2.40-6
  Version table:
 *** 2.40-6 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        500 https://ftp.uni-hannover.de/debian/debian sid/main amd64 Packages
        100 /var/lib/dpkg/status
hhl@hhl-2:~$ LANG=C apt policy util-linux
util-linux          util-linux-extra    util-linux-locales
hhl@hhl-2:~$ LANG=C apt policy util-linux-extra
util-linux-extra:
  Installed: 2.40-6
  Candidate: 2.40-6
  Version table:
 *** 2.40-6 500
        500 https://deb.debian.org/debian unstable/main amd64 Packages
        500 https://ftp.uni-hannover.de/debian/debian sid/main amd64 Packages
        100 /var/lib/dpkg/status

Code: [Select]
:~$ ls -l /sbin/mkfs.m*
-rwxr-xr-x 1 root root 129432 15. Apr 09:51 /sbin/mkfs.minix
lrwxrwxrwx 1 root root      8 18. Feb 2021  /sbin/mkfs.msdos -> mkfs.fat
hhl@hhl-2:~$ ls -l /usr/sbin/mkfs.m*
-rwxr-xr-x 1 root root 129432 15. Apr 09:51 /usr/sbin/mkfs.minix
lrwxrwxrwx 1 root root      8 18. Feb 2021  /usr/sbin/mkfs.msdos -> mkfs.fat

I updated my system from bookworm to sid/trixie long ago, and so all others should done too!

Code: [Select]
:~$ inxi -S
System:
  Host: hhl-2 Kernel: 6.8.6-1-siduction-amd64 arch: x86_64 bits: 64
  Desktop: KDE Plasma v: 5.27.10 Distro: siduction 22.1.2 Masters_of_War -
    kde - (202303151559)
hhl@hhl-2:~$ uname -a
Linux hhl-2 6.8.6-1-siduction-amd64 #1 SMP PREEMPT_DYNAMIC siduction 6.8-6 (2024-04-14) x86_64 GNU/Linux
« Last Edit: Today at 07:50:06 by hendrikL »