system_exit n00b
Joined: 07 Jul 2011 Posts: 24
|
Posted: Mon Jan 06, 2025 12:06 am Post subject: failed to move the rootless netns pasta process |
|
|
Trying to run one kind on podman bud getting following error from crun, probably related to some mess betweed systemd and dbus..?
Would you have some idea what's up anbybody?
Code: |
ERROR: failed to create cluster: command "podman run --name kind-control-plane --hostname kind-control-plane --label io.x-k8s.kind.role=control-plane --privileged --tmpfs /tmp --tmpfs /run --volume 58116eb2269cb1759b8d8364bbc6d143558a40300b29da11a0966b9a1fa3e1e5:/var:suid,exec,dev --volume /lib/modules:/lib/modules:ro -e KIND_EXPERIMENTAL_CONTAINERD_SNAPSHOTTER --detach --tty --net kind --label io.x-k8s.kind.cluster=kind -e container=podman --cgroupns=private --device /dev/fuse --volume=/dev/nvme0n1p2:/dev/nvme0n1p2:rslave --publish=127.0.0.1:34641:6443/tcp -e KUBECONFIG=/etc/kubernetes/admin.conf docker.io/kindest/node@sha256:c48c62eac5da28cdadcf560d1d8616cfa6783b58f0d94cf63ad1bf49600cb027" failed with error: exit status 126
Command Output: time="2025-01-06T00:49:27+01:00" level=error msg="failed to move the rootless netns pasta process to the systemd user.slice: Process org.freedesktop.systemd1 exited with status 1"
Error: OCI runtime error: crun: sd-bus call: Process org.freedesktop.systemd1 exited with status 1: Input/output error
|
|
|