summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-08-18 17:33:11 +0200
committerChristian Poessinger <christian@poessinger.com>2021-08-18 17:33:14 +0200
commitb30ca1c18cdb6d01a4550fb623ed3489f33efec3 (patch)
tree26b94424d258dde6268674583a416b5e54c0c846 /debian
parent47261d051759a743a36089aa0be7cecd348710c1 (diff)
downloadvyos-1x-b30ca1c18cdb6d01a4550fb623ed3489f33efec3.tar.gz
vyos-1x-b30ca1c18cdb6d01a4550fb623ed3489f33efec3.zip
Debian: containers: T2216: add missing dependency on uidmap
Fixes the following error: vyos@vyos:~$ podman logs 2511d118563f WARN[0000] The cgroupv2 manager is set to systemd but there is no systemd user session available WARN[0000] For using systemd, you may need to login using an user session WARN[0000] Alternatively, you can enable lingering with: `loginctl enable-linger 1002` (possibly as root) WARN[0000] Falling back to --cgroup-manager=cgroupfs Error: cannot find newuidmap: exec: "newuidmap": executable file not found in $PATH
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index c5cbeb7d4..f3a26e73e 100644
--- a/debian/control
+++ b/debian/control
@@ -156,6 +156,7 @@ Depends:
traceroute,
tuned,
udp-broadcast-relay,
+ uidmap,
usb-modeswitch,
usbutils,
vyatta-bash,