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-users

[Xen-users] Problem getting DomU's up after power outage

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem getting DomU's up after power outage
From: Herbert Laubner <laubner@xxxxxxx>
Date: Thu, 28 Feb 2008 16:27:25 +0100
Delivery-date: Thu, 28 Feb 2008 07:28:23 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi list,

I had a power outage this morning and past that only the Dom0 starts with it's services (DNS, DHCP).

with the  DomU's I have no clue were to look for. Here the log-files:

/var/log/xen/xend-debug.log

-------------------------------------------------------------------
Xend started at Fri Dec 28 23:33:39 2007.
Xend started at Sat Dec 29 22:03:12 2007.
Xend started at Sat Dec 29 22:14:46 2007.
Xend started at Mon Jan  7 21:32:16 2008.
Xend started at Fri Jan 11 18:24:00 2008.
Xend started at Fri Jan 11 18:34:57 2008.
Xend started at Fri Jan 11 19:27:20 2008.
Xend started at Fri Jan 11 20:30:45 2008.
Xend started at Wed Jan 23 23:43:45 2008.
Xend started at Thu Feb 28 10:53:38 2008.
Xend started at Thu Feb 28 10:57:35 2008.
Xend started at Thu Feb 28 11:07:34 2008.
Xend started at Thu Feb 28 14:42:53 2008.
Xend started at Thu Feb 28 14:55:46 2008.
Xend started at Thu Feb 28 15:55:28 2008.
Exception in thread HttpServer:
Traceback (most recent call last):
  File "threading.py", line 442, in __bootstrap
    self.run()
  File "threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/xen-3.1-1/lib/python/xen/web/httpserver.py", line 307, in run
    self.bind()
File "/usr/lib/xen-3.1-1/lib/python/xen/web/httpserver.py", line 325, in bind
    self.socket.bind((self.interface, self.port))
  File "<string>", line 1, in bind
error: (99, 'Cannot assign requested address')

Xend started at Thu Feb 28 16:00:44 2008.
-------------------------------------------------------------

I tried to start the Http-Server, forgetting that there is none installed on Dom0.


 And here the section of the xend.log

------------------------------------------------------------------------ --

[2008-02-21 16:14:14 2450] DEBUG (__init__:1072) XendDomainInfo.handleShutdownWatch
[2008-02-28 10:53:38 2462] INFO (__init__:1072) Xend Daemon started
[2008-02-28 10:53:38 2462] INFO (__init__:1072) Xend changeset: unavailable.
[2008-02-28 10:53:38 2462] INFO (__init__:1072) Xend version: Unknown.
[2008-02-28 10:53:38 2462] DEBUG (__init__:1072) XendDomainInfo.recreate({'max_vcpu_id': 0, 'cpu_time': 12234532680L, 'ssidref': 0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'online_vcpus': 1, 'domid': 0, 'paused': 0, 'crashed': 0, 'running': 1, 'maxmem_kb': 4294967292L, 'shutdown': 0, 'mem_kb': 1208100L, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0, 'name': 'Domain-0'}) [2008-02-28 10:53:38 2462] INFO (__init__:1072) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. at /local/domain/0 [2008-02-28 10:53:38 2462] DEBUG (__init__:1072) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': '00000000-0000-0000-0000-000000000000', 'on_reboot': 'restart', 'image': '(linux (kernel ))', 'on_poweroff': 'destroy', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/ restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'name': 'Domain-0'} [2008-02-28 10:53:38 2462] DEBUG (__init__:1072) Storing domain details: {'name': 'Domain-0', 'console/limit': '1048576', 'vm': '/vm/ 00000000-0000-0000-0000-000000000000', 'domid': '0', 'cpu/0/ availability': 'online', 'memory/target': '1208100', 'control/ platform-feature-multiprocessor-suspend': '1'}
[2008-02-28 10:53:38 2462] DEBUG (__init__:1072) Adding Domain: 0
[2008-02-28 10:53:38 2462] DEBUG (__init__:1072) number of vcpus to use is 0 [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: VBD.set_device not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: VBD.set_type not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: VM.get_auto_power_on not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: VM.set_auto_power_on not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: debug.get_all not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: console.get_other_config not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: console.set_other_config not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: VIF.get_network not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: VIF.set_device not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: VIF.set_MAC not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: VIF.set_MTU not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: session.get_all_records not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: event.get_record not found [2008-02-28 10:53:38 2462] WARNING (__init__:1072) API call: event.get_all not found [2008-02-28 10:53:38 2462] DEBUG (__init__:1072) XendDomainInfo.handleShutdownWatch [2008-02-28 10:53:38 2462] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2008-02-28 10:53:38 2462] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock.
[2008-02-28 10:56:39 2462] DEBUG (__init__:1072) SrvServer.cleanup()
[2008-02-28 10:56:39 2462] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 10:56:39 2462] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 10:56:39 2462] DEBUG (__init__:1072) cleanup_domains
[2008-02-28 10:56:39 2457] INFO (__init__:1072) Xend exited with status 0.
[2008-02-28 10:57:35 2456] INFO (__init__:1072) Xend Daemon started
[2008-02-28 10:57:35 2456] INFO (__init__:1072) Xend changeset: unavailable.
[2008-02-28 10:57:35 2456] INFO (__init__:1072) Xend version: Unknown.
[2008-02-28 10:57:35 2456] DEBUG (__init__:1072) XendDomainInfo.recreate({'max_vcpu_id': 0, 'cpu_time': 11612313251L, 'ssidref': 0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'online_vcpus': 1, 'domid': 0, 'paused': 0, 'crashed': 0, 'running': 1, 'maxmem_kb': 4294967292L, 'shutdown': 0, 'mem_kb': 1208100L, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0, 'name': 'Domain-0'}) [2008-02-28 10:57:35 2456] INFO (__init__:1072) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. at /local/domain/0 [2008-02-28 10:57:35 2456] DEBUG (__init__:1072) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': '00000000-0000-0000-0000-000000000000', 'on_reboot': 'restart', 'image': '(linux (kernel ))', 'on_poweroff': 'destroy', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/ restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'name': 'Domain-0'} [2008-02-28 10:57:35 2456] DEBUG (__init__:1072) Storing domain details: {'name': 'Domain-0', 'console/limit': '1048576', 'vm': '/vm/ 00000000-0000-0000-0000-000000000000', 'domid': '0', 'cpu/0/ availability': 'online', 'memory/target': '1208100', 'control/ platform-feature-multiprocessor-suspend': '1'}
[2008-02-28 10:57:35 2456] DEBUG (__init__:1072) Adding Domain: 0
[2008-02-28 10:57:35 2456] DEBUG (__init__:1072) number of vcpus to use is 0 [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: VBD.set_device not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: VBD.set_type not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: VM.get_auto_power_on not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: VM.set_auto_power_on not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: debug.get_all not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: console.get_other_config not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: console.set_other_config not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: VIF.get_network not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: VIF.set_device not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: VIF.set_MAC not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: VIF.set_MTU not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: session.get_all_records not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: event.get_record not found [2008-02-28 10:57:35 2456] WARNING (__init__:1072) API call: event.get_all not found [2008-02-28 10:57:35 2456] DEBUG (__init__:1072) XendDomainInfo.handleShutdownWatch [2008-02-28 10:57:35 2456] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2008-02-28 10:57:35 2456] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock.
[2008-02-28 11:05:28 2456] DEBUG (__init__:1072) SrvServer.cleanup()
[2008-02-28 11:05:28 2456] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 11:05:28 2456] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 11:05:28 2456] DEBUG (__init__:1072) cleanup_domains
[2008-02-28 11:05:28 2451] INFO (__init__:1072) Xend exited with status 0.
[2008-02-28 11:07:34 2456] INFO (__init__:1072) Xend Daemon started
[2008-02-28 11:07:34 2456] INFO (__init__:1072) Xend changeset: unavailable.
[2008-02-28 11:07:34 2456] INFO (__init__:1072) Xend version: Unknown.
[2008-02-28 11:07:34 2456] DEBUG (__init__:1072) XendDomainInfo.recreate({'max_vcpu_id': 0, 'cpu_time': 11629025617L, 'ssidref': 0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'online_vcpus': 1, 'domid': 0, 'paused': 0, 'crashed': 0, 'running': 1, 'maxmem_kb': 4294967292L, 'shutdown': 0, 'mem_kb': 1208100L, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0, 'name': 'Domain-0'}) [2008-02-28 11:07:34 2456] INFO (__init__:1072) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. at /local/domain/0 [2008-02-28 11:07:34 2456] DEBUG (__init__:1072) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': '00000000-0000-0000-0000-000000000000', 'on_reboot': 'restart', 'image': '(linux (kernel ))', 'on_poweroff': 'destroy', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/ restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'name': 'Domain-0'} [2008-02-28 11:07:34 2456] DEBUG (__init__:1072) Storing domain details: {'name': 'Domain-0', 'console/limit': '1048576', 'vm': '/vm/ 00000000-0000-0000-0000-000000000000', 'domid': '0', 'cpu/0/ availability': 'online', 'memory/target': '1208100', 'control/ platform-feature-multiprocessor-suspend': '1'}
[2008-02-28 11:07:34 2456] DEBUG (__init__:1072) Adding Domain: 0
[2008-02-28 11:07:34 2456] DEBUG (__init__:1072) number of vcpus to use is 0 [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: VBD.set_device not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: VBD.set_type not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: VM.get_auto_power_on not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: VM.set_auto_power_on not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: debug.get_all not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: console.get_other_config not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: console.set_other_config not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: VIF.get_network not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: VIF.set_device not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: VIF.set_MAC not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: VIF.set_MTU not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: session.get_all_records not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: event.get_record not found [2008-02-28 11:07:34 2456] WARNING (__init__:1072) API call: event.get_all not found [2008-02-28 11:07:34 2456] DEBUG (__init__:1072) XendDomainInfo.handleShutdownWatch [2008-02-28 11:07:34 2456] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2008-02-28 11:07:34 2456] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock.
[2008-02-28 12:59:17 2456] DEBUG (__init__:1072) SrvServer.cleanup()
[2008-02-28 12:59:17 2456] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 12:59:17 2456] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 12:59:17 2456] DEBUG (__init__:1072) cleanup_domains
[2008-02-28 12:59:17 2451] INFO (__init__:1072) Xend exited with status 0.
[2008-02-28 14:42:53 2593] INFO (__init__:1072) Xend Daemon started
[2008-02-28 14:42:53 2593] INFO (__init__:1072) Xend changeset: unavailable.
[2008-02-28 14:42:53 2593] INFO (__init__:1072) Xend version: Unknown.
[2008-02-28 14:42:53 2593] DEBUG (__init__:1072) XendDomainInfo.recreate({'max_vcpu_id': 0, 'cpu_time': 11996421795L, 'ssidref': 0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'online_vcpus': 1, 'domid': 0, 'paused': 0, 'crashed': 0, 'running': 1, 'maxmem_kb': 4294967292L, 'shutdown': 0, 'mem_kb': 1208100L, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0, 'name': 'Domain-0'}) [2008-02-28 14:42:53 2593] INFO (__init__:1072) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. at /local/domain/0 [2008-02-28 14:42:53 2593] DEBUG (__init__:1072) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': '00000000-0000-0000-0000-000000000000', 'on_reboot': 'restart', 'image': '(linux (kernel ))', 'on_poweroff': 'destroy', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/ restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'name': 'Domain-0'} [2008-02-28 14:42:53 2593] DEBUG (__init__:1072) Storing domain details: {'name': 'Domain-0', 'console/limit': '1048576', 'vm': '/vm/ 00000000-0000-0000-0000-000000000000', 'domid': '0', 'cpu/0/ availability': 'online', 'memory/target': '1208100', 'control/ platform-feature-multiprocessor-suspend': '1'}
[2008-02-28 14:42:53 2593] DEBUG (__init__:1072) Adding Domain: 0
[2008-02-28 14:42:53 2593] DEBUG (__init__:1072) number of vcpus to use is 0 [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: VBD.set_device not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: VBD.set_type not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: VM.get_auto_power_on not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: VM.set_auto_power_on not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: debug.get_all not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: console.get_other_config not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: console.set_other_config not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: VIF.get_network not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: VIF.set_device not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: VIF.set_MAC not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: VIF.set_MTU not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: session.get_all_records not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: event.get_record not found [2008-02-28 14:42:53 2593] WARNING (__init__:1072) API call: event.get_all not found [2008-02-28 14:42:53 2593] DEBUG (__init__:1072) XendDomainInfo.handleShutdownWatch [2008-02-28 14:42:53 2593] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2008-02-28 14:42:53 2593] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock.
[2008-02-28 14:54:49 2593] DEBUG (__init__:1072) SrvServer.cleanup()
[2008-02-28 14:54:49 2593] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 14:54:49 2593] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 14:54:49 2593] DEBUG (__init__:1072) cleanup_domains
[2008-02-28 14:54:49 2589] INFO (__init__:1072) Xend exited with status 0.
[2008-02-28 14:55:46 2458] INFO (__init__:1072) Xend Daemon started
[2008-02-28 14:55:46 2458] INFO (__init__:1072) Xend changeset: unavailable.
[2008-02-28 14:55:46 2458] INFO (__init__:1072) Xend version: Unknown.
[2008-02-28 14:55:46 2458] DEBUG (__init__:1072) XendDomainInfo.recreate({'max_vcpu_id': 0, 'cpu_time': 11629774331L, 'ssidref': 0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'online_vcpus': 1, 'domid': 0, 'paused': 0, 'crashed': 0, 'running': 1, 'maxmem_kb': 4294967292L, 'shutdown': 0, 'mem_kb': 1208100L, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0, 'name': 'Domain-0'}) [2008-02-28 14:55:46 2458] INFO (__init__:1072) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. at /local/domain/0 [2008-02-28 14:55:46 2458] DEBUG (__init__:1072) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': '00000000-0000-0000-0000-000000000000', 'on_reboot': 'restart', 'image': '(linux (kernel ))', 'on_poweroff': 'destroy', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/ restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'name': 'Domain-0'} [2008-02-28 14:55:46 2458] DEBUG (__init__:1072) Storing domain details: {'name': 'Domain-0', 'console/limit': '1048576', 'vm': '/vm/ 00000000-0000-0000-0000-000000000000', 'domid': '0', 'cpu/0/ availability': 'online', 'memory/target': '1208100', 'control/ platform-feature-multiprocessor-suspend': '1'}
[2008-02-28 14:55:46 2458] DEBUG (__init__:1072) Adding Domain: 0
[2008-02-28 14:55:46 2458] DEBUG (__init__:1072) number of vcpus to use is 0 [2008-02-28 14:55:46 2458] DEBUG (__init__:1072) XendDomainInfo.handleShutdownWatch [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: VBD.set_device not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: VBD.set_type not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: VM.get_auto_power_on not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: VM.set_auto_power_on not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: debug.get_all not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: console.get_other_config not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: console.set_other_config not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: VIF.get_network not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: VIF.set_device not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: VIF.set_MAC not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: VIF.set_MTU not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: session.get_all_records not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: event.get_record not found [2008-02-28 14:55:46 2458] WARNING (__init__:1072) API call: event.get_all not found [2008-02-28 14:55:46 2458] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2008-02-28 14:55:46 2458] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock.
[2008-02-28 15:55:25 2458] DEBUG (__init__:1072) SrvServer.cleanup()
[2008-02-28 15:55:25 2458] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 15:55:25 2458] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 15:55:25 2458] DEBUG (__init__:1072) cleanup_domains
[2008-02-28 15:55:25 2453] INFO (__init__:1072) Xend exited with status 0.
[2008-02-28 15:55:28 2778] INFO (__init__:1072) Xend Daemon started
[2008-02-28 15:55:28 2778] INFO (__init__:1072) Xend changeset: unavailable.
[2008-02-28 15:55:28 2778] INFO (__init__:1072) Xend version: Unknown.
[2008-02-28 15:55:28 2778] DEBUG (__init__:1072) XendDomainInfo.recreate({'max_vcpu_id': 0, 'cpu_time': 32123071419L, 'ssidref': 0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'online_vcpus': 1, 'domid': 0, 'paused': 0, 'crashed': 0, 'running': 1, 'maxmem_kb': 4294967292L, 'shutdown': 0, 'mem_kb': 1208100L, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0, 'name': 'Domain-0'}) [2008-02-28 15:55:28 2778] INFO (__init__:1072) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. at /local/domain/0
[2008-02-28 15:55:28 2778] DEBUG (__init__:1072) Adding Domain: 0
[2008-02-28 15:55:28 2778] DEBUG (__init__:1072) number of vcpus to use is 0 [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: VBD.set_device not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: VBD.set_type not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: VM.get_auto_power_on not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: VM.set_auto_power_on not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: debug.get_all not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: console.get_other_config not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: console.set_other_config not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: VIF.get_network not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: VIF.set_device not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: VIF.set_MAC not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: VIF.set_MTU not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: session.get_all_records not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: event.get_record not found [2008-02-28 15:55:28 2778] WARNING (__init__:1072) API call: event.get_all not found [2008-02-28 15:55:28 2778] DEBUG (__init__:1072) XendDomainInfo.handleShutdownWatch [2008-02-28 15:55:28 2778] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2008-02-28 15:55:28 2778] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock. [2008-02-28 15:55:58 2778] ERROR (__init__:1072) Server HttpServer did not initialise!
[2008-02-28 15:59:47 2778] DEBUG (__init__:1072) SrvServer.cleanup()
[2008-02-28 15:59:47 2778] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 15:59:47 2778] DEBUG (__init__:1072) XMLRPCServer.cleanup()
[2008-02-28 15:59:47 2778] DEBUG (__init__:1072) cleanup_domains
[2008-02-28 15:59:47 2777] INFO (__init__:1072) Xend exited with status 0.
[2008-02-28 16:00:44 2460] INFO (__init__:1072) Xend Daemon started
[2008-02-28 16:00:44 2460] INFO (__init__:1072) Xend changeset: unavailable.
[2008-02-28 16:00:44 2460] INFO (__init__:1072) Xend version: Unknown.
[2008-02-28 16:00:44 2460] DEBUG (__init__:1072) XendDomainInfo.recreate({'max_vcpu_id': 0, 'cpu_time': 11742343839L, 'ssidref': 0, 'hvm': 0, 'shutdown_reason': 0, 'dying': 0, 'online_vcpus': 1, 'domid': 0, 'paused': 0, 'crashed': 0, 'running': 1, 'maxmem_kb': 4294967292L, 'shutdown': 0, 'mem_kb': 1208100L, 'handle': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 'blocked': 0, 'name': 'Domain-0'}) [2008-02-28 16:00:44 2460] INFO (__init__:1072) Recreating domain 0, UUID 00000000-0000-0000-0000-000000000000. at /local/domain/0 [2008-02-28 16:00:44 2460] DEBUG (__init__:1072) Storing VM details: {'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid': '00000000-0000-0000-0000-000000000000', 'on_reboot': 'restart', 'image': '(linux (kernel ))', 'on_poweroff': 'destroy', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/ restart_count': '0', 'vcpus': '1', 'vcpu_avail': '1', 'name': 'Domain-0'} [2008-02-28 16:00:44 2460] DEBUG (__init__:1072) Storing domain details: {'name': 'Domain-0', 'console/limit': '1048576', 'vm': '/vm/ 00000000-0000-0000-0000-000000000000', 'domid': '0', 'cpu/0/ availability': 'online', 'memory/target': '1208100', 'control/ platform-feature-multiprocessor-suspend': '1'}
[2008-02-28 16:00:44 2460] DEBUG (__init__:1072) Adding Domain: 0
[2008-02-28 16:00:44 2460] DEBUG (__init__:1072) number of vcpus to use is 0 [2008-02-28 16:00:44 2460] DEBUG (__init__:1072) XendDomainInfo.handleShutdownWatch [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: VBD.set_device not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: VBD.set_type not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: VM.get_auto_power_on not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: VM.set_auto_power_on not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: debug.get_all not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: console.get_other_config not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: console.set_other_config not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: VIF.get_network not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: VIF.set_device not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: VIF.set_MAC not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: VIF.set_MTU not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: session.get_all_records not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: event.get_record not found [2008-02-28 16:00:44 2460] WARNING (__init__:1072) API call: event.get_all not found [2008-02-28 16:00:44 2460] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been disabled for this server. [2008-02-28 16:00:44 2460] INFO (__init__:1072) Opening Unix domain socket XML-RPC server on /var/run/xend/xmlrpc.sock.


------------------------------------------------------------------------ --------

I have googled the warning but could only find threats with the same issue, not with a solution, so please bear with me when I overlooked it somewhere.

Thanks in advance for any hint.
Herb


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem getting DomU's up after power outage, Herbert Laubner <=