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-bugs

[Xen-bugs] [Bug 1070] New: "Invalid argument" error

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1070

           Summary: "Invalid argument" error
           Product: Xen
           Version: unstable
          Platform: x86
        OS/Version: Linux-2.6
            Status: NEW
          Severity: major
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: htmldeveloper@xxxxxxxxx


After entering 
xm create xm_peter1 I got the following error:

Error: (22, 'Invalid argument')

And the contents of /etc/xen/xm_peter1 are as follows:

#  -*- mode: python; -*-
#============================================================================
# Python configuration setup for 'xm create'.
# This script sets the parameters used when a domain is created using 'xm
create'.
# You use a separate script for each domain you want to create, or 
kernel = "/boot/vmlinuz-2.6.20-1.3002.fc6xen"
ramdisk = "/boot/initrd-2.6.18-xen.img"
memory = 512
name = "PeterDomain"
vif = [ '' ]
disk = [ 'file:/mnt/hd0/download/mytmpfile.dbf,sda,w' ]
root = "/dev/sda5 ro"
extra = "4"

The mytmpfile.dbf file exists as a 2GB file, and /dev/sda5 is the root
filesystem of the current OS.

But xm list output is alright.


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>