Displaying 2 results from an estimated 2 matches for "haselhorst".
2010 Jul 08
2
Bug#588477: network-bridge: start: 95 sec sleep/bridge without a default gateway
...doesn't have a
default gateway.
Since it's wrapped in xen's locking script it causes it to be retied 100
times and sleep for 95 seconds before it continues.
In my setup this amounts to:
16 vlans without a default gateway * 95 secs / bridge = 25 minutes nap
Zzzz...
Fix from Katharina Haselhorst [1]:
> A workaround is to substitute
> [ -n "$gateway" ] && ip route add default via ${gateway}
on line 118
>
> with
> if [ -n "$gateway" ]; then
> ip route add default via ${gateway}
> fi
[1] /etc/xen/scripts/network-bridge: line 118: sigerr: com...
2010 Mar 31
1
libvirt connections
...ns libvirt opens in the
background to talk to the hypervisor. I have to manually delete all domain
objects as well to get the pending ssh - nc connections closed. I can keep
on using the domain object, even if I closed the connection before.
Is this behaviour intended?
Any help would be great.
K. Haselhorst