From: Duncan Godfrey <d.j.godfrey@reading.ac.uk>
To: jengelh@linux01.gwdg.de
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: error : unable to register queue handler
Date: Tue, 16 Aug 2005 18:20:18 +0100 [thread overview]
Message-ID: <43022052.3070103@reading.ac.uk> (raw)
I don't know if this will be of any help to you but I have these two
scripts for inserting my Netfilter module called ker2...
You run the first one after you have (re)compiled the module and then
the second one whenever you want to use it.
Duncan
#!/bin/sh
install -m 644 ker2.ko /lib/modules/`uname -r`/kernel/drivers/ker2.ko
/sbin/depmod -a
--------------------------------------------------------------------------------------------------------------------------
#!/bin/sh
/sbin/modprobe iptable_filter
/sbin/modprobe ip_queue
/sbin/modprobe ker2
next reply other threads:[~2005-08-16 17:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-16 17:20 Duncan Godfrey [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-08-14 10:11 error : unable to register queue handler Abhishek Misra
2005-08-16 16:40 ` Jan Engelhardt
2005-08-16 16:45 ` Patrick McHardy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43022052.3070103@reading.ac.uk \
--to=d.j.godfrey@reading.ac.uk \
--cc=jengelh@linux01.gwdg.de \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.