Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902159 - app-containers/netavark: should be installed to /usr/libexec/podman
Summary: app-containers/netavark: should be installed to /usr/libexec/podman
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-19 17:26 UTC by Kenton Groombridge
Modified: 2023-05-08 05:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenton Groombridge gentoo-dev 2023-03-19 17:26:20 UTC
Currently netavark installs its binary to /usr/bin/netavark which is not found by podman. It should instead be installed to /usr/libexec/podman/netavark in order to be usable. Otherwise, podman falls back to the cni network backend instead of netavark.

Steps to reproduce:
1. Install podman and netavark.
2. Run "podman system reset" and enter "y". Podman will reinitialize its environment including the network backend.
3. Run "podman info | grep networkBackend" and see that Podman is still using the cni backend.

If we work around this by creating a link to /usr/bin/netavark at /usr/libexec/podman/netavark and run the above steps, podman will use netavark as the networking backend as expected.
Comment 1 Zac Medico gentoo-dev 2023-05-08 05:26:38 UTC
Fixed in netavark-1.6.0. Thanks!