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
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
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
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
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
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