[pkg-go] Bug#981708: io.podman.{socket, service} symlinks not cleaned up on upgrades

Michael Biebl biebl at debian.org
Wed Feb 3 01:13:17 GMT 2021


Package: podman
Version: 3.0.0~rc2+dfsg1-1
Severity: normal

Hi,

it seems, podman no longer ships the following two units:
io.podman.socket and io.podman.service

After the upgrade from v2 to v3, I therefor get the following two
dangling symlinks

/etc/systemd/system/multi-user.target.wants/io.podman.service -> /lib/systemd/system/io.podman.service
/etc/systemd/system/sockets.target.wants/io.podman.socket -> /lib/systemd/system/io.podman.socket

There is also i-s-h helper related state in
/var/lib/systemd/deb-systemd-helper-enabled  which should be cleaned up
on upgrades.

For that, please consider adding the following code to your maintainers
scripts (guarded by a version check):

    deb-systemd-helper purge io.podman.service io.podman.socket >/dev/null || true
    deb-systemd-helper unmask io.podman.service io.podman.socket >/dev/null || true


Regards,
Michael




-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-3-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages podman depends on:
ii  conmon                           2.0.25+ds1-1
ii  containernetworking-plugins      0.9.0-1
ii  crun                             0.17+dfsg-1
ii  golang-github-containers-common  0.26.3+ds1-3
ii  init-system-helpers              1.60
ii  libc6                            2.31-9
ii  libdevmapper1.02.1               2:1.02.175-2
ii  libgpgme11                       1.14.0-1+b2
ii  libseccomp2                      2.5.1-1
ii  runc                             1.0.0~rc92+dfsg1-5+b1

Versions of packages podman recommends:
ii  buildah                                           1.18.0+dfsg1-3
ii  fuse-overlayfs                                    1.4.0-1
ii  golang-github-containernetworking-plugin-dnsname  1.1.1+ds1-4+b1
ii  slirp4netns                                       1.0.1-1
ii  tini                                              0.19.0-1
ii  uidmap                                            1:4.8.1-1

Versions of packages podman suggests:
pn  containers-storage  <none>

-- Configuration Files:
/etc/cni/net.d/87-podman-ptp.conflist [Errno 13] Keine Berechtigung: '/etc/cni/net.d/87-podman-ptp.conflist'

-- no debconf information



More information about the Pkg-go-maintainers mailing list