Closed quantum77 closed 3 years ago
@baude Could this be Compose doing a repeated network connect / network disconnect? Do those make events that we can monitor with podman events
?
@quantum77 Can you check podman events
while the flapping is going on, for any events happening? Would help us know if this is Podman or the CNI network stack.
Would but that I could. any podman command just hangs.
`~/mailu# docker-compose up -d Starting mailu_front_1 ... done Starting mailu_webdav_1 ... done Starting mailu_redis_1 ... done Starting mailu_resolver_1 ... done Starting mailu_antivirus_1 ... done Starting mailu_fetchmail_1 ... done Starting mailu_admin_1 ... done Starting mailu_smtp_1 ... done Starting mailu_antispam_1 ... done Starting mailu_imap_1 ... done ~/mailu# podman pod ls
`
Closing as requested in another issue.
Trying to convert Docker's mailu/postfix to podman pod. Setting up for rootless, I put the mailu dir in /home/{user}/. First thing I noticed is that the needed subdirs were not automatically created, so I had to:
So the system nftables firewall is ACCEPT ALL and the iptables firewall made by CNI is open.
Yet clamd can not reach the network through DNS or HTTP. Only oddity I see is those CNI virtual NICs flapping up and down.
/kind bug