Re: Kernel compile for dhcpd

2003-03-07 Thread Curtis Vaughan
Hubert Chan states that I can just take my old config file and copy to the new tree. I assume you mean to copy it to where I am compiling the kernel. But in which folder exactly and I assume this is prior to running make-kpkg -config=menuconfig kernel-image On Wednesday, Mar 5, 2003, at

Re: Kernel compile for dhcpd

2003-03-07 Thread Nathan E Norman
On Fri, Mar 07, 2003 at 05:35:55PM -0800, Curtis Vaughan wrote: [ Please don't top post, it makes your post hard to read and easier to ignore ] Hubert Chan states that I can just take my old config file and copy to the new tree. I assume you mean to copy it to where I am compiling the

Kernel compile for dhcpd

2003-03-05 Thread Curtis Vaughan
When I recompiled the kernel for one server, dhcpd would not work. According to the error I didn't compile the kernel for certain aspects of dhcpd. However, when I went through all the configuration items in menuconfig I couldn't find what it seemed to be requiring. What in fact do I need to

Re: Kernel compile for dhcpd

2003-03-05 Thread Hubert Chan
Curtis == Curtis Vaughan [EMAIL PROTECTED] writes: Curtis When I recompiled the kernel for one server, dhcpd would not Curtis work. According to the error I didn't compile the kernel for Curtis certain aspects of dhcpd. However, when I went through all the Curtis configuration items in

Re: Kernel compile for dhcpd

2003-03-05 Thread Johan Ehnberg
Hello! I had the same problem once, and it turned out you need to compile in some extra functions. At least CONFIG_FILTER (Socket filtering) was required. There might have been other options too, but I don't remember which right now. hth, /johan Curtis Vaughan wrote: When I recompiled the