tusc / ntopng-udm

ntopng Docker image for the UDM base and UDM pro
164 stars 20 forks source link

help please am getting the following errors etc #18

Open justfly1111 opened 3 years ago

justfly1111 commented 3 years ago

podman pull tusc/ntopng-udm:latest

Trying to pull docker.io/tusc/ntopng-udm:latest... Getting image source signatures Copying blob 919fa42d3a05 skipped: already exists
Copying blob 29ade854e0dc skipped: already exists
Copying blob a0a5d74ac1bc skipped: already exists
Copying blob f52b7a278135 skipped: already exists
Copying blob c6bc2d0421f1 [--------------------------------------] 0.0b / 0.0b Copying config da456e3aff done
Writing manifest to image destination Storing signatures da456e3aff0b2d6ba8094228dd712857d0ae0dca03b660bf87a7482d7e857906

mkdir -p /mnt/data/ntopng/redis

mkdir -p /mnt/data/ntopng/lib

touch /mnt/data/ntopng/GeoIP.conf

curl -Lo /mnt/data/ntopng/ntopng.conf https://github.com/tusc/ntopng-udm/blob/master/ntopng/ntopng.conf?raw

=true % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 130 100 130 0 0 742 0 --:--:-- --:--:-- --:--:-- 742 100 141 100 141 0 0 536 0 --:--:-- --:--:-- --:--:-- 536 100 3112 100 3112 0 0 7040 0 --:--:-- --:--:-- --:--:-- 7040

curl -Lo /mnt/data/ntopng/redis.conf https://github.com/tusc/ntopng-udm/blob/master/ntopng/redis.conf?raw=t

rue % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 129 100 129 0 0 712 0 --:--:-- --:--:-- --:--:-- 716 100 140 100 140 0 0 507 0 --:--:-- --:--:-- --:--:-- 507 100 46755 100 46755 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k

podman run -d --net=host --restart always \

--name ntopng \ -v /mnt/data/ntopng/GeoIP.conf:/etc/GeoIP.conf \ -v /mnt/data/ntopng/ntopng.conf:/etc/ntopng/ntopng.conf \ -v /mnt/data/ntopng/redis.conf:/etc/redis/redis.conf \ -v /mnt/data/ntopng/lib:/var/lib/ntopng \ docker.io/tusc/ntopng-udm:latest WARN[0000] Failed to add conmon to cgroupfs sandbox cgroup: open /sys/fs/cgroup/libpod_parent/conmon/cpuset.cpus: open /sys/fs/cgroup/libpod_parent/conmon/cpuset.cpus.effective: no such file or directory Error: OCI runtime error: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: process_linux.go:508: setting cgroup config for procHooks process caused: bpf_prog_query(BPF_CGROUP_DEVICE) failed: function not implemented

thank you so much