Hi guys!
 
I would like to test a sophos firewall. I download the iso image from the astaro website. I configured the cfg for HVM.
 
import os, re
arch = os.uname()[4]
 
 
kernel      = '/usr/lib/xen-4.0/boot/hvmloader'
builder     = 'hvm'
memory      = '1024'
disk        = [
                  'file:/home/xen/domains/gaius.stefanshome.com/disk.img,hda,w',
                  'file:/home/stefanbecker/asg-8.930-11.1.iso,ioemu:hdc:cdrom,r',
              ]
device_model = '/usr/lib/xen-4.0/bin/qemu-dm'
name        = 'gaius.stefanshome.com'
vif         = [ 'type=ioemu, bridge=br0, mac=00:50:56:00:0F:A1','type=ioemu, bridge=br0, mac=00:50:56:00:0F:A2' ]
vfb        = ['type=vnc,vnclisten=0.0.0.0,vncunused=0,vncdisplay=1,vncpasswd=secret']
on_reboot   = 'restart'
on_crash    = 'restart'
boot = 'd'
vcpus = 1
shadow_memory = 64
acpi = 1
apic = 1
stdvga = 0
usb = 1
usbdevice = 'tablet'
 
When I start the installation, the system hang at the point “Network Detection”. The last system message is: kernel: [107.771378] bootstrap[1230]: segfault at 0 ip b7325e35 sp bffac498 error 4 in libc-2.11.2.so[b72b0000+163000]
 
Anyone know this error and could help me?
 
Cheers,
 
Stefan