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 224] New: xenstored does not handle domain creation fail

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 224] New: xenstored does not handle domain creation failure gracefully
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Sat, 10 Sep 2005 23:47:49 +0000
Delivery-date: Sat, 10 Sep 2005 23:47:53 +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=224

           Summary: xenstored does not handle domain creation failure
                    gracefully
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: kip.macy@xxxxxxxxx


This is the first time I've tried to start FreeBSD on 3.0 in months - not
surprisingly it crashes. To my surprise, it took the tools with it.

[root@sr0 tools]# cd ../../xen-unstable.hg
[root@sr0 xen-unstable.hg]# xm create -f freebsd.example -c
name=xen-vm2.lab.netapp.com vmid=10
Using config file "freebsd.example".
Started domain xen-vm2.lab.netapp.com

Message from syslogd@sr0 at Sat Sep 10 16:40:49 2005 ...
sr0 xenstored: xenstored corruption: connection id -1: err Directory not empty:
Destroying directory /var/lib
/xenstored/transactions/0x805b424//vif/0.tmp
xenconsole: Could not read tty from store: Bad file descriptor
[root@sr0 xen-unstable.hg]# xm list
Unexpected error: xen.xend.XendProtocol.XendError

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/python/xen/xm/main.py", line 710, in main
    rc = cmd(args)
  File "/usr/lib/python/xen/xm/main.py", line 226, in xm_list
    doms = server.xend_domains()
  File "/usr/lib/python/xen/xend/XendClient.py", line 199, in xend_domains
    return self.xendGet(self.domainurl())
  File "/usr/lib/python/xen/xend/XendClient.py", line 152, in xendGet
    return self.client.xendGet(url, args)
  File "/usr/lib/python/xen/xend/XendProtocol.py", line 86, in xendGet
    return self.xendRequest(url, "GET", args)
  File "/usr/lib/python/xen/xend/XendProtocol.py", line 170, in xendRequest
    val = self.handleStatus(resp.version, resp.status, resp.reason)
  File "/usr/lib/python/xen/xend/XendProtocol.py", line 106, in handleStatus
    return self.handleException(XendError(message))
  File "/usr/lib/python/xen/xend/XendProtocol.py", line 132, in handleException
    raise err
xen.xend.XendProtocol.XendError: Internal server error
[root@sr0 xen-unstable.hg]# xm list
Name              Id  Mem(MB)  CPU VCPU(s)  State  Time(s)
Domain-0           0      507    0      1   r----    158.1
[root@sr0 xen-unstable.hg]# xm create -f freebsd.example -c
name=xen-vm2.lab.netapp.com vmid=10
Using config file "freebsd.example".
Segmentation fault
[root@sr0 xen-unstable.hg]# xm create -f freebsd.example -c
name=xen-vm2.lab.netapp.com vmid=10
Using config file "freebsd.example".
Error: Error creating domain: (32, 'Broken pipe')
[root@sr0 xen-unstable.hg]# xm create -f freebsd.example -c
name=xen-vm2.lab.netapp.com vmid=10
Using config file "freebsd.example".
Error: Error creating domain: (9, 'Bad file descriptor')

-- 
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 224] New: xenstored does not handle domain creation failure gracefully, bugzilla-daemon <=