Closed MarcoNapoleone closed 3 weeks ago
Dear @MarcoNapoleone,
Thank you for reaching out and for opening the issue.
We’ve encountered this error before, and there’s a workaround available here: KatharaFramework/Docker-Images Issue #10.
Unfortunately, it appears we forgot to push the necessary updates to Docker Hub. We'll address this today.
In the meantime, you can manually build the image by following these steps:
make frr
After that, you should be able to run the network scenarios without issues.
Let us know if this resolves the problem!
Thanks again.
Thank you so much for the quick response!
I followed your instructions, and everything is working perfectly now.
Please feel free to reach out if you need help with future RPM testing, I’d be happy to assist.
Operating System
Fedora Linux 40 (Workstation Edition)
Kathará Version
3.7.7
Bug Description
When launching a lab environment that relies on FRR, the container fails to complete the systemctl start frr command, which causes the FRR daemon to hang and prevents the generation of the frr.log file. This issue has been consistently reproduced on Fedora systems with kernel versions greater than 6.8 and across multiple Kathara versions, suggesting a possible compatibility issue between the latest kernel versions and the Docker image used.
Steps To Reproduce
systemctl start frr
e.g. using Lab "Papillon"
Expected Behavior
The FRR daemon should start without issues, and a frr.log file should be generated to confirm normal operation.
Check Command Output