<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Strange modprobe errors with module ip_tables of PAE kernel 2.6.18 on RHEL 5 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/strange-modprobe-errors-with-module-ip-tables-of-pae-kernel-2-6/m-p/4227903#M33112</link>
    <description>Hi Santosh,&lt;BR /&gt;&lt;BR /&gt;exactly the same output, "Firewall is stopped".&lt;BR /&gt;&lt;BR /&gt;Also the curious log entries haven't reappeared in /var/log/messages.</description>
    <pubDate>Fri, 11 Jul 2008 04:02:46 GMT</pubDate>
    <dc:creator>Ralph Grothe</dc:creator>
    <dc:date>2008-07-11T04:02:46Z</dc:date>
    <item>
      <title>Strange modprobe errors with module ip_tables of PAE kernel 2.6.18 on RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-modprobe-errors-with-module-ip-tables-of-pae-kernel-2-6/m-p/4227901#M33110</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;kernel and OS release are as follows:&lt;BR /&gt;&lt;BR /&gt;# uname -srvi&lt;BR /&gt;Linux 2.6.18-53.el5PAE #1 SMP Wed Oct 10 16:48:18 EDT 2007 i386&lt;BR /&gt;&lt;BR /&gt;# cat /etc/redhat-release &lt;BR /&gt;Red Hat Enterprise Linux Server release 5.1 (Tikanga)&lt;BR /&gt;&lt;BR /&gt;As can be seen the RHEL installer must have selected a kernel with Physical Address Extensions implemented because the physical memory of the box is 4 GB (I assume this to be the threshold criteria of the installer to select a PAE kernel?)&lt;BR /&gt;I don't beleive that the colleague who installed the OS on this box made this PAE choice deliberately.&lt;BR /&gt;&lt;BR /&gt;# free -mo&lt;BR /&gt;             total       used       free     shared    buffers     cached&lt;BR /&gt;Mem:          4050       3971         78          0        137       3344&lt;BR /&gt;Swap:         2047          0       2047&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have no experience with PAE kernels from RedHat (or other distro),&lt;BR /&gt;because at home I don't have HW with that much memory, and on the other hand most of our other RHEL servers meanwhile use 64bit kernels.&lt;BR /&gt;&lt;BR /&gt;What is annoying and kind of irritating are log entries in messages from failed modprobe invocations for loading of Netfilter modules such as these:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# grep modprobe /var/log/messages&lt;BR /&gt;Jul  4 08:49:12 somehost modprobe: WARNING: Error inserting x_tables (/lib/modules/2.6.18-53.el5PAE/kernel/net/netfilter/x_tables.ko): Operation not permitted &lt;BR /&gt;Jul  4 08:49:12 somehost modprobe: FATAL: Error inserting ip_tables (/lib/modules/2.6.18-53.el5PAE/kernel/net/ipv4/netfilter/ip_tables.ko): Operation not permitted &lt;BR /&gt;Jul  4 08:49:46 somehost modprobe: WARNING: Error inserting x_tables (/lib/modules/2.6.18-53.el5PAE/kernel/net/netfilter/x_tables.ko): Operation not permitted &lt;BR /&gt;Jul  4 08:49:46 somehost modprobe: FATAL: Error inserting ip_tables (/lib/modules/2.6.18-53.el5PAE/kernel/net/ipv4/netfilter/ip_tables.ko): Operation not permitted &lt;BR /&gt;Jul  4 08:50:09 somehost modprobe: WARNING: Error inserting x_tables (/lib/modules/2.6.18-53.el5PAE/kernel/net/netfilter/x_tables.ko): Operation not permitted &lt;BR /&gt;Jul  4 08:50:09 somehost modprobe: FATAL: Error inserting ip_tables (/lib/modules/2.6.18-53.el5PAE/kernel/net/ipv4/netfilter/ip_tables.ko): Operation not permitted &lt;BR /&gt;Jul  4 08:50:18 somehost modprobe: WARNING: Error inserting x_tables (/lib/modules/2.6.18-53.el5PAE/kernel/net/netfilter/x_tables.ko): Operation not permitted &lt;BR /&gt;Jul  4 08:50:18 somehost modprobe: FATAL: Error inserting ip_tables (/lib/modules/2.6.18-53.el5PAE/kernel/net/ipv4/netfilter/ip_tables.ko): Operation not permitted &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We could well live with a kernel which hadn't enabled module support for Netfilter because on this host we make no use of Iptables at all,&lt;BR /&gt;and thus have deliberately disabled startup of iptables:&lt;BR /&gt;&lt;BR /&gt;# echo ip{,6}tables|xargs -n1 chkconfig --list&lt;BR /&gt;iptables        0:off   1:off   2:off   3:off   4:off   5:off   6:off&lt;BR /&gt;ip6tables       0:off   1:off   2:off   3:off   4:off   5:off   6:off&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Nevertheless, something must have loaded the iptables modules&lt;BR /&gt;&lt;BR /&gt;# lsmod|grep tables&lt;BR /&gt;ip_tables              17029  1 iptable_filter&lt;BR /&gt;x_tables               17349  1 ip_tables&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have no idea which process is trying to load these unneeded modules and causing the above log entries in messages.&lt;BR /&gt;&lt;BR /&gt;I would like to deactivate any load attempts of these modules, without having to compile a new kernel which has no Netfilter hooks in it anymore.&lt;BR /&gt;We would like to stick with the RedHat supplied kernel, maybe also to stay eligible to RH support or similar.&lt;BR /&gt;&lt;BR /&gt;I could add some startup script that would unload any loaded Netfilter modules like this&lt;BR /&gt;&lt;BR /&gt;# rmmod ip_tables&lt;BR /&gt;ERROR: Module ip_tables is in use by iptable_filter&lt;BR /&gt; &lt;BR /&gt;# modprobe -r iptable_filter&lt;BR /&gt; &lt;BR /&gt;# modprobe -r ip_tables&lt;BR /&gt; &lt;BR /&gt;# lsmod|grep -c tables&lt;BR /&gt;0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But I would consider this pretty weird.&lt;BR /&gt;&lt;BR /&gt;Any other proposals or maybe explanations of what's going on?&lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;BR /&gt;Ralph&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-modprobe-errors-with-module-ip-tables-of-pae-kernel-2-6/m-p/4227901#M33110</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2008-07-04T07:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Strange modprobe errors with module ip_tables of PAE kernel 2.6.18 on RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-modprobe-errors-with-module-ip-tables-of-pae-kernel-2-6/m-p/4227902#M33111</link>
      <description>here is what i see in one my servers&lt;BR /&gt;&lt;BR /&gt;#lsmod|grep tables&lt;BR /&gt;ip6_tables             50049  1 ip6table_filter&lt;BR /&gt;x_tables               50377  3 ip6t_REJECT,xt_tcpudp,ip6_tables&lt;BR /&gt;&lt;BR /&gt;# service iptables status&lt;BR /&gt;Firewall is stopped.&lt;BR /&gt;&lt;BR /&gt;what is the status of "service iptables status"  now?</description>
      <pubDate>Thu, 10 Jul 2008 17:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-modprobe-errors-with-module-ip-tables-of-pae-kernel-2-6/m-p/4227902#M33111</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-07-10T17:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Strange modprobe errors with module ip_tables of PAE kernel 2.6.18 on RHEL 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strange-modprobe-errors-with-module-ip-tables-of-pae-kernel-2-6/m-p/4227903#M33112</link>
      <description>Hi Santosh,&lt;BR /&gt;&lt;BR /&gt;exactly the same output, "Firewall is stopped".&lt;BR /&gt;&lt;BR /&gt;Also the curious log entries haven't reappeared in /var/log/messages.</description>
      <pubDate>Fri, 11 Jul 2008 04:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strange-modprobe-errors-with-module-ip-tables-of-pae-kernel-2-6/m-p/4227903#M33112</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2008-07-11T04:02:46Z</dc:date>
    </item>
  </channel>
</rss>

