Bug 191037
| Summary: | kernel 2.6.16-1.2111_FC5xen0 breaks xend | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthias Bayer <matbayer.web> |
| Component: | xen | Assignee: | Juan Quintela <quintela> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
| Severity: | urgent | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | adhisimon, bstein, igeorgex, katzj |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-05-08 18:46:11 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 179599 | ||
forgott about that one: xen output on serial console show that version is 3.0.0 instead the one under the 2107 kernel 3.0.2-2 ! Confirmed. I've also got the same problem. Just a heads up - I have upgraded to the 2.6.16-1.2118_FC5xen0 kernel that is currently in updates-testing and this is now working again. |
Description of problem: kernel 2.6.16-1.2111_FC5xen0 breaks xend Version-Release number of selected component (if applicable): 2.6.16-1.2111_FC5xen0 How reproducible: install updated kernel 2.6.16-1.2111_FC5xen0 and run 'xm list' Steps to Reproduce: 1. update kernel from 2.6.16-1.2107_FC5xen0 to 2.6.16-1.2111_FC5xen0 2. run 'xm list' 3. error Actual results: Error connecting to xend: Connection refused. Is xend running? Expected results: no error - normal output of xm list Additional info: happens on i386 as well as on x86_64 output in xend.log shows: [2006-05-08 13:10:21 xend] INFO (SrvDaemon:285) Xend Daemon started [2006-05-08 13:10:21 xend] INFO (SrvDaemon:289) Xend changeset: unavailable . [2006-05-08 13:10:21 xend] ERROR (SrvDaemon:299) Exception starting xend ((111, 'Connection refused')) Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDaemon.py", line 293, in run servers = SrvServer.create() File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvServer.py", line 106, in create root.putChild('xend', SrvRoot()) File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvRoot.py", line 40, in __init__ self.get(name) File "/usr/lib64/python2.4/site-packages/xen/web/SrvDir.py", line 82, in get val = val.getobj() File "/usr/lib64/python2.4/site-packages/xen/web/SrvDir.py", line 52, in getobj self.obj = klassobj() File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line 39, in __init__ self.xd = XendDomain.instance() File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py", line 550, in instance inst.init() File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py", line 70, in init xstransact.Mkdir(VMROOT) File "/usr/lib64/python2.4/site-packages/xen/xend/xenstore/xstransact.py", line 317, in Mkdir complete(path, lambda t: t.mkdir(*args)) File "/usr/lib64/python2.4/site-packages/xen/xend/xenstore/xstransact.py", line 323, in complete t = xstransact(path) File "/usr/lib64/python2.4/site-packages/xen/xend/xenstore/xstransact.py", line 20, in __init__ self.transaction = xshandle().transaction_start() File "/usr/lib64/python2.4/site-packages/xen/xend/xenstore/xsutil.py", line 18, in xshandle xs_handle = xen.lowlevel.xs.xs() RuntimeError: (111, 'Connection refused')