dhclient fails after kernel recompilation

2003-08-14 Thread Igor Pesando - Dep. Th. Phys. Turin University
Hi *, this is my problem: 1) if I use the kernel which comes with debian dhclient works perfectly 2) I recompile the kernel with dhcp support but dhclient fails. I used strace to understand why and I discovered that: setsockopt(8, SOL_SOCKET, 0x1a /* SO_??? */, [1074921483], 8) = -1 ENOPROTOOPT (

Re: dhclient fails after kernel recompilation

2003-08-14 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Aug 05, 2003 at 04:50:00PM +0200, Igor Pesando - Dep. Th. Phys. Turin University wrote: > 1) if I use the kernel which comes with debian dhclient works perfectly > 2) I recompile the kernel with dhcp support but dhclient fails. You need to sa

Re: dhclient fails after kernel recompilation

2003-08-08 Thread Pim Bliek | PingWings.nl
Did u set CONFIG_PACKET and CONFIG_SOCKET in your kernel? (i am not 100% sure if these are the correct keywords, but i had a problem with DHCP earlier this week after install of a new kernel. turned out to be the problem that these 2 were not set in my kernelconfig..) Pim