Description of problem: Starting a podman macvlan network, you need the cni-dhcp socket and service running to proxy. Starting the service by hand works fine (as per https://github.com/containers/podman/blob/master/docs/tutorials/basic_networking.md), but using the systemd service provided fails, because it is trying to start /opt/cni/bin/dhcp instead of /usr/libexec/cni/dhcp. Version-Release number of selected component (if applicable): Fedora 34 Silverblue, up2date as of 2021-05-19. How reproducible: Very. Steps to Reproduce: 1. systemctl enable cni-dhcp.socket && systemctl start cni-dhcp.socket 2. systemctl enable cni-dhcp.service 3. systemctl start cni-dhcp.service <<< FAILS Actual results: Service fails starting Expected results: Service starts Additional info: Change the line ExecStart=/opt/cni/bin/dhcp daemon to ExecStart=/usr/libexec/cni/dhcp daemon should resolve this on Fedora 34 (including Silverblue). Copying /usr/lib/systemd/system/cni-dhcp.service to /etc/systemd/system/ and fixing up the ExecStart line to point correctly and then rebooting F34 Silverblue will allow the service to start correctly (tested and verified just now).
FEDORA-2021-0c53d8738d has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-0c53d8738d
FEDORA-2021-d8038a5529 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-d8038a5529
FEDORA-2021-0c53d8738d has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-0c53d8738d` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-0c53d8738d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-d8038a5529 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-d8038a5529` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-d8038a5529 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-d8038a5529 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-0c53d8738d has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.