rtorrent-flood-openvpn icon indicating copy to clipboard operation
rtorrent-flood-openvpn copied to clipboard

podman/docker systemd not found, centos caused?

Open garffi opened this issue 4 years ago • 1 comments

hello, after a reboot the image no longer works whether under podman or docker. The questioning is due to centos?


podman run -it --privileged --name rtorrent-flood-openvpn -v / sys / fs / cgroup: / sys / fs / cgroup: ro -v / mnt / data / torrent / config: / config -v / mnt / data / torrent: / output -p 9091: 80 -p 8080: 8080 h1f0x / rtorrent-flood-openvpn
Failed to mount cgroup at / sys / fs / cgroup / systemd: Operation not permitted

The git hasn't been updated for 2 years, are you still using this docker image or another system?

I haven't found an equivalent to use openvpn with flood.

Thank you!

garffi avatar Jan 19 '21 10:01 garffi

my solution on host Debian bullseye :

mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd

and start container:

podman run -d -it --privileged --name rtorrent-flood-openvpn -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /mnt/data/torrent/config:/config -v /mnt/data/torrent:/output -p 9091:80 -p 8080:8080 h1f0x/rtorrent-flood-openvpn

garffi avatar Jan 27 '21 09:01 garffi