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 260] New: domain id's wacked

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

           Summary: domain id's wacked
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Unspecified
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: tedkaz@xxxxxxxxxxxxx


[root@inyoureyes ~]# xm create -c domain4
Using config file "/etc/xen/domain4".
Started domain inyoureyes-domain4
Unexpected error: exceptions.TypeError

Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 657, in main
    rc = cmd(args)
  File "/usr/lib/python2.4/site-packages/xen/xm/main.py", line 171, in xm_create
    create.main(args)
  File "/usr/lib/python2.4/site-packages/xen/xm/create.py", line 742, in main
    dom = make_domain(opts, config)
  File "/usr/lib/python2.4/site-packages/xen/xm/create.py", line 659, in 
make_domain
    return int(sxp.child_value(dominfo, 'id'))
TypeError: int() argument must be a string or a number
[root@inyoureyes ~]# xm list
Name              Id  Mem(MB)  CPU VCPU(s)  State  Time(s)
Domain-0          -1      140    -      2   r----   2004.8
debian            -1       84    1      1   -b---     63.1
gentoo            -1       84    0      1   -b---     78.3
gentoo-1          -1      107    1      1   -----    337.9
inyoureyes-domain1  -1      703    1      1   -b---   2832.5
inyoureyes-domain2  -1       95    1      1   -b---    383.9
inyoureyes-domain3  -1       95    0      1   -b---    356.1
inyoureyes-domain4  -1      704    0      1   -b---      0.4

-- 
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 260] New: domain id's wacked, bugzilla-daemon <=