Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-09 Thread George P Nychis
Thanks for the help. Here is the makefile: http://rafb.net/paste/results/auchPH75.html And here is the full errors I receive: http://rafb.net/paste/results/Qplpqw74.html Greatly appreciate it - George On Sat, 8 Apr 2006 19:18:47 -0400 (EDT) George P Nychis wrote: Yeah, this module is

Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-09 Thread George P Nychis
On Sun, 9 Apr 2006 13:37:25 -0400 (EDT) George P Nychis wrote: Thanks for the help. Here is the makefile: http://rafb.net/paste/results/auchPH75.html And here is the full errors I receive: http://rafb.net/paste/results/Qplpqw74.html Greatly appreciate it - George [repeat:

Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-09 Thread Randy.Dunlap
On Sun, 9 Apr 2006 22:05:33 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 13:37:25 -0400 (EDT) George P Nychis wrote: Thanks for the help. Here is the makefile: http://rafb.net/paste/results/auchPH75.html And here is the full errors I receive:

Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-09 Thread George P Nychis
On Sun, 9 Apr 2006 22:05:33 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 13:37:25 -0400 (EDT) George P Nychis wrote: Thanks for the help. Here is the makefile: http://rafb.net/paste/results/auchPH75.html And here is the full errors I receive:

Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-09 Thread Randy.Dunlap
On Sun, 9 Apr 2006 22:49:50 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 22:05:33 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 13:37:25 -0400 (EDT) George P Nychis wrote: Thanks for the help. Here is the makefile: http://rafb.net/paste/results/auchPH75.html

Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-09 Thread George P Nychis
On Sun, 9 Apr 2006 22:49:50 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 22:05:33 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 13:37:25 -0400 (EDT) George P Nychis wrote: Thanks for the help. Here is the makefile: http://rafb.net/paste/results/auchPH75.html

Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-09 Thread Randy.Dunlap
On Sun, 9 Apr 2006 23:20:01 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 22:49:50 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 22:05:33 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 13:37:25 -0400 (EDT) George P Nychis wrote: Thanks for the help.

Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-09 Thread Willy Tarreau
On Sun, Apr 09, 2006 at 08:29:12PM -0700, Randy.Dunlap wrote: On Sun, 9 Apr 2006 23:20:01 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 22:49:50 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 22:05:33 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr

Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-09 Thread George P Nychis
On Sun, 9 Apr 2006 23:20:01 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 22:49:50 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 22:05:33 -0400 (EDT) George P Nychis wrote: On Sun, 9 Apr 2006 13:37:25 -0400 (EDT) George P Nychis wrote: Thanks for the help.

Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-08 Thread David S. Miller
From: George P Nychis [EMAIL PROTECTED] Date: Sat, 8 Apr 2006 18:47:34 -0400 (EDT) Hey, I have a kernel module that uses unregister_qdisc and register_qdisc, whenever i try to insert the module I get: /lib/modules/2.4.32/kernel/net/sched/sch_xcp.o:

Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-08 Thread George P Nychis
Yeah, this module is unfortunately not under the GPL, it was made for research and i am not the author, I was only given the code for my own research. I enabled that support in the kernel, and then tried to recompile and get tons of errors/warnings... so maybe I am missing something else to be

Re: 2.4.32: unresolved symbol unregister_qdisc

2006-04-08 Thread Randy.Dunlap
On Sat, 8 Apr 2006 19:18:47 -0400 (EDT) George P Nychis wrote: Yeah, this module is unfortunately not under the GPL, it was made for research and i am not the author, I was only given the code for my own research. I enabled that support in the kernel, and then tried to recompile and get