Re: net/mpd5, ppp, proxy-arp issues

2010-04-26 Thread Stefan Esser
Am 22.04.2010 20:43, schrieb Marin Atanasov: > Hello, > > Thanks a lot for the patch, Qing! > > It works fine. However I've noticed one thing, after I start mpd5 and > connect to my home network: > > kernel: WARNING: attempt to domain_add(netgraph) after domainfinalize() > > Not very sure if th

Re: rc(8) script -- waiting for the network to become usable

2010-04-26 Thread Jeremy Chadwick
On Mon, Apr 19, 2010 at 11:54:46AM -0700, Jeremy Chadwick wrote: > On Mon, Apr 19, 2010 at 11:05:17AM -0700, Doug Barton wrote: > > On 4/18/2010 4:24 PM, Andrew Reilly wrote: > > > By way of discussion, I'd just like to re-iterate what I > > > said the first time around: it must be understood that

Re: can't compile kernel on STABLE

2010-04-26 Thread Andriy Gapon
on 25/04/2010 11:37 Sandra Kachelmann said the following: > I _just_ checked out the source tree for RELENG_6 and tried to build > an image for my ALIX board: > > > $ NOCCACHE=yes KERNCONF=GENERIC TARGET_ARCH=i386 CPUTYPE=i586 make buildkernel > > ... > /usr/src/sys/i386/i386/genassym.c:1: erro

Re: net/mpd5, ppp, proxy-arp issues

2010-04-26 Thread Julian Elischer
On 4/26/10 1:11 AM, Stefan Esser wrote: Am 22.04.2010 20:43, schrieb Marin Atanasov: Hello, Thanks a lot for the patch, Qing! It works fine. However I've noticed one thing, after I start mpd5 and connect to my home network: kernel: WARNING: attempt to domain_add(netgraph) after domainfinalize

RE: rc(8) script -- waiting for the network to become usable

2010-04-26 Thread Phil
Jeremy, A good proposal to improve start-up robustness. If I may suggest, waitnetwork_ip should include a short list of alternate IP's in the event of a local network outage, or DOS, etc. Something like: waitnetwork_ip="IP1 IP2 IP3" Having multiple target IP's will improve the likelihood of ti

Re: rc(8) script -- waiting for the network to become usable

2010-04-26 Thread Jeremy Chadwick
On Tue, Apr 27, 2010 at 09:48:41AM +1000, Phil wrote: > Jeremy, > A good proposal to improve start-up robustness. If I may suggest, > waitnetwork_ip should include a short list of alternate IP's in > the event of a local network outage, or DOS, etc. Something like: > waitnetwork_ip="IP1 IP2 IP3