[opensuse] xtables-addons kernel modules package
Hello. I can't seem to find the xtables-addons-kmp-default package for current leap 15 kernels. I like to keep my system running the latest supplied opensuse kernel, but would really like to make use of the xtables functionality in my firewall. Is there some way that I can build the modules for the latest kernel (4.12.14-lp150.12.10-default)? The only version available in yast is 2.14_k4.12.14_lp150.11-lp150.2.25 Thanks -- Jeremy Baker <jab@mbcs.ca> GnuPGP fingerprint = EE66 AC49 E008 E09A 7A2A 0195 50EF 580B EDBB 95B6 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, Aug 08, 2018 at 02:12:58PM -0400, Jeremy Baker wrote:
Hello. I can't seem to find the xtables-addons-kmp-default package for current leap 15 kernels. I like to keep my system running the latest supplied opensuse kernel, but would really like to make use of the xtables functionality in my firewall. Is there some way that I can build the modules for the latest kernel (4.12.14-lp150.12.10-default)? The only version available in yast is 2.14_k4.12.14_lp150.11-lp150.2.25
The old module should still load with newer kernels. Does it not load? Ciao, marcus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/08/2018 02:15 PM, Marcus Meissner wrote:
On Wed, Aug 08, 2018 at 02:12:58PM -0400, Jeremy Baker wrote:
Hello. I can't seem to find the xtables-addons-kmp-default package for current leap 15 kernels. I like to keep my system running the latest supplied opensuse kernel, but would really like to make use of the xtables functionality in my firewall. Is there some way that I can build the modules for the latest kernel (4.12.14-lp150.12.10-default)? The only version available in yast is 2.14_k4.12.14_lp150.11-lp150.2.25 The old module should still load with newer kernels. Does it not load?
Ciao, marcus
No it doesn't. I get the following error modprobe: FATAL: Module xt_geoip not found in directory /lib/modules/4.12.14-lp150.12.10-default -- Jeremy Baker <jab@mbcs.ca> GnuPGP fingerprint = EE66 AC49 E008 E09A 7A2A 0195 50EF 580B EDBB 95B6 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Jeremy Baker wrote:
On 08/08/2018 02:15 PM, Marcus Meissner wrote:
On Wed, Aug 08, 2018 at 02:12:58PM -0400, Jeremy Baker wrote:
Hello. I can't seem to find the xtables-addons-kmp-default package for current leap 15 kernels. I like to keep my system running the latest supplied opensuse kernel, but would really like to make use of the xtables functionality in my firewall. Is there some way that I can build the modules for the latest kernel (4.12.14-lp150.12.10-default)? The only version available in yast is 2.14_k4.12.14_lp150.11-lp150.2.25 The old module should still load with newer kernels. Does it not load?
Ciao, marcus
No it doesn't. I get the following error
modprobe: FATAL: Module xt_geoip not found in directory /lib/modules/4.12.14-lp150.12.10-default
Um, that is not really "module does not load", that is "module wasn't found". Did you install "xtables-addons-kmp-default" ? -- Per Jessen, Zürich (23.6°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/08/2018 02:51 PM, Per Jessen wrote:
Jeremy Baker wrote:
On 08/08/2018 02:15 PM, Marcus Meissner wrote:
On Wed, Aug 08, 2018 at 02:12:58PM -0400, Jeremy Baker wrote:
Hello. I can't seem to find the xtables-addons-kmp-default package for current leap 15 kernels. I like to keep my system running the latest supplied opensuse kernel, but would really like to make use of the xtables functionality in my firewall. Is there some way that I can build the modules for the latest kernel (4.12.14-lp150.12.10-default)? The only version available in yast is 2.14_k4.12.14_lp150.11-lp150.2.25 The old module should still load with newer kernels. Does it not load?
Ciao, marcus
No it doesn't. I get the following error
modprobe: FATAL: Module xt_geoip not found in directory /lib/modules/4.12.14-lp150.12.10-default Um, that is not really "module does not load", that is "module wasn't found". Did you install "xtables-addons-kmp-default" ?
Yes it is installed -- Jeremy Baker <jab@mbcs.ca> GnuPGP fingerprint = EE66 AC49 E008 E09A 7A2A 0195 50EF 580B EDBB 95B6 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Jeremy Baker wrote:
On 08/08/2018 02:51 PM, Per Jessen wrote:
Jeremy Baker wrote:
On 08/08/2018 02:15 PM, Marcus Meissner wrote:
On Wed, Aug 08, 2018 at 02:12:58PM -0400, Jeremy Baker wrote:
Hello. I can't seem to find the xtables-addons-kmp-default package for current leap 15 kernels. I like to keep my system running the latest supplied opensuse kernel, but would really like to make use of the xtables functionality in my firewall. Is there some way that I can build the modules for the latest kernel (4.12.14-lp150.12.10-default)? The only version available in yast is 2.14_k4.12.14_lp150.11-lp150.2.25 The old module should still load with newer kernels. Does it not load?
Ciao, marcus
No it doesn't. I get the following error
modprobe: FATAL: Module xt_geoip not found in directory /lib/modules/4.12.14-lp150.12.10-default Um, that is not really "module does not load", that is "module wasn't found". Did you install "xtables-addons-kmp-default" ?
Yes it is installed
Maybe see if you can locate the actual file - find /lib/modules/ -type f -name xt_geoip\* then try to load a specific file with insmod: insmod <full path to file> Not a solution though. It seems to me it should have been built for the latest kernel too. -- Per Jessen, Zürich (24.2°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Per Jessen wrote:
Not a solution though. It seems to me it should have been built for the latest kernel too.
On leap15, trying to install xtables-addons-kmp-default, I got this : https://files.jessen.ch/office38-installing-xtables-modules.txt Something's not right. -- Per Jessen, Zürich (24.1°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, 08 Aug 2018 21:24:30 +0200 Per Jessen <per@computer.org> wrote:
Per Jessen wrote:
Not a solution though. It seems to me it should have been built for the latest kernel too.
On leap15, trying to install xtables-addons-kmp-default, I got this :
https://files.jessen.ch/office38-installing-xtables-modules.txt
Something's not right.
Indeed: https://files.jessen.ch/office38-installing-xtables-modules.txt Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404 files.jessen.ch Apache/2.4.33 (Linux/SUSE) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, 8 Aug 2018 20:47:07 +0100 Dave Howorth <dave@howorth.org.uk> wrote:
On Wed, 08 Aug 2018 21:24:30 +0200 Per Jessen <per@computer.org> wrote:
Per Jessen wrote:
Not a solution though. It seems to me it should have been built for the latest kernel too.
On leap15, trying to install xtables-addons-kmp-default, I got this :
https://files.jessen.ch/office38-installing-xtables-modules.txt
Something's not right.
Indeed:
https://files.jessen.ch/office38-installing-xtables-modules.txt
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster. Error 404 files.jessen.ch Apache/2.4.33 (Linux/SUSE)
Out of interest, I tried to load xtables-addons-kmp-default but it wants to downgrade my kernel before it will do so?! Is that what you noticed Per? I haven't done the latest update yet. Jeremy, have you installed xtables-geoip? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Dave Howorth wrote:
Indeed:
https://files.jessen.ch/office38-installing-xtables-modules.txt
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster. Error 404 files.jessen.ch Apache/2.4.33 (Linux/SUSE)
Sh.... sorry. Copied it to the wrong place.
Out of interest, I tried to load xtables-addons-kmp-default but it wants to downgrade my kernel before it will do so?! Is that what you noticed Per? I haven't done the latest update yet.
The desktop I installed it on is running 4.12.14-lp150.12.7-default - which should be the latest. I dont think I saw an attempt to downgrade anything. -- Per Jessen, Zürich (23.6°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, 08 Aug 2018 22:06:53 +0200 Per Jessen <per@computer.org> wrote:
Dave Howorth wrote:
Indeed:
https://files.jessen.ch/office38-installing-xtables-modules.txt
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster. Error 404 files.jessen.ch Apache/2.4.33 (Linux/SUSE)
Sh.... sorry. Copied it to the wrong place.
Out of interest, I tried to load xtables-addons-kmp-default but it wants to downgrade my kernel before it will do so?! Is that what you noticed Per? I haven't done the latest update yet.
The desktop I installed it on is running 4.12.14-lp150.12.7-default - which should be the latest. I dont think I saw an attempt to downgrade anything.
-12.7 is what I'm running. -12.10 is the latest update as of tonight. It wants to downgrade to -11.4, which is exactly what is shown in your now visible zypper log!? What have you been smoking? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Dave Howorth wrote:
On Wed, 08 Aug 2018 22:06:53 +0200 Per Jessen <per@computer.org> wrote:
Dave Howorth wrote:
Indeed:
https://files.jessen.ch/office38-installing-xtables-modules.txt
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster. Error 404 files.jessen.ch Apache/2.4.33 (Linux/SUSE)
Sh.... sorry. Copied it to the wrong place.
Out of interest, I tried to load xtables-addons-kmp-default but it wants to downgrade my kernel before it will do so?! Is that what you noticed Per? I haven't done the latest update yet.
The desktop I installed it on is running 4.12.14-lp150.12.7-default - which should be the latest. I dont think I saw an attempt to downgrade anything.
-12.7 is what I'm running. -12.10 is the latest update as of tonight. It wants to downgrade to -11.4, which is exactly what is shown in your now visible zypper log!? What have you been smoking?
Hehe, I haven't - but maybe it's getting a little late. I'll have to double check tomorrow. -- Per Jessen, Zürich (21.6°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Per Jessen wrote:
Dave Howorth wrote:
On Wed, 08 Aug 2018 22:06:53 +0200 Per Jessen <per@computer.org> wrote:
Dave Howorth wrote:
Indeed:
https://files.jessen.ch/office38-installing-xtables-modules.txt
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster. Error 404 files.jessen.ch Apache/2.4.33 (Linux/SUSE)
Sh.... sorry. Copied it to the wrong place.
Out of interest, I tried to load xtables-addons-kmp-default but it wants to downgrade my kernel before it will do so?! Is that what you noticed Per? I haven't done the latest update yet.
The desktop I installed it on is running 4.12.14-lp150.12.7-default - which should be the latest. I dont think I saw an attempt to downgrade anything.
-12.7 is what I'm running. -12.10 is the latest update as of tonight. It wants to downgrade to -11.4, which is exactly what is shown in your now visible zypper log!? What have you been smoking?
Hehe, I haven't - but maybe it's getting a little late. I'll have to double check tomorrow.
Okay, here is what I see (fresh eyes, fresh coffee) - on an up-to-date system, running 12.7, I tried installing 'xtables-addons-kmp-default'. This, as you quite correctly point out, drags in kernel-default-4.12.14-lp150.11.4.x86_64.rpm. The initrd is built, but then: (2/2) Installing: xtables-addons-kmp-default-2.14_k4.12.14_lp150.11-lp150.2.25.x86_64 ... [done] Additional rpm output: depmod: WARNING: //lib/modules/4.12.14-lp150.11-default/extra/xt_psd.ko needs unknown symbol (null) Plenty more of those. At the end, "cat: write error: Broken pipe", and the remaining initrds are not rebuilt. I've opened a report: https://bugzilla.opensuse.org/show_bug.cgi?id=1104300 -- Per Jessen, Zürich (20.8°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, Aug 09, 2018 at 09:03:32AM +0200, Per Jessen wrote:
Per Jessen wrote:
Dave Howorth wrote:
On Wed, 08 Aug 2018 22:06:53 +0200 Per Jessen <per@computer.org> wrote:
Dave Howorth wrote:
Indeed:
https://files.jessen.ch/office38-installing-xtables-modules.txt
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster. Error 404 files.jessen.ch Apache/2.4.33 (Linux/SUSE)
Sh.... sorry. Copied it to the wrong place.
Out of interest, I tried to load xtables-addons-kmp-default but it wants to downgrade my kernel before it will do so?! Is that what you noticed Per? I haven't done the latest update yet.
The desktop I installed it on is running 4.12.14-lp150.12.7-default - which should be the latest. I dont think I saw an attempt to downgrade anything.
-12.7 is what I'm running. -12.10 is the latest update as of tonight. It wants to downgrade to -11.4, which is exactly what is shown in your now visible zypper log!? What have you been smoking?
Hehe, I haven't - but maybe it's getting a little late. I'll have to double check tomorrow.
Okay, here is what I see (fresh eyes, fresh coffee) -
on an up-to-date system, running 12.7, I tried installing 'xtables-addons-kmp-default'. This, as you quite correctly point out, drags in kernel-default-4.12.14-lp150.11.4.x86_64.rpm.
The initrd is built, but then:
(2/2) Installing: xtables-addons-kmp-default-2.14_k4.12.14_lp150.11-lp150.2.25.x86_64 ... [done] Additional rpm output: depmod: WARNING: //lib/modules/4.12.14-lp150.11-default/extra/xt_psd.ko needs unknown symbol (null)
Plenty more of those. At the end, "cat: write error: Broken pipe", and the remaining initrds are not rebuilt.
I've opened a report: https://bugzilla.opensuse.org/show_bug.cgi?id=1104300
Andreas Stieger is pushing fixes update. Ciao, Marcus -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/14/2018 05:08 AM, Marcus Meissner wrote: > On Thu, Aug 09, 2018 at 09:03:32AM +0200, Per Jessen wrote: >> Per Jessen wrote: >> >>> Dave Howorth wrote: >>> >>>> On Wed, 08 Aug 2018 22:06:53 +0200 >>>> Per Jessen <per@computer.org> wrote: >>>> >>>>> Dave Howorth wrote: >>>>> >>>>>>> Indeed: >>>>>>> >>>>>>> https://files.jessen.ch/office38-installing-xtables-modules.txt >>>>>>> >>>>>>> Object not found! >>>>>>> >>>>>>> The requested URL was not found on this server. If you entered >>>>>>> the URL manually please check your spelling and try again. >>>>>>> >>>>>>> If you think this is a server error, please contact the >>>>>>> webmaster. Error 404 >>>>>>> files.jessen.ch >>>>>>> Apache/2.4.33 (Linux/SUSE) >>>>> Sh.... sorry. Copied it to the wrong place. >>>>> >>>>>> Out of interest, I tried to load xtables-addons-kmp-default but it >>>>>> wants to downgrade my kernel before it will do so?! Is that what >>>>>> you noticed Per? I haven't done the latest update yet. >>>>> The desktop I installed it on is running 4.12.14-lp150.12.7-default >>>>> - which should be the latest. I dont think I saw an attempt to >>>>> downgrade anything. >>>> -12.7 is what I'm running. -12.10 is the latest update as of tonight. >>>> It wants to downgrade to -11.4, which is exactly what is shown in >>>> your now visible zypper log!? What have you been smoking? >>> Hehe, I haven't - but maybe it's getting a little late. I'll have to >>> double check tomorrow. >> Okay, here is what I see (fresh eyes, fresh coffee) - >> >> on an up-to-date system, running 12.7, I tried >> installing 'xtables-addons-kmp-default'. This, as you quite correctly >> point out, drags in kernel-default-4.12.14-lp150.11.4.x86_64.rpm. >> >> The initrd is built, but then: >> >> (2/2) Installing: >> xtables-addons-kmp-default-2.14_k4.12.14_lp150.11-lp150.2.25.x86_64 ... >> [done] >> Additional rpm output: >> depmod: WARNING: //lib/modules/4.12.14-lp150.11-default/extra/xt_psd.ko >> needs unknown symbol (null) >> >> Plenty more of those. At the end, "cat: write error: Broken pipe", and >> the remaining initrds are not rebuilt. >> >> I've opened a report: >> https://bugzilla.opensuse.org/show_bug.cgi?id=1104300 > Andreas Stieger is pushing fixes update. > > Ciao, Marcus > Yesterday, I did an update, and along with a new kernel, came a new version of the xtables kernel module package. xtables-addons-kmp-default-2.14_k4.12.14_lp150.12.13-lp150.3.2.1.x86_64 after a reboot, I was able to modprobe xt_geoip successfully. Unfortunately, today there is another kernel update, and while the update didn't uninstall the xtables kernel module package, it didn't update it either, and now the only way to load the module is to explicitly insmod /lib/modules/4.12.14-lp150.12.13-default/extra/xt_geoip.ko Looks like it hasn't been fixed yet :( -- Jeremy Baker <jab@mbcs.ca> GnuPGP fingerprint = EE66 AC49 E008 E09A 7A2A 0195 50EF 580B EDBB 95B6 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Jeremy Baker wrote:
Yesterday, I did an update, and along with a new kernel, came a new version of the xtables kernel module package. xtables-addons-kmp-default-2.14_k4.12.14_lp150.12.13-lp150.3.2.1.x86_64
after a reboot, I was able to modprobe xt_geoip successfully. Unfortunately, today there is another kernel update, and while the update didn't uninstall the xtables kernel module package, it didn't update it either, and now the only way to load the module is to explicitly insmod /lib/modules/4.12.14-lp150.12.13-default/extra/xt_geoip.ko
Looks like it hasn't been fixed yet :(
Yeah. I did an update just earlier today and now installed xtables-addons-kmp-default again - xtables-addons-kmp-default-2.14_k4.12.14_lp150.12.13-lp150.3.2.1.x86_64 Something isn't quite right yet: # modprobe xt_geoip modprobe: FATAL: Module xt_geoip not found in directory /lib/modules/4.12.14-lp150.12.16-default # find /lib/modules/ -name xt_geoip\* /lib/modules/4.12.14-lp150.12.13-default/extra/xt_geoip.ko -- Per Jessen, Zürich (25.4°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 08/08/2018 03:56 PM, Dave Howorth wrote:
On Wed, 8 Aug 2018 20:47:07 +0100 Dave Howorth <dave@howorth.org.uk> wrote:
On Wed, 08 Aug 2018 21:24:30 +0200 Per Jessen <per@computer.org> wrote:
Per Jessen wrote:
Not a solution though. It seems to me it should have been built for the latest kernel too.
On leap15, trying to install xtables-addons-kmp-default, I got this :
https://files.jessen.ch/office38-installing-xtables-modules.txt
Something's not right. Indeed:
https://files.jessen.ch/office38-installing-xtables-modules.txt
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster. Error 404 files.jessen.ch Apache/2.4.33 (Linux/SUSE) Out of interest, I tried to load xtables-addons-kmp-default but it wants to downgrade my kernel before it will do so?! Is that what you noticed Per? I haven't done the latest update yet.
Jeremy, have you installed xtables-geoip?
I did install xtables-geoip. The latest kernel update had uninstalled the kmp package, and when I reinstalled it, it also reinstalled the old kernel. So I have the following kernel packages installed. kernel-default-4.12.14-lp150.11.4.x86_64 kernel-default-4.12.14-lp150.12.10.1.x86_64 kernel-default-4.12.14-lp150.12.7.1.x86_64 I'm currently booted into 12.10 and was able to insert the module by using the insmod command along with the absolute path to the module. It would be nice if it just worked and further kernel updates didn't remove the modules. Never had this problem on previous versions of leap. -- Jeremy Baker <jab@mbcs.ca> GnuPGP fingerprint = EE66 AC49 E008 E09A 7A2A 0195 50EF 580B EDBB 95B6 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Jeremy Baker wrote:
I did install xtables-geoip. The latest kernel update had uninstalled the kmp package, and when I reinstalled it, it also reinstalled the old kernel. So I have the following kernel packages installed.
kernel-default-4.12.14-lp150.11.4.x86_64 kernel-default-4.12.14-lp150.12.10.1.x86_64 kernel-default-4.12.14-lp150.12.7.1.x86_64
Same here.
I'm currently booted into 12.10 and was able to insert the module by using the insmod command along with the absolute path to the module. It would be nice if it just worked and further kernel updates didn't remove the modules. Never had this problem on previous versions of leap.
Yeah, something's not right. -- Per Jessen, Zürich (21.2°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Dave Howorth
-
Jeremy Baker
-
Marcus Meissner
-
Per Jessen