* insmod: can't read 'ip_queue': No such file or directory?
@ 2005-01-16 16:20 mdpeters
2005-01-17 13:15 ` Jose Maria Lopez
0 siblings, 1 reply; 8+ messages in thread
From: mdpeters @ 2005-01-16 16:20 UTC (permalink / raw)
To: netfilter@lists.netfilter.org
Does anyone know how I might fix this error? I am running Fedora Core 2
fully patched and iptables-1.2.11, kernel vmlinuz-2.6.10-1.9_FC2smp.
# ./insmod ip_queue
insmod: can't read 'ip_queue': No such file or directory
--
Best regards,
Michael
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: insmod: can't read 'ip_queue': No such file or directory?
2005-01-16 16:20 insmod: can't read 'ip_queue': No such file or directory? mdpeters
@ 2005-01-17 13:15 ` Jose Maria Lopez
2005-01-17 14:21 ` mdpeters
[not found] ` <5.1.0.14.2.20050117153713.00bdfd28@pop.mail.yahoo.it>
0 siblings, 2 replies; 8+ messages in thread
From: Jose Maria Lopez @ 2005-01-17 13:15 UTC (permalink / raw)
To: netfilter@lists.netfilter.org
El dom, 16 de 01 de 2005 a las 17:20, mdpeters escribió:
> Does anyone know how I might fix this error? I am running Fedora Core 2
> fully patched and iptables-1.2.11, kernel vmlinuz-2.6.10-1.9_FC2smp.
>
> # ./insmod ip_queue
> insmod: can't read 'ip_queue': No such file or directory
Try: modprobe ip_queue
and check that you have the ip_queue.ko file and it's
readable.
--
Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA
The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: insmod: can't read 'ip_queue': No such file or directory?
2005-01-17 13:15 ` Jose Maria Lopez
@ 2005-01-17 14:21 ` mdpeters
[not found] ` <5.1.0.14.2.20050117153713.00bdfd28@pop.mail.yahoo.it>
1 sibling, 0 replies; 8+ messages in thread
From: mdpeters @ 2005-01-17 14:21 UTC (permalink / raw)
To: Jose Maria Lopez; +Cc: netfilter@lists.netfilter.org
This what I have found:
# find / -name ip_queue.ko
/lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
/lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
/lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
/lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
# /sbin/modprobe ip_queue
# ls -l /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
-rwxr--r-- 1 root root 13624 Jan 13 18:37
/lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
# ls -l /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
-rwxr--r-- 1 root root 10004 May 8 2004
/lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
# ls -l /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
-rwxr--r-- 1 root root 14772 May 8 2004
/lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
# ls -l /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
-rwxr--r-- 1 root root 17964 Jan 13 18:37
/lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
#
# /sbin/insmod ip_queue
insmod: can't read 'ip_queue': No such file or directory
Jose Maria Lopez wrote:
>El dom, 16 de 01 de 2005 a las 17:20, mdpeters escribió:
>
>
>>Does anyone know how I might fix this error? I am running Fedora Core 2
>>fully patched and iptables-1.2.11, kernel vmlinuz-2.6.10-1.9_FC2smp.
>>
>># ./insmod ip_queue
>>insmod: can't read 'ip_queue': No such file or directory
>>
>>
>
>Try: modprobe ip_queue
>and check that you have the ip_queue.ko file and it's
>readable.
>
>
>
--
Best regards,
Michael D. Peters
Director of Security Services
CISSP
Lazarus Alliance Inc.
M: 502-767-3448
O: 502-231-8017 x8
H: 502-231-6923
F: 502-231-5347
michael.peters@lazarusalliance.com
www.lazarusalliance.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: insmod: can't read 'ip_queue': No such file or directory?
[not found] ` <5.1.0.14.2.20050117153713.00bdfd28@pop.mail.yahoo.it>
@ 2005-01-17 14:52 ` mdpeters
2005-01-18 2:10 ` Jose Maria Lopez
[not found] ` <5.1.0.14.2.20050117155947.00c5adb8@pop.mail.yahoo.it>
1 sibling, 1 reply; 8+ messages in thread
From: mdpeters @ 2005-01-17 14:52 UTC (permalink / raw)
To: max bunker, netfilter@lists.netfilter.org
I tried this:
# /sbin/depmod -a
# /sbin/insmod ip_queue
insmod: can't read 'ip_queue': No such file or directory
Question?
Does the ip_queue get placed into the kernel source by iptables or is it
something already in the kernel that just gets activated?
max bunker wrote:
> Try depmod -a, before loading module.....
>
>
> Luis
>
> At 09.21 17/01/2005 -0500, you wrote:
>
>> This what I have found:
>>
>> # find / -name ip_queue.ko
>>
>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>>
>> /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>>
>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>
>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>
>> # /sbin/modprobe ip_queue
>>
>> # ls -l
>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>> -rwxr--r-- 1 root root 13624 Jan 13 18:37
>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>>
>> # ls -l /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>> -rwxr--r-- 1 root root 10004 May 8 2004
>> /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>>
>> # ls -l
>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>> -rwxr--r-- 1 root root 14772 May 8 2004
>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>
>> # ls -l
>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>> -rwxr--r-- 1 root root 17964 Jan 13 18:37
>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>> #
>>
>> # /sbin/insmod ip_queue
>> insmod: can't read 'ip_queue': No such file or directory
>>
>> Jose Maria Lopez wrote:
>>
>>> El dom, 16 de 01 de 2005 a las 17:20, mdpeters escribió:
>>>
>>>
>>>> Does anyone know how I might fix this error? I am running Fedora
>>>> Core 2 fully patched and iptables-1.2.11, kernel
>>>> vmlinuz-2.6.10-1.9_FC2smp.
>>>>
>>>> # ./insmod ip_queue
>>>> insmod: can't read 'ip_queue': No such file or directory
>>>>
>>>
>>> Try: modprobe ip_queue
>>> and check that you have the ip_queue.ko file and it's
>>> readable.
>>>
>>>
>>
>> --
>>
>> Best regards,
>>
>> Michael D. Peters
>> Director of Security Services
>> CISSP
>> Lazarus Alliance Inc.
>> M: 502-767-3448
>> O: 502-231-8017 x8
>> H: 502-231-6923
>> F: 502-231-5347
>>
>> michael.peters@lazarusalliance.com
>> www.lazarusalliance.com
>>
>
--
Best regards,
Michael D. Peters
Director of Security Services
CISSP
Lazarus Alliance Inc.
M: 502-767-3448
O: 502-231-8017 x8
H: 502-231-6923
F: 502-231-5347
michael.peters@lazarusalliance.com
www.lazarusalliance.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: insmod: can't read 'ip_queue': No such file or directory?
[not found] ` <5.1.0.14.2.20050117155947.00c5adb8@pop.mail.yahoo.it>
@ 2005-01-17 15:05 ` mdpeters
[not found] ` <5.1.0.14.2.20050117173516.00bc90d8@pop.mail.yahoo.it>
1 sibling, 0 replies; 8+ messages in thread
From: mdpeters @ 2005-01-17 15:05 UTC (permalink / raw)
To: max bunker, netfilter@lists.netfilter.org
Here it is.
/sbin/modprobe -l |grep ip_queue
/lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
max bunker wrote:
> Post the output of :
> modprobe -l | grep ip_queque
>
> Luis
>
> At 09.52 17/01/2005 -0500, you wrote:
>
>> I tried this:
>>
>> # /sbin/depmod -a
>> # /sbin/insmod ip_queue
>> insmod: can't read 'ip_queue': No such file or directory
>>
>> Question?
>>
>> Does the ip_queue get placed into the kernel source by iptables or is
>> it something already in the kernel that just gets activated?
>>
>> max bunker wrote:
>>
>>> Try depmod -a, before loading module.....
>>>
>>>
>>> Luis
>>>
>>> At 09.21 17/01/2005 -0500, you wrote:
>>>
>>>> This what I have found:
>>>>
>>>> # find / -name ip_queue.ko
>>>>
>>>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>
>>>> /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>
>>>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>
>>>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>
>>>> # /sbin/modprobe ip_queue
>>>>
>>>> # ls -l
>>>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>>>> -rwxr--r-- 1 root root 13624 Jan 13 18:37
>>>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>
>>>> # ls -l /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>>>> -rwxr--r-- 1 root root 10004 May 8 2004
>>>> /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>
>>>> # ls -l
>>>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>> -rwxr--r-- 1 root root 14772 May 8 2004
>>>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>
>>>> # ls -l
>>>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>> -rwxr--r-- 1 root root 17964 Jan 13 18:37
>>>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>> #
>>>>
>>>> # /sbin/insmod ip_queue
>>>> insmod: can't read 'ip_queue': No such file or directory
>>>>
>>>> Jose Maria Lopez wrote:
>>>>
>>>>> El dom, 16 de 01 de 2005 a las 17:20, mdpeters escribió:
>>>>>
>>>>>
>>>>>> Does anyone know how I might fix this error? I am running Fedora
>>>>>> Core 2 fully patched and iptables-1.2.11, kernel
>>>>>> vmlinuz-2.6.10-1.9_FC2smp.
>>>>>>
>>>>>> # ./insmod ip_queue
>>>>>> insmod: can't read 'ip_queue': No such file or directory
>>>>>
>>>>>
>>>>> Try: modprobe ip_queue
>>>>> and check that you have the ip_queue.ko file and it's
>>>>> readable.
>>>>>
>>>>
>>>> --
>>>>
>>>> Best regards,
>>>>
>>>> Michael D. Peters
>>>> Director of Security Services
>>>> CISSP
>>>> Lazarus Alliance Inc.
>>>> M: 502-767-3448
>>>> O: 502-231-8017 x8
>>>> H: 502-231-6923
>>>> F: 502-231-5347
>>>>
>>>> michael.peters@lazarusalliance.com
>>>> www.lazarusalliance.com
>>>
>>
>> --
>>
>> Best regards,
>>
>> Michael D. Peters
>> Director of Security Services
>> CISSP
>> Lazarus Alliance Inc.
>> M: 502-767-3448
>> O: 502-231-8017 x8
>> H: 502-231-6923
>> F: 502-231-5347
>>
>> michael.peters@lazarusalliance.com
>> www.lazarusalliance.com
>
>
--
Best regards,
Michael D. Peters
Director of Security Services
CISSP
Lazarus Alliance Inc.
M: 502-767-3448
O: 502-231-8017 x8
H: 502-231-6923
F: 502-231-5347
michael.peters@lazarusalliance.com
www.lazarusalliance.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: insmod: can't read 'ip_queue': No such file or directory?
[not found] ` <5.1.0.14.2.20050117173516.00bc90d8@pop.mail.yahoo.it>
@ 2005-01-17 16:47 ` mdpeters
[not found] ` <5.1.0.14.2.20050117180344.00bc90d8@pop.mail.yahoo.it>
1 sibling, 0 replies; 8+ messages in thread
From: mdpeters @ 2005-01-17 16:47 UTC (permalink / raw)
To: max bunker, netfilter@lists.netfilter.org
I ran this:
# /sbin/modprobe ip_queue
It looks like ip_queue is now loaded!
# /sbin/lsmod
Module Size Used by
bridge 47833 0
atm 42389 1 bridge
ip_queue 14681 0
md5 8001 1
ipv6 239969 18
autofs4 21829 0
sunrpc 135973 1
e1000 84885 0
e100 36033 0
mii 8641 1 e100
sg 38881 0
microcode 11489 0
dm_mod 58181 0
video 19653 0
button 10577 0
battery 13253 0
ac 8773 0
ext3 121929 2
jbd 57561 1 ext3
ata_piix 12613 3
libata 44357 1 ata_piix
sd_mod 19905 4
scsi_mod 116673 3 sg,libata,sd_mod
max bunker wrote:
> Use modprobe instead,on my machine with insmod doesn't work too.
>
> Luis
>
> At 10.05 17/01/2005 -0500, you wrote:
>
>> Here it is.
>> /sbin/modprobe -l |grep ip_queue
>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>
>> max bunker wrote:
>>
>>> Post the output of :
>>> modprobe -l | grep ip_queque
>>>
>>> Luis
>>>
>>> At 09.52 17/01/2005 -0500, you wrote:
>>>
>>>> I tried this:
>>>>
>>>> # /sbin/depmod -a
>>>> # /sbin/insmod ip_queue
>>>> insmod: can't read 'ip_queue': No such file or directory
>>>>
>>>> Question?
>>>>
>>>> Does the ip_queue get placed into the kernel source by iptables or
>>>> is it something already in the kernel that just gets activated?
>>>>
>>>> max bunker wrote:
>>>>
>>>>> Try depmod -a, before loading module.....
>>>>>
>>>>>
>>>>> Luis
>>>>>
>>>>> At 09.21 17/01/2005 -0500, you wrote:
>>>>>
>>>>>> This what I have found:
>>>>>>
>>>>>> # find / -name ip_queue.ko
>>>>>>
>>>>>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>
>>>>>> /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>
>>>>>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>
>>>>>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>
>>>>>> # /sbin/modprobe ip_queue
>>>>>>
>>>>>> # ls -l
>>>>>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>> -rwxr--r-- 1 root root 13624 Jan 13 18:37
>>>>>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>
>>>>>> # ls -l
>>>>>> /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>> -rwxr--r-- 1 root root 10004 May 8 2004
>>>>>> /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>
>>>>>> # ls -l
>>>>>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>> -rwxr--r-- 1 root root 14772 May 8 2004
>>>>>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>
>>>>>> # ls -l
>>>>>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>> -rwxr--r-- 1 root root 17964 Jan 13 18:37
>>>>>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>> #
>>>>>>
>>>>>> # /sbin/insmod ip_queue
>>>>>> insmod: can't read 'ip_queue': No such file or directory
>>>>>>
>>>>>> Jose Maria Lopez wrote:
>>>>>>
>>>>>>> El dom, 16 de 01 de 2005 a las 17:20, mdpeters escribió:
>>>>>>>
>>>>>>>
>>>>>>>> Does anyone know how I might fix this error? I am running
>>>>>>>> Fedora Core 2 fully patched and iptables-1.2.11, kernel
>>>>>>>> vmlinuz-2.6.10-1.9_FC2smp.
>>>>>>>>
>>>>>>>> # ./insmod ip_queue
>>>>>>>> insmod: can't read 'ip_queue': No such file or directory
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Try: modprobe ip_queue
>>>>>>> and check that you have the ip_queue.ko file and it's
>>>>>>> readable.
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> Best regards,
>>>>>>
>>>>>> Michael D. Peters
>>>>>> Director of Security Services
>>>>>> CISSP
>>>>>> Lazarus Alliance Inc.
>>>>>> M: 502-767-3448
>>>>>> O: 502-231-8017 x8
>>>>>> H: 502-231-6923
>>>>>> F: 502-231-5347
>>>>>>
>>>>>> michael.peters@lazarusalliance.com
>>>>>> www.lazarusalliance.com
>>>>>
>>>>
>>>> --
>>>>
>>>> Best regards,
>>>>
>>>> Michael D. Peters
>>>> Director of Security Services
>>>> CISSP
>>>> Lazarus Alliance Inc.
>>>> M: 502-767-3448
>>>> O: 502-231-8017 x8
>>>> H: 502-231-6923
>>>> F: 502-231-5347
>>>>
>>>> michael.peters@lazarusalliance.com
>>>> www.lazarusalliance.com
>>>
>>>
>>
>> --
>>
>> Best regards,
>>
>> Michael D. Peters
>> Director of Security Services
>> CISSP
>> Lazarus Alliance Inc.
>> M: 502-767-3448
>> O: 502-231-8017 x8
>> H: 502-231-6923
>> F: 502-231-5347
>>
>> michael.peters@lazarusalliance.com
>> www.lazarusalliance.com
>
>
--
Best regards,
Michael D. Peters
Director of Security Services
CISSP
Lazarus Alliance Inc.
M: 502-767-3448
O: 502-231-8017 x8
H: 502-231-6923
F: 502-231-5347
michael.peters@lazarusalliance.com
www.lazarusalliance.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: insmod: can't read 'ip_queue': No such file or directory?
[not found] ` <5.1.0.14.2.20050117180344.00bc90d8@pop.mail.yahoo.it>
@ 2005-01-17 18:53 ` mdpeters
0 siblings, 0 replies; 8+ messages in thread
From: mdpeters @ 2005-01-17 18:53 UTC (permalink / raw)
To: max bunker, netfilter@lists.netfilter.org
One thing I did notice is that ip_queue went away with a reboot. I was
able to load it again and I suppose I could just script it in.
Any ideas?
max bunker wrote:
> Yessss
>
>
> At 11.41 17/01/2005 -0500, you wrote:
>
>> ??
>>
>> Do you mean this command?# /sbin/modprobe ip_queue
>>
>>
>>
>> max bunker wrote:
>>
>>> Use modprobe instead,on my machine with insmod doesn't work too.
>>>
>>> Luis
>>>
>>> At 10.05 17/01/2005 -0500, you wrote:
>>>
>>>> Here it is.
>>>> /sbin/modprobe -l |grep ip_queue
>>>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>
>>>> max bunker wrote:
>>>>
>>>>> Post the output of :
>>>>> modprobe -l | grep ip_queque
>>>>>
>>>>> Luis
>>>>>
>>>>> At 09.52 17/01/2005 -0500, you wrote:
>>>>>
>>>>>> I tried this:
>>>>>>
>>>>>> # /sbin/depmod -a
>>>>>> # /sbin/insmod ip_queue
>>>>>> insmod: can't read 'ip_queue': No such file or directory
>>>>>>
>>>>>> Question?
>>>>>>
>>>>>> Does the ip_queue get placed into the kernel source by iptables
>>>>>> or is it something already in the kernel that just gets activated?
>>>>>>
>>>>>> max bunker wrote:
>>>>>>
>>>>>>> Try depmod -a, before loading module.....
>>>>>>>
>>>>>>>
>>>>>>> Luis
>>>>>>>
>>>>>>> At 09.21 17/01/2005 -0500, you wrote:
>>>>>>>
>>>>>>>> This what I have found:
>>>>>>>>
>>>>>>>> # find / -name ip_queue.ko
>>>>>>>>
>>>>>>>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>>
>>>>>>>> /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>>
>>>>>>>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>>
>>>>>>>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>>
>>>>>>>>
>>>>>>>> # /sbin/modprobe ip_queue
>>>>>>>>
>>>>>>>> # ls -l
>>>>>>>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>> -rwxr--r-- 1 root root 13624 Jan 13 18:37
>>>>>>>> /lib/modules/2.6.10-1.9_FC2/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>>
>>>>>>>> # ls -l
>>>>>>>> /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>> -rwxr--r-- 1 root root 10004 May 8 2004
>>>>>>>> /lib/modules/2.6.5-1.358/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>>
>>>>>>>> # ls -l
>>>>>>>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>> -rwxr--r-- 1 root root 14772 May 8 2004
>>>>>>>> /lib/modules/2.6.5-1.358smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>>
>>>>>>>> # ls -l
>>>>>>>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>>
>>>>>>>> -rwxr--r-- 1 root root 17964 Jan 13 18:37
>>>>>>>> /lib/modules/2.6.10-1.9_FC2smp/kernel/net/ipv4/netfilter/ip_queue.ko
>>>>>>>>
>>>>>>>> #
>>>>>>>>
>>>>>>>> # /sbin/insmod ip_queue
>>>>>>>> insmod: can't read 'ip_queue': No such file or directory
>>>>>>>>
>>>>>>>> Jose Maria Lopez wrote:
>>>>>>>>
>>>>>>>>> El dom, 16 de 01 de 2005 a las 17:20, mdpeters escribió:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>> Does anyone know how I might fix this error? I am running
>>>>>>>>>> Fedora Core 2 fully patched and iptables-1.2.11, kernel
>>>>>>>>>> vmlinuz-2.6.10-1.9_FC2smp.
>>>>>>>>>>
>>>>>>>>>> # ./insmod ip_queue
>>>>>>>>>> insmod: can't read 'ip_queue': No such file or directory
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Try: modprobe ip_queue
>>>>>>>>> and check that you have the ip_queue.ko file and it's
>>>>>>>>> readable.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> Best regards,
>>>>>>>>
>>>>>>>> Michael D. Peters
>>>>>>>> Director of Security Services
>>>>>>>> CISSP
>>>>>>>> Lazarus Alliance Inc.
>>>>>>>> M: 502-767-3448
>>>>>>>> O: 502-231-8017 x8
>>>>>>>> H: 502-231-6923
>>>>>>>> F: 502-231-5347
>>>>>>>>
>>>>>>>> michael.peters@lazarusalliance.com
>>>>>>>> www.lazarusalliance.com
>>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> Best regards,
>>>>>>
>>>>>> Michael D. Peters
>>>>>> Director of Security Services
>>>>>> CISSP
>>>>>> Lazarus Alliance Inc.
>>>>>> M: 502-767-3448
>>>>>> O: 502-231-8017 x8
>>>>>> H: 502-231-6923
>>>>>> F: 502-231-5347
>>>>>>
>>>>>> michael.peters@lazarusalliance.com
>>>>>> www.lazarusalliance.com
>>>>>
>>>>>
>>>>
>>>> --
>>>>
>>>> Best regards,
>>>>
>>>> Michael D. Peters
>>>> Director of Security Services
>>>> CISSP
>>>> Lazarus Alliance Inc.
>>>> M: 502-767-3448
>>>> O: 502-231-8017 x8
>>>> H: 502-231-6923
>>>> F: 502-231-5347
>>>>
>>>> michael.peters@lazarusalliance.com
>>>> www.lazarusalliance.com
>>>
>>>
>>
>> --
>>
>> Best regards,
>>
>> Michael D. Peters
>> Director of Security Services
>> CISSP
>> Lazarus Alliance Inc.
>> M: 502-767-3448
>> O: 502-231-8017 x8
>> H: 502-231-6923
>> F: 502-231-5347
>>
>> michael.peters@lazarusalliance.com
>> www.lazarusalliance.com
>
>
--
Best regards,
Michael D. Peters
Director of Security Services
CISSP
Lazarus Alliance Inc.
M: 502-767-3448
O: 502-231-8017 x8
H: 502-231-6923
F: 502-231-5347
michael.peters@lazarusalliance.com
www.lazarusalliance.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: insmod: can't read 'ip_queue': No such file or directory?
2005-01-17 14:52 ` mdpeters
@ 2005-01-18 2:10 ` Jose Maria Lopez
0 siblings, 0 replies; 8+ messages in thread
From: Jose Maria Lopez @ 2005-01-18 2:10 UTC (permalink / raw)
To: netfilter@lists.netfilter.org
El lun, 17 de 01 de 2005 a las 15:52, mdpeters escribió:
> I tried this:
>
> # /sbin/depmod -a
> # /sbin/insmod ip_queue
> insmod: can't read 'ip_queue': No such file or directory
>
> Question?
>
> Does the ip_queue get placed into the kernel source by iptables or is it
> something already in the kernel that just gets activated?
It's a module. It's a part of the kernel that gets loaded only
if it's needed.
--
Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA
The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-01-18 2:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-16 16:20 insmod: can't read 'ip_queue': No such file or directory? mdpeters
2005-01-17 13:15 ` Jose Maria Lopez
2005-01-17 14:21 ` mdpeters
[not found] ` <5.1.0.14.2.20050117153713.00bdfd28@pop.mail.yahoo.it>
2005-01-17 14:52 ` mdpeters
2005-01-18 2:10 ` Jose Maria Lopez
[not found] ` <5.1.0.14.2.20050117155947.00c5adb8@pop.mail.yahoo.it>
2005-01-17 15:05 ` mdpeters
[not found] ` <5.1.0.14.2.20050117173516.00bc90d8@pop.mail.yahoo.it>
2005-01-17 16:47 ` mdpeters
[not found] ` <5.1.0.14.2.20050117180344.00bc90d8@pop.mail.yahoo.it>
2005-01-17 18:53 ` mdpeters
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.