|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: FW: [Xen-users] Xen 3: Functional NAT Possible?
Ewan Mellor wrote: Ian Pratt wrote:my The actual error is: [root@dom0 ~]# xm create -c mysql Using config file "/etc/xen/mysql". Error: Device 0 (vif) could not be connected. Hotplug scripts not working. [root@dom0 ~]# the only thing that added to the logs is: xen-hotplug.log:/etc/xen/scripts/vif-nat: line 90: (0xFFFFFFFF << (32 - )) & 0xFFFFFFFF : syntax error: operand expected (error token is ")) & 0xFFFFFFFF ") xenstore-read: couldn't read path backend/vbd/4/2050/physical-device xenstore-read: couldn't read path backend/vbd/4/2049/physical-device/etc/xen/scripts/vif-nat: line 90: (0xFFFFFFFF << (32 - )) & 0xFFFFFFFF : syntax error: operand expected (error token is ")) & 0xFFFFFFFF ")
here is my xend-config.sxp (minus comments):
(logfile /var/log/xend.log)
(loglevel DEBUG)
(xend-http-server yes)
(xend-relocation-server yes)
(xend-address localhost)
(xend-relocation-address localhost)
(network-script 'network-nat dhcp=yes')
(vif-script 'vif-nat dhcp=yes')
(dom0-min-mem 160)
(dom0-cpus 0)
here is the config for the domain i was trying to start (minus comments):
kernel = "/boot/vmlinuz-2.6.12.6-xen3_2.1_fc4"
ramdisk = "/boot/initrd-2.6.12.6-xen3_2.1_fc4.img"
memory = 160
name = "mysql"
vif = [ 'mac=00:50:22:22:22:03, ip=10.0.3.2']
nics=1
dhcp = "dhcp"
hostname="mysql.sadclown.net"
disk = ['file:/xen/mysql.img,sda1,w',
'file:/xen/mysql.swap.img,sda2,w']
root = "/dev/sda1 ro"
extra = "4"
on_reboot = 'restart'
let me know if there is any more info you need.
-Jeff
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |