-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 20.04 focal: xt_RTPENGINE.ko not copied to /lib/modules #1616
Comments
Have you applied the backports script for focal? |
Thank you for the quick reply No, but thank you for the hint, looking for those information (may I ask where to find it)? I guess I found it: pkg/deb/backports/focal |
I guess those patches do not work anymore. I just checked out rtpengine again to have a clean install...
|
I guess, those errors can be ignored...
But hunting down the next issue:
|
Solution from #1605 by commenting out that line seems to work for me. I would have prefered to be able to manage capabilities. |
The MO for the backports script is: run |
I'm still not sure where this is coming from because systemd should be able to set the capabilities just fine, unless running in some sort of non-standard environment maybe? |
Hi
I installed rtpengine twice. Once on a ARM pine64 running Armbian to mess around ;-).
using dpkg-buildpackage --no-sign worked flawlessly, building debian packages which installed kernel module and everything worked on 2nd try (after figuring out --no-sign).
Now onto production machine under Ubuntu 20.04 foca.
I had to mess around with package names slightly different that on 'vanilla' debian. But I'm quite confident, all dependencies are met and the correct kernel header are installed.
I had to use dpkg-buildpackage -d --no-sign to not check packages as it would stumble over packages whose names don't match.
*.deb files are built and I see no obvious errors.
But ngcp-rtpengine-kernel-dkms_11.3.0.0+0~mr11.3.0.0_all.deb fails to install, most probably because of:
ngcp-rtpengine-iptables-setup[933809]: modprobe: FATAL: Module xt_RTPENGINE not found in directory /lib/modules/5.4.0-132-generic
uname -a
Linux rtpengine 5.4.0-132-generic
Yes that matches, it's the right kernel and correct path.
Did a depmod -a but that is useless, as the module is not being copied.
The module is built, and can be loaded successfully.
insmod git/rtpengine/kernel-module/xt_RTPENGINE.ko
Could anyone hint me to why the installing of the deb dkms file fails to copy the module to the /lib/modules directory?
-Benoît-
The text was updated successfully, but these errors were encountered: