WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re-occuring error trying to set up first DOM

To: <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Re-occuring error trying to set up first DOM
From: Tom Potwin <wxman2@xxxxxxxxx>
Date: Tue, 30 Mar 2010 17:20:26 -0400
Delivery-date: Tue, 30 Mar 2010 14:21:56 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:reply-to:from:to:subject:date :organization:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:x-mimeole; bh=MI8oO1q34oNM1z22bQXM9e2SQhP5JIw3ncsQfd5zmpQ=; b=hLcoz1YTNnQ2QbKyNQC31TFyYliX65bEI0EPHEnG1DAwMpKDypYZ7Yih43iWKIiY5s JIquFF9NJYB2Tkl3ynIsjzL3h1e3FGJcw9kXYfGg2vnU2ljeqOUgn/sOdcSyyW/R2evM AjMp7SU2664IK9uYcnTJ0rV+P1eLbTj44cYeI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=reply-to:from:to:subject:date:organization:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :x-mimeole; b=efjEaWCyDKByGVDqg70cAALuYajOSLqE1c/GhVdcNacv4h56Ry6B7ioA4Iqq2jl33E dD6ih+71eCecoAUe5BbUpuHjD4wroatnVGjwQYAtP9dKVoa1+hWUy7Q7CVtl+gtGMn2f ET+7SorNjWIOVBsIQpqnpSnDd1+3167CJC1Jo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: The Literary Times
Reply-to: littimes@xxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcrQTswSxbNjYzF4Slm0FzMnDfUD4A==
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 <=