Re: ppp(8) crashes 4.2-R when using netgraph(4) module

2001-11-21 Thread Greg Black
Julian Elischer wrote: | > I took the easy way out here and just ran | > | > ifconfig xl0 inet 10.0.0.1 | | Why put an IP address on it? | | ifconfig xl0 up I left out a detail. The modem has its own 10.x.x.x address and I was killing two birds with one stone -- this makes it easy to ta

Re: ppp(8) crashes 4.2-R when using netgraph(4) module

2001-11-20 Thread Julian Elischer
On Wed, 21 Nov 2001, Greg Black wrote: > > I took the easy way out here and just ran > > ifconfig xl0 inet 10.0.0.1 > Why put an IP address on it? ifconfig xl0 up To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: ppp(8) crashes 4.2-R when using netgraph(4) module

2001-11-20 Thread Matthew Emmerton
> Greg Black wrote: > Now, the final question: I have to implement something similar > on a 4.1-R system several thousand km away. There's no question > of upgrading it from 4.1 and I can't afford to have it panic. > Is it reasonable to expect that PPPoE will work OK provided I > add the netgrap

Re: ppp(8) crashes 4.2-R when using netgraph(4) module

2001-11-20 Thread Greg Black
Brian Somers wrote: | > Dynamic loading of negraph modules is still broken, and probably won't be | > fixed until 5.0 (at least that's what the comments on the zillion PRs | > about this problem say.) | > | > Add 'options NETGRAPH_ETHER' and 'options NEGRAPH_SOCKET' to your kernel | > config fil

Re: ppp(8) crashes 4.2-R when using netgraph(4) module

2001-11-20 Thread Brian Somers
> > Dynamic loading of negraph modules is still broken, and probably won't be > fixed until 5.0 (at least that's what the comments on the zillion PRs > about this problem say.) > > Add 'options NETGRAPH_ETHER' and 'options NEGRAPH_SOCKET' to your kernel > config file and rebuild your kernel. I

Re: ppp(8) crashes 4.2-R when using netgraph(4) module

2001-11-20 Thread Matthew Emmerton
Dynamic loading of negraph modules is still broken, and probably won't be fixed until 5.0 (at least that's what the comments on the zillion PRs about this problem say.) Add 'options NETGRAPH_ETHER' and 'options NEGRAPH_SOCKET' to your kernel config file and rebuild your kernel. -- Matthew Emme

ppp(8) crashes 4.2-R when using netgraph(4) module

2001-11-19 Thread Greg Black
I rebuilt my 4.2-RELEASE kernel that has been in use for ages with the following extra lines in the config: options NETGRAPH#netgraph(4) system options NETGRAPH_PPPOE My earlier attempt to run ppp(8) on my new ADSL modem failed because netgraph was not in the kern