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 789] New: Unable to boot with Xen Hypervisor

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 789] New: Unable to boot with Xen Hypervisor
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Sun, 08 Oct 2006 17:25:25 -0700
Delivery-date: Sun, 08 Oct 2006 17:26:37 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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=789

           Summary: Unable to boot with Xen Hypervisor
           Product: Xen
           Version: unspecified
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Hypervisor
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: adarwish2001@xxxxxxxxx


I have installed Xen on FC5 using "yum install kernel-xen0". I am running Linux
2.6.17-1.2187. My platform is a Thinkpad T42 with Mobility Radeon video
adapter. 

When I booted with Xen0, The screen freezes during the boot process. I have
removed rhgb and quiet and also tried with init level 3, but in this case, the
boot process stops in the middle (after a status message on firewall install I
guess), but in this case, it can accept ctrl-alt-del signal while in the first
case it does not.

The xend-debig.lo shows error 13:
OSError: [Errno 13] Permission denied: '/var/run/xend' but I am not sure what
is this error, and I do not see this file under /var/run while running with
root privilege.

I am quoting below both logs for xend and xend-debug. I appreciate if you can
provide some pointers to the problem.

Thanks,
Ahmed

Below is the xend-debug log:

xception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/lib/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.4/site-packages/xen/web/httpserver.py", line 282, in
ru
n
    self.bind()
  File "/usr/lib/python2.4/site-packages/xen/web/httpserver.py", line 298, in
bi
nd
    self.socket.bind((self.interface, self.port))
  File "<string>", line 1, in bind
error: (98, 'Address already in use')

Exception in thread Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/lib/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.4/site-packages/xen/xend/server/XMLRPCServer.py", line
94, in run
   self.server = UnixXMLRPCServer(XML_RPC_SOCKET, False)
  File "/usr/lib/python2.4/site-packages/xen/util/xmlrpclib2.py", line 152, in
__init__
    os.makedirs(parent, stat.S_IRWXU)
  File "/usr/lib/python2.4/os.py", line 159, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/var/run/xend'


Also, here is the xend.log:

[2006-10-08 07:03:37 xend] INFO (SrvDaemon:283) Xend Daemon started
[2006-10-08 07:03:37 xend] INFO (SrvDaemon:287) Xend changeset: unavailable .
[2006-10-08 07:03:37 xend.XendDomainInfo] DEBUG (XendDomainInfo:207)
XendDomainInfo.recreate({'paused': 0, 'cpu_time': 15823267471L, 'ssidref': 0,
'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'shutdown_reason':
0, 'dying': 0, 'dom': 0, 'mem_kb': 961260, 'maxmem_kb': -4, 'max_vcpu_id': 0,
'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0})
[2006-10-08 07:03:37 xend.XendDomainInfo] INFO (XendDomainInfo:219) Recreating
domain 0, UUID 00000000-0000-0000-0000-000000000000.
[2006-10-08 07:03:37 xend.XendDomainInfo] WARNING (XendDomainInfo:241) No vm
path in store for existing domain 0
[2006-10-08 07:03:37 xend.XendDomainInfo] DEBUG (XendDomainInfo:701) Storing VM
details: {'name': 'Domain-0', 'on_reboot': 'restart', 'on_poweroff': 'destroy',
'uuid': '00000000-0000-0000-0000-000000000000', 'on_crash': 'restart', 'vcpus':
'1', 'vcpu_avail': '1', 'memory': '939', 'maxmem': '939'}
[2006-10-08 07:03:37 xend.XendDomainInfo] DEBUG (XendDomainInfo:736) Storing
domain details: {'cpu/0/availability': 'online', 'memory/target': '961536',
'name': 'Domain-0', 'console/limit': '1048576', 'vm':
'/vm/00000000-0000-0000-0000-000000000000', 'domid': '0'}
[2006-10-08 07:03:37 xend] DEBUG (XendDomain:153) number of vcpus to use is 0
[2006-10-08 07:03:38 xend.XendDomainInfo] DEBUG (XendDomainInfo:919)
XendDomainInfo.handleShutdownWatch
[2006-10-08 14:31:29 xend] INFO (SrvDaemon:283) Xend Daemon started
"xend.log" 54L, 9102C
[2006-10-08 14:31:29 xend] INFO (SrvDaemon:287) Xend changeset: unavailable .
[2006-10-08 14:31:29 xend.XendDomainInfo] DEBUG (XendDomainInfo:207)
XendDomainInfo.recreate({'paused': 0, 'cpu_time': 11997368735L, 'ssidref': 0,
'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'shutdown_reason':
0, 'dying': 0, 'dom': 0, 'mem_kb': 961260, 'maxmem_kb': -4, 'max_vcpu_id': 0,
'crashed': 0, 'r
unning': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0})                   
[2006-10-08 14:31:29 xend.XendDomainInfo] INFO (XendDomainInfo:219) Recreating
domain 0, UUID 00000000-0000-0000-0000-000000000000.                           
 [2006-10-08 14:31:29 xend.XendDomainInfo] WARNING (XendDomainInfo:241) No vm
pat
h in store for existing domain 0                                               
[2006-10-08 14:31:29 xend.XendDomainInfo] DEBUG (XendDomainInfo:701) Storing VM
details: {'name': 'Domain-0', 'on_reboot': 'restart', 'on_poweroff': 'destroy',
'uuid': '00000000-0000-0000-0000-000000000000', 'on_crash': 'restart', 'vcpus':
'1', 'vcpu_avail': '1', 'memory': '939', 'maxmem': '939'}  
[2006-10-08 07:03:37 xend.XendDomainInfo] DEBUG (XendDomainInfo:736) Storing
dom
ain details: {'cpu/0/availability': 'online', 'memory/target': '961536',
'name':
 'Domain-0', 'console/limit': '1048576', 'vm':
'/vm/00000000-0000-0000-0000-0000
00000000', 'domid': '0'}
[2006-10-08 07:03:37 xend] DEBUG (XendDomain:153) number of vcpus to use is 0
[2006-10-08 07:03:38 xend.XendDomainInfo] DEBUG (XendDomainInfo:919)
XendDomainI
nfo.handleShutdownWatch
[2006-10-08 14:31:29 xend] INFO (SrvDaemon:283) Xend Daemon started
[2006-10-08 14:31:29 xend] INFO (SrvDaemon:287) Xend changeset: unavailable .
[2006-10-08 14:31:29 xend.XendDomainInfo] DEBUG (XendDomainInfo:207)
XendDomainI
nfo.recreate({'paused': 0, 'cpu_time': 11997368735L, 'ssidref': 0, 'handle':
[0,
 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'shutdown_reason': 0, 'dying':
0,
 'dom': 0, 'mem_kb': 961260, 'maxmem_kb': -4, 'max_vcpu_id': 0, 'crashed': 0,
'r
unning': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0})
[2006-10-08 14:31:29 xend.XendDomainInfo] INFO (XendDomainInfo:219) Recreating
d
omain 0, UUID 00000000-0000-0000-0000-000000000000.
[2006-10-08 14:31:29 xend.XendDomainInfo] WARNING (XendDomainInfo:241) No vm
pat
h in store for existing domain 0
[2006-10-08 14:31:29 xend.XendDomainInfo] DEBUG (XendDomainInfo:701) Storing VM
details: {'name': 'Domain-0', 'on_reboot': 'restart', 'on_poweroff': 'destroy',
'uuid': '00000000-0000-0000-0000-000000000000', 'on_crash': 'restart', 'vcpus':
'1', 'vcpu_avail': '1', 'memory': '939', 'maxmem': '939'}
[2006-10-08 14:31:29 xend.XendDomainInfo] DEBUG (XendDomainInfo:736) Storing
domain details: {'cpu/0/availability': 'online', 'memory/target': '961536',
'name': 'Domain-0', 'console/limit': '1048576', 'vm':
'/vm/00000000-0000-0000-0000-000000000000', 'domid': '0'}
[2006-10-08 14:31:29 xend] DEBUG (XendDomain:153) number of vcpus to use is 0  
[2006-10-08 14:31:29 xend.XendDomainInfo] DEBUG (XendDomainInfo:919)
XendDomainInfo.handleShutdownWatch                                             
           [2006-10-08 14:35:17 xend] INFO (SrvDaemon:283) Xend Daemon started
[2006-10-08 14:35:17 xend] INFO (SrvDaemon:287) Xend changeset: unavailable .  
[2006-10-08 14:35:17 xend.XendDomainInfo] DEBUG (XendDomainInfo:207)
XendDomainInfo.recreate({'paused': 0, 'cpu_time': 12044560449L, 'ssidref': 0,
'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'shutdown_reason':
0, 'dying': 0,
 'dom': 0, 'mem_kb': 961260, 'maxmem_kb': -4, 'max_vcpu_id': 0, 'crashed': 0,
'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0})                 
  [2006-10-08 14:35:17 xend.XendDomainInfo] INFO (XendDomainInfo:219)
Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000.
[2006-10-08 14:35:17 xend.XendDomainInfo] WARNING (XendDomainInfo:241) No vm
path in store for existing domain 0                                            
   [2006-10-08 14:35:17 xend.XendDomainInfo] DEBUG (XendDomainInfo:701) Storing
VM details: {'name': 'Domain-0', 'on_reboot': 'restart', 'on_poweroff':
'destroy', 'uuid': '00000000-0000-0000-0000-000000000000', 'on_crash':
'restart', 'vcpus': '1', 'vcpu_avail': '1', 'memory': '939', 'maxmem': '939'}
[2006-10-08 14:35:17 xend.XendDomainInfo] DEBUG (XendDomainInfo:736) Storing
domain details: {'cpu/0/availability': 'online', 'memory/target': '961536',
'name': 'Domain-0', 'console/limit': '1048576', 'vm':
'/vm/00000000-0000-0000-0000-000000000000', 'domid': '0'}
[2006-10-08 14:35:17 xend] DEBUG (XendDomain:153) number of vcpus to use is 0
[2006-10-08 14:35:17 xend.XendDomainInfo] DEBUG (XendDomainInfo:919)
XendDomainInfo.handleShutdownWatch
[2006-10-08 14:41:24 xend] INFO (SrvDaemon:283) Xend Daemon started
[2006-10-08 14:41:24 xend] INFO (SrvDaemon:287) Xend changeset: unavailable .
[2006-10-08 14:41:24 xend.XendDomainInfo] DEBUG (XendDomainInfo:207)
XendDomainInfo.recreate({'paused': 0, 'cpu_time': 15840266449L, 'ssidref': 0,
'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'shutdown_reason':
0, 'dying': 0, 'dom': 0, 'mem_kb': 961260, 'maxmem_kb': -4, 'max_vcpu_id': 0,
'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0})
[2006-10-08 14:41:24 xend.XendDomainInfo] INFO (XendDomainInfo:219) Recreating
domain 0, UUID 00000000-0000-0000-0000-000000000000.
[2006-10-08 14:41:24 xend.XendDomainInfo] WARNING (XendDomainInfo:241) No vm
path in store for existing domain 0
[2006-10-08 14:41:24 xend.XendDomainInfo] DEBUG (XendDomainInfo:701) Storing VM
details: {'name': 'Domain-0', 'on_reboot': 'restart', 'on_poweroff': 'destroy',
'uuid': '00000000-0000-0000-0000-000000000000', 'on_crash': 'restart', 'vcpus':
'1', 'vcpu_avail': '1', 'memory': '939', 'maxmem': '939'}
[2006-10-08 14:41:24 xend.XendDomainInfo] DEBUG (XendDomainInfo:736) Storing
dom
ain details: {'cpu/0/availability': 'online', 'memory/target': '961536',
'name':
 'Domain-0', 'console/limit': '1048576', 'vm':
'/vm/00000000-0000-0000-0000-0000
00000000', 'domid': '0'}
[2006-10-08 14:41:24 xend] DEBUG (XendDomain:153) number of vcpus to use is 0
[2006-10-08 14:41:24 xend.XendDomainInfo] DEBUG (XendDomainInfo:919)
XendDomainInfo.handleShutdownWatch
[2006-10-08 19:08:25 xend] INFO (SrvDaemon:283) Xend Daemon started
[2006-10-08 19:08:26 xend] INFO (SrvDaemon:287) Xend changeset: unavailable .
[2006-10-08 19:08:26 xend.XendDomainInfo] DEBUG (XendDomainInfo:207)
XendDomainInfo.recreate({'paused': 0, 'cpu_time': 16175659300L, 'ssidref': 0,
'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'shutdown_reason':
0, 'dying': 0, 'dom': 0, 'mem_kb': 961260, 'maxmem_kb': -4, 'max_vcpu_id': 0,
'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0})
[2006-10-08 19:08:26 xend.XendDomainInfo] INFO (XendDomainInfo:219) Recreating
domain 0, UUID 00000000-0000-0000-0000-000000000000.
[2006-10-08 19:08:26 xend.XendDomainInfo] WARNING (XendDomainInfo:241) No vm
path in store for existing domain 0
[2006-10-08 19:08:26 xend.XendDomainInfo] DEBUG (XendDomainInfo:701) Storing VM
details: {'name': 'Domain-0', 'on_reboot': 'restart', 'on_poweroff': 'destroy',
'uuid': '00000000-0000-0000-0000-000000000000', 'on_crash': 'restart', 'vcpus':
'1', 'vcpu_avail': '1', 'memory': '939', 'maxmem': '939'}
[2006-10-08 19:08:26 xend.XendDomainInfo] DEBUG (XendDomainInfo:736) Storing
dom
ain details: {'cpu/0/availability': 'online', 'memory/target': '961536',
'name':
 'Domain-0', 'console/limit': '1048576', 'vm':
'/vm/00000000-0000-0000-0000-0000
00000000', 'domid': '0'}
[2006-10-08 19:08:26 xend] DEBUG (XendDomain:153) number of vcpus to use is 0
[2006-10-08 19:08:26 xend.XendDomainInfo] DEBUG (XendDomainInfo:919)
XendDomainInfo.handleShutdownWatch
[2006-10-08 19:16:22 xend] INFO (SrvDaemon:283) Xend Daemon started
[2006-10-08 19:16:22 xend] INFO (SrvDaemon:287) Xend changeset: unavailable .
[2006-10-08 19:16:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:207)
XendDomainInfo.recreate({'paused': 0, 'cpu_time': 12738692810L, 'ssidref': 0,
'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'shutdown_reason':
0, 'dying': 0, 'dom': 0, 'mem_kb': 961260, 'maxmem_kb': -4, 'max_vcpu_id': 0,
'crashed': 0, 'running': 1, 'shutdown': 0, 'online_vcpus': 1, 'blocked': 0})
[2006-10-08 19:16:22 xend.XendDomainInfo] INFO (XendDomainInfo:219) Recreating
domain 0, UUID 00000000-0000-0000-0000-000000000000.
[2006-10-08 19:16:22 xend.XendDomainInfo] WARNING (XendDomainInfo:241) No vm
path in store for existing domain 0
[2006-10-08 19:16:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:701) Storing VM
details: {'name': 'Domain-0', 'on_reboot': 'restart', 'on_poweroff': 'destroy',
'uuid': '00000000-0000-0000-0000-000000000000', 'on_crash': 'restart', 'vcpus':
'1', 'vcpu_avail': '1', 'memory': '939', 'maxmem': '939'}
[2006-10-08 19:16:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:736) Storing
domain details: {'cpu/0/availability': 'online', 'memory/target': '961536',
'name': 'Domain-0', 'console/limit': '1048576', 'vm':
'/vm/00000000-0000-0000-0000-000000000000', 'domid': '0'}
[2006-10-08 19:16:22 xend] DEBUG (XendDomain:153) number of vcpus to use is 0
[2006-10-08 19:16:22 xend.XendDomainInfo] DEBUG (XendDomainInfo:919)
XendDomainInfo.handleShutdownWatch


-- 
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 789] New: Unable to boot with Xen Hypervisor, bugzilla-daemon <=