Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Grant Grundler <grundler@dsl2.external.hp.com>
To: "BUCH-PEDERSEN,LEIF (HP-France,ex1)" <leif_buch-pedersen@hp.com>
Cc: "'parisc-linux@lists.parisc-linux.org'"
	<parisc-linux@lists.parisc-linux.org>
Subject: Re: [parisc-linux] ip6tables problem
Date: Thu, 31 Oct 2002 12:36:23 -0700	[thread overview]
Message-ID: <20021031193623.6B06E4829@dsl2.external.hp.com> (raw)
In-Reply-To: Message from "BUCH-PEDERSEN,LEIF (HP-France,ex1)" <leif_buch-pedersen@hp.com> of "Thu, 31 Oct 2002 16:20:38 +0100." <B320F712053ED411869200D0B747A3CA053E6498@laplace.grenoble.hp.com>

"BUCH-PEDERSEN,LEIF (HP-France,ex1)" wrote:
> To do this have enabled ipv6 netfilter configuration options and compiled
> several versions of the kernel (everything compiled into the kernel,
> netfilter as modules, kernel based on 2.4.19-pa5 from parisc-linux.org). In
> all cases the kernel compiles but ip6tables does not work. 

Not many people use IPV6 (ie run it on their machines).
I'm not aware of anyone trying it for parisc-linux.

> When I am doing 'insmod ip6table-filter' I get a message :
> ip6table_filter.o: init_module: Invalid argument
> 
> And this is where I am stuck. There is no more information in syslog or
> dmesg. Any ideas ?

Add printk() calls in the offending module.

	rmmod ip6table-filter
	vi net/ipv6/netfilter/ip6table_filter.c
	make modules
	make modules_install
	modprobe ip6table-filter 

until you can narrow down what's failing in init() routine.
See module_init(init) line at the bottom of ip6table_filter.c.

> PS: ip6table_filter loads OK using a 2.4.18 kernel on a machine with a
> Pentium processor.

suggests parisc is missing some arch specific IPV6 support.

grant

  reply	other threads:[~2002-10-31 19:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-31 15:20 [parisc-linux] ip6tables problem BUCH-PEDERSEN,LEIF (HP-France,ex1)
2002-10-31 19:36 ` Grant Grundler [this message]
2002-11-03 22:56   ` Jochen Friedrich
2002-11-04  8:03     ` Dimitris Zilaskos

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=20021031193623.6B06E4829@dsl2.external.hp.com \
    --to=grundler@dsl2.external.hp.com \
    --cc=leif_buch-pedersen@hp.com \
    --cc=parisc-linux@lists.parisc-linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox