Skip to content

Docker 28.2.0 deb packages fail to install #1209

Closed
@BGarber42

Description

@BGarber42

#1195 seems to have changed things to user systemd-sysusers, but doesn't actually run it to add the group, so the installation fails.

Setting up nftables (1.0.9-1build1) ...
Setting up slirp4netns (1.2.1-1build2) ...
Setting up libnetfilter-conntrack3:amd64 (1.0.9-6build1) ...
Setting up iptables (1.8.10-3ubuntu2) ...
update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
Setting up docker-ce (5:28.2.0-1~ubuntu.24.04~noble) ...
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /usr/lib/systemd/system/docker.service.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /usr/lib/systemd/system/docker.socket.
Could not execute systemctl:  at /usr/bin/deb-systemd-invoke line 148.
Processing triggers for man-db (2.12.0-4build2) ...
Processing triggers for libc-bin (2.39-0ubuntu8) ...
root@LT-1WNGW44:~# systemctl start docker
A dependency job for docker.service failed. See 'journalctl -xe' for details.
May 28 14:51:48 LT-1WNGW44 systemd[1]: Starting docker.socket - Docker Socket for the API...
░░ Subject: A start job for unit docker.socket has begun execution
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ A start job for unit docker.socket has begun execution.
░░
░░ The job identifier is 1557.
May 28 14:51:49 LT-1WNGW44 (sd-chown)[1791]: docker.socket: Failed to resolve group docker: No such process
root@LT-1WNGW44:~# systemd-sysusers
Creating group 'docker' with GID 989.
root@LT-1WNGW44:~# systemctl start docker
root@LT-1WNGW44:~#

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions