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 230] New: XM Create Error - Invalid key 'type'

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 230] New: XM Create Error - Invalid key 'type'
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 15 Sep 2005 02:22:06 +0000
Delivery-date: Thu, 15 Sep 2005 02:22:10 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=230

           Summary: XM Create Error - Invalid key 'type'
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: johnkata@xxxxxxxxxxx


I'm unable to successfully create a domain with Xend 3.0.0_pre20050906 with
Linux 2.6.12.5. The error I receive is:
Using config file "ttylinux".
Error: Error creating domain: invalid key 'type'

The config file is:
kernel = "/usr/share/xen/xenU-kernels/vmlinuz-2.6.12.5"
memory = 64
name = "ttylinux"
nics = 1
ip = "192.168.1.131"
disk = ['file:/vm/ttylinux,hda3,w']
root = "/dev/hda3 ro"


Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line
78, in op_create
    dominfo = self.xd.domain_create(config)
  File "/usr/lib/python2.3/site-packages/xen/xend/XendDomain.py", line 292, in
domain_create
    dominfo = XendDomainInfo.create(self.dbmap, config)
  File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py", line 161,
in create
    vm.construct(config)
  File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py", line 671,
in construct
    self.destroy()
  File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py", line 799,
in destroy
    self.cleanup()
  File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py", line 763,
in cleanup
    self.release_devices()
  File "/usr/lib/python2.3/site-packages/xen/xend/XendDomainInfo.py", line 822,
in release_devices
    Blkctl.block('unbind', devdb['type'].getData(),
  File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xsobj.py", line 425,
in __getitem__
    v = self.readChildDB(k)
  File "/usr/lib/python2.3/site-packages/xen/xend/xenstore/xsobj.py", line 521,
in readChildDB
    raise LookupError("invalid key '%s'" % k)
LookupError: invalid key 'type'

-- 
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>
  • [Xen-bugs] [Bug 230] New: XM Create Error - Invalid key 'type', bugzilla-daemon <=