|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re-occuring error trying to set up first DOM
Hello,
I'm running Ubuntu 8.04 server that I've been testing out using LVM based
xen virtual servers. The install went as it should, then I made my first
test image using:
xen-create-image --hostname=test1.test.com --lvm=vg0 --size=10Gb --swap=1Gb
--ip=192.168.31.231 --force --memory=50Mb --arch=amd64 --debootstrap
After it finishes I use xm create to start the virtual machine but I keep
getting:
Error: (38, 'Function not implemented')
I even tried uninstalling, then reinstalling xen but that didn't help. Has
anyone seen this before, or know how to take care of it?
Here's the configuration file I'm using:
# Configuration file for the Xen instance test1.tlthost.net, created
# by xen-tools 3.8 on Sun Mar 28 14:46:54 2010.
# Kernel + memory size
#
kernel = '/boot/vmlinuz-2.6.24-27-xen'
ramdisk = '/boot/initrd.img-2.6.24-27-xen'
memory = '50'
#
# Disk device(s).
#
root = '/dev/xvda2 ro'
disk = [
'phy:/dev/vg0/test1.tlthost.net-swap,xvda1,w',
'phy:/dev/vg0/test1.tlthost.net-disk,xvda2,w',
]
#
# Hostname
#
name = 'test1.tlthost.net'
#
# Networking
#
vif = [ 'ip=192.168.31.231,mac=00:16:3E:52:A0:C9' ]
#
# Behaviour
#
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'
extra = '2 console=xvc0'
Here is xm info:
root@dom0:~# xm info
host : dom0
release : 2.6.24-27-xen
version : #1 SMP Fri Mar 12 02:51:39 UTC 2010
machine : x86_64
nr_cpus : 1
nr_nodes : 1
cores_per_socket : 1
threads_per_core : 1
cpu_mhz : 2611
hw_caps :
078bf3ff:ebd3fbff:00000000:00000010:00002001:0000001d:0
000001d:00000000
virt_caps :
total_memory : 895
free_memory : 54
node_to_cpu : node0:0
node_to_memory : node0:54
xen_major : 3
xen_minor : 2
xen_extra : .1-rc1-pre
xen_caps : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x 86_32p hvm-3.0-x86_64
xen_scheduler : credit
xen_pagesize : 4096
platform_params : virt_start=0xffff800000000000
xen_changeset : unavailable
cc_compiler : gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
cc_compile_by : buildd
cc_compile_domain : buildd
cc_compile_date : Sat Feb 21 03:01:02 UTC 2009
xend_config_format : 4
Thanks,
Tom
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-users] Re-occuring error trying to set up first DOM,
Tom Potwin <=
|
|
|
|
|