Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: debugging xen networking scripts
Brad Pitney wrote:
> Hi there,
>
> I was wondering if anyone can shed some light on debugging xen
> networking scripts.
>
> The reason I ask is FreeBSD recently had 32bit domu support added and
> Kip Macy suggested it might be timing issues with the scripts.
>
> if I have say:
>
> vif = [ ]
>
> in a config, it'll boot fine but if I have:
>
> vif = [ 'mac=00:bd:c4:12:00:ef,bridge=bridge0' ]
>
> the domu will stop booting.
>
> Xen 3.3.0 & NetBSD dom0-current 4.99.72.
I think of two reasons for that behaviour:
a) xenbackendd is not running
b) there's no bridge0 configured
Christoph
Home |
Main Index |
Thread Index |
Old Index