DragonFly kernel List (threaded) for 2007-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: PPP/PPPoE users?
On Mon, May 21, 2007 at 10:45:05PM -0700, Matthew Dillon wrote:
>
> :At first I thought it was something in the network code, too, but after
> :removing netgraph modules from the kernel and using kernel modules,
> :it works! The following is what I have in the config file which works
> :for 1.4 but not for 1.8 or HEAD:
> :options NETGRAPH
> :options NETGRAPH_BPF
> :options NETGRAPH_ETHER
> :options NETGRAPH_IFACE
> :options NETGRAPH_KSOCKET
> :options NETGRAPH_PPP
> :options NETGRAPH_PPPOE
> :options NETGRAPH_PPTPGRE
> :options NETGRAPH_SOCKET
> :options NETGRAPH_TTY
> :options NETGRAPH_VJC
> :
> :On 1.8 or HEAD, it doesn't work either when I compiled these in the kernel
> :AND load the rest of netgraph modules via kldload. So I guess this is
> :either something is not available when netgraph modules are loaded,
> :or the order in which modules are loaded.
> :
> :Cheers.
>
> SMP or UP kernel? If SMP, try a UP 1.8 or HEAD kernel and see if it
> works with some of them in the kernel and others loaded dynamically.
UP kernel.
> I'll take a quick look on tuesday but netgraph is a big black hole to
> me so if anyone else wants to help track it down, be my guest!
I'm trying to track it down anyway because I rely on it.
Cheers.
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]