podman: Error: netavark: : EOF in Parallels MacOS vm

MacOS intel running Monterry, with a guest Fedora Linux 36 running on a VM in Parallels Desktop, podman 4.2.1 is basically useless.

$ podman run -it nginx
Error: netavark: : EOF

dmesg:

[  878.278178] podman0: port 1(vethfbfe9ae0) entered blocking state
[  878.278184] podman0: port 1(vethfbfe9ae0) entered disabled state
[  878.278346] device vethfbfe9ae0 entered promiscuous mode
[  878.280104] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  878.280144] IPv6: ADDRCONF(NETDEV_CHANGE): vethfbfe9ae0: link becomes ready
[  878.280170] podman0: port 1(vethfbfe9ae0) entered blocking state
[  878.280173] podman0: port 1(vethfbfe9ae0) entered forwarding state
[  878.283218] traps: netavark[20821] trap invalid opcode ip:5606d46c4bab sp:7ffe90bcb400 error:0 in netavark[5606d44fd000+4bd000]
[  878.466560] podman0: port 1(vethfbfe9ae0) entered disabled state
[  878.474732] device vethfbfe9ae0 left promiscuous mode
[  878.474748] podman0: port 1(vethfbfe9ae0) entered disabled state

If I try with docker, it works fine:

$docker run -it nginx
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up
2022/10/16 21:09:39 [notice] 1#1: using the "epoll" event method
2022/10/16 21:09:39 [notice] 1#1: nginx/1.23.1
2022/10/16 21:09:39 [notice] 1#1: built by gcc 10.2.1 20210110 (Debian 10.2.1-6) 
2022/10/16 21:09:39 [notice] 1#1: OS: Linux 5.19.15-201.fc36.x86_64
2022/10/16 21:09:39 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1024:1024
2022/10/16 21:09:39 [notice] 1#1: start worker processes
2022/10/16 21:09:39 [notice] 1#1: start worker process 31
2022/10/16 21:09:39 [notice] 1#1: start worker process 32
2022/10/16 21:09:39 [notice] 1#1: start worker process 33

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 19 (9 by maintainers)

Commits related to this issue

Most upvoted comments

@guzkodes I recommend to create a small sample rust program which just creates a sha512 hash with this lib and report the bug upstream. There is not much we can do.

That is not an SELinux issue. @Luap99 Ideas?