Debian Package Tracker
Register | Log in
Subscribe

util-linux

miscellaneous system utilities

Choose email to subscribe with

general
  • source: util-linux (main)
  • version: 2.41.2-4
  • maintainer: Chris Hofstaedtler (DMD)
  • arch: all any
  • std-ver: 4.7.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 2.36.1-8+deb11u2
  • o-o-sec: 2.36.1-8+deb11u2
  • oldstable: 2.38.1-5+deb12u3
  • old-sec: 2.38.1-5+deb12u1
  • stable: 2.41-5
  • testing: 2.41.2-4
  • unstable: 2.41.2-4
versioned links
  • 2.36.1-8+deb11u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.38.1-5+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.38.1-5+deb12u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.41-5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.41.2-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • bsdextrautils (7 bugs: 0, 5, 2, 0)
  • bsdutils (3 bugs: 0, 3, 0, 0)
  • eject
  • eject-udeb
  • fdisk (5 bugs: 0, 4, 1, 0)
  • fdisk-udeb
  • lastlog2
  • libblkid-dev (1 bugs: 0, 0, 1, 0)
  • libblkid1 (2 bugs: 0, 2, 0, 0)
  • libblkid1-udeb
  • libfdisk-dev (1 bugs: 0, 0, 1, 0)
  • libfdisk1
  • libfdisk1-udeb
  • liblastlog2-2
  • liblastlog2-dev
  • libmount-dev
  • libmount1
  • libmount1-udeb
  • libpam-lastlog2
  • libsmartcols-dev
  • libsmartcols1
  • libsmartcols1-udeb
  • libuuid1
  • libuuid1-udeb
  • login (5 bugs: 0, 4, 1, 0)
  • mount (10 bugs: 0, 5, 5, 0)
  • rfkill
  • util-linux (40 bugs: 0, 23, 17, 0)
  • util-linux-extra (1 bugs: 0, 1, 0, 0)
  • util-linux-locales (1 bugs: 0, 1, 0, 0)
  • util-linux-udeb
  • uuid-dev
  • uuid-runtime
action needed
8 bugs tagged help in the BTS normal
The BTS contains 8 bugs tagged help, please consider helping the maintainer in dealing with them.
Created: 2019-03-21 Last update: 2025-12-05 10:30
2 bugs tagged patch in the BTS normal
The BTS contains patches fixing 2 bugs, consider including or untagging them.
Created: 2025-01-06 Last update: 2025-12-05 10:30
2 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit f9a1f0200b1bc0ed5dde594a49b37dcca75592f9
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date:   Thu Dec 4 00:38:10 2025 +0000

    util-linux: do not fail postinst/prerm if update-alternatives is missing
    
    Do not attempt to run update-alternatives if it does not exist
    anymore in the maint scripts.
    
    This allows building an extremely minimal image, that can be used
    for a portable service or a container of any kind, where after
    installing all dependencies required by the software that is
    actually needed in the container, Prio: essential but unneeded
    packages can be removed, including dpkg, reducing the image size.
    
    Minimal mkosi (https://github.com/systemd/mkosi) config to build
    an image that has a working python3 interpreter, to ship any
    python code that can run as a portable service.
    
    Without this, the minimization step (removing packages) fails:
    
    $ mkdir foo
    $ cd foo
    $ cat <<EOF>mkosi.conf
    [Output]
    Format=portable
    
    [Build]
    BuildDirectory=mkosi.builddir
    CacheDirectory=mkosi.cache
    
    [Content]
    Packages=
     python3
    
    RemovePackages=
     dpkg
     bash
     diffutils
     hostname
     init-system-helpers
     ncurses-base
     ncurses-bin
     perl-base
     sysvinit-utils
     bsdutils
     findutils
     grep
     gzip
     sed
     util-linux
    EOF
    $ mkosi -d debian -r unstable build
    <...>
    ‣  Removing 15 packages…
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    Package 'bsdutils' is not installed, so not removed
    The following packages will be REMOVED:
      bash* diffutils* dpkg* findutils* grep* gzip* hostname* init-system-helpers* ncurses-base* ncurses-bin* perl-base*
      sed* sysvinit-utils* util-linux*
    WARNING: The following essential packages will be removed.
    This should NOT be done unless you know exactly what you are doing!
      bash diffutils dpkg findutils grep gzip hostname init-system-helpers ncurses-base ncurses-bin perl-base sed
      sysvinit-utils util-linux
    0 upgraded, 0 newly installed, 14 to remove and 0 not upgraded.
    After this operation, 34.7 MB disk space will be freed.
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    (Reading database ... 5639 files and directories currently installed.)
    Removing bash (5.3-1) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing diffutils (1:3.12-1) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing dpkg (1.22.21) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing findutils (4.10.0-3) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing grep (3.12-1) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing gzip (1.13-1) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing hostname (3.25) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing init-system-helpers (1.69) ...
    dpkg: warning: while removing init-system-helpers, directory '/var/lib/systemd' not empty so not removed
    dpkg: warning: while removing init-system-helpers, directory '/etc/systemd/system' not empty so not removed
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing ncurses-base (6.5+20251123-1) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing ncurses-bin (6.5+20251123-1) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing perl-base (5.40.1-7) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing sed (4.9-2) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing sysvinit-utils (3.15-6) ...
    dpkg: warning: overriding problem because --force enabled:
    dpkg: warning: this is an essential package; it should not be removed
    Removing util-linux (2.41.2-4) ...
    /var/lib/dpkg/info/util-linux.prerm: 6: update-alternatives: not found
    dpkg: error processing package util-linux (--remove):
     installed util-linux package pre-removal script subprocess returned error exit status 127
    dpkg: too many errors, stopping
    /var/lib/dpkg/info/util-linux.postinst: 7: update-alternatives: not found
    dpkg: error while cleaning up:
     installed util-linux package post-installation script subprocess returned error exit status 127
    Errors were encountered while processing:
     util-linux
    Processing was halted because there were too many errors.
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    ‣ "apt-get -o APT::Architecture=amd64 -o APT::Architectures=amd64 -o APT::Install-Recommends=false -o APT::Immediate-Configure=off -o APT::Get::Assume-Yes=true -o APT::Get::AutomaticRemove=true -o APT::Get::Allow-Change-Held-Packages=true -o APT::Get::Allow-Remove-Essential=true -o APT::Sandbox::User=root -o Acquire::AllowReleaseInfoChange=true -o Acquire::Check-Valid-Until=false -o Dir::Cache=/var/cache/apt -o Dir::State=/buildroot/var/lib/apt -o Dir::State::lists=/var/lib/apt/lists/ -o Dir::Log=/var/log/apt -o Dir::State::Status=/buildroot/var/lib/dpkg/status -o Dir::Bin::DPkg=/usr/bin/dpkg -o Debug::NoLocking=true -o DPkg::Options::=--root=/buildroot -o DPkg::Options::=--force-unsafe-io -o DPkg::Options::=--force-architecture -o DPkg::Options::=--force-depends -o DPkg::Options::=--no-debsig -o DPkg::Use-Pty=false -o DPkg::Install::Recursive::Minimum=1000 -o pkgCacheGen::ForceEssential=, purge dpkg bash diffutils hostname init-system-helpers ncurses-base ncurses-bin perl-base sysvinit-utils bsdutils findutils grep gzip sed util-linux" returned non-zero exit code 100.

commit eca2dcfb7037b22327a958dd444b7b5c9d6822dc
Author: Chris Hofstaedtler <zeha@debian.org>
Date:   Sat Nov 22 18:10:47 2025 +0100

    Stop installing lastlog2-import.service
    
    As trixie did not have lastlog anymore, there should be nothing left to import.
Created: 2025-11-22 Last update: 2025-12-04 18:17
lintian reports 29 warnings normal
Lintian reports 29 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2025-10-11 Last update: 2025-10-11 00:33
debian/patches: 11 patches to forward upstream low

Among the 11 debian patches available in version 2.41.2-4 of the package, we noticed the following issues:

  • 11 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2025-10-10 21:01
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.2 instead of 4.7.0).
Created: 2025-02-21 Last update: 2025-10-10 19:31
news
[rss feed]
  • [2025-10-30] util-linux 2.41.2-4 MIGRATED to testing (Debian testing watch)
  • [2025-10-10] Accepted util-linux 2.41.2-4 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-09-29] Accepted util-linux 2.41.2-3 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-09-28] Accepted util-linux 2.41.2-2 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-09-28] util-linux 2.41.2-1 MIGRATED to testing (Debian testing watch)
  • [2025-09-24] Accepted util-linux 2.41.2-1 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-09-16] util-linux 2.41.1-3 MIGRATED to testing (Debian testing watch)
  • [2025-09-14] Accepted util-linux 2.41.1-4 (source) into experimental (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-09-09] Accepted util-linux 2.41.1-3 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-09-08] util-linux 2.41.1-2 MIGRATED to testing (Debian testing watch)
  • [2025-08-30] Accepted util-linux 2.41.1-2 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-08-17] util-linux 2.41.1-1 MIGRATED to testing (Debian testing watch)
  • [2025-08-12] Accepted util-linux 2.41.1-1 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-05-22] util-linux 2.41-5 MIGRATED to testing (Debian testing watch)
  • [2025-05-09] Accepted util-linux 2.41-5 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-04-13] util-linux 2.41-4 MIGRATED to testing (Debian testing watch)
  • [2025-04-09] Accepted util-linux 2.41-4 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-04-08] util-linux 2.41-3 MIGRATED to testing (Debian testing watch)
  • [2025-04-02] Accepted util-linux 2.41-3 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-03-20] Accepted util-linux 2.41-2 (source) into experimental (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-03-18] Accepted util-linux 2.41-1 (source) into experimental (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-03-06] Accepted util-linux 2.41~rc2-1 (source) into experimental (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-03-01] util-linux 2.40.4-5 MIGRATED to testing (Debian testing watch)
  • [2025-02-25] Accepted util-linux 2.41~rc1-2 (source) into experimental (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-02-25] Accepted util-linux 2.40.4-5 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-02-24] util-linux 2.40.4-4 MIGRATED to testing (Debian testing watch)
  • [2025-02-19] Accepted util-linux 2.41~rc1-1 (source) into experimental (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-02-17] Accepted util-linux 2.40.4-4 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2025-02-10] util-linux 2.40.4-3 MIGRATED to testing (Debian testing watch)
  • [2025-02-05] Accepted util-linux 2.40.4-3 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • 1
  • 2
bugs [bug history graph]
  • all: 79 83
  • RC: 0
  • I&N: 47 51
  • M&W: 32
  • F&P: 0
  • patch: 2
  • help: 8
links
  • homepage
  • lintian (0, 29)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • screenshots
  • l10n (100, 58)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.41.2-4ubuntu1
  • 218 bugs (11 patches)
  • patches for 2.41.2-4ubuntu1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing