Displaying 1 result from an estimated 1 matches for "baculadirector".
2011 Aug 10
1
Problems with Network Bridge HVM DomU Debian Squeeze running over Kernel 2.6.32-5-xen-amd64 Debian Xen 4
...r "ifconfig eth0
up"
If I make the same but with a PCI Backend of a NIC, it recognizes the
network without any problems. The problem is the bridge with HVM in Xen 4.
Lenny DomU recognizes the network over that configuration, too.
The DomU configuration file:
root@gama9:~# cat /etc/xen/baculadirector
import os, re
arch = os.uname()[4]
if re.search(''64'', arch):
arch_libdir = ''lib64''
else:
arch_libdir = ''lib''
kernel = "/usr/lib/xen-default/boot/hvmloader"
builder=''hvm''
memory = 2048
vcpus = 2
cpus = ...