Displaying 4 results from an estimated 4 matches for "thread_zero".
2010 Oct 26
0
XCP 0.5 killing umanaged domain (BUG?)
...rious. I found this message after disappearance of virtual
machine created early. I restart XAPI tool stack and machine was killed
(not shutdowned, but completely removing). Here log (from machine where
domain was resident)
Main line in log file I suspect:
[20101026T14:50:09.639Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env)
D:634f731b810a|dbsync] killing umanaged domain:
4e118da2-8485-23c9-de75-a6c6862df33c
Full log part:
[20101026T14:50:09.518Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env)
D:634f731b810a|dbsync] updating VM states
[20101026T14:50:09.523Z|debug|cvt-xh4|0 thread_zero|dbsync (up...
2012 Jul 20
2
Bug#682202: xcp-squeezed not started on boot
...Jul 20 09:02:30 h09 xapi: [ warn|h09|26 heartbeat|heartbeat thread D:3a99d7bf5268|startup] thread [heartbeat thread] died
Jul 20 09:02:30 h09 xapi: [ warn|h09|25|control domain memory D:e8383adbfa08|startup] thread [control domain memory] died
Jul 20 09:02:31 h09 xapi: [error|h09|0 thread_zero|Bringing up physical PIFs D:9c09058f02e4|xapi] Network configuration error: SCRIPT_ERROR [script = /sbin/ip, args = link set vif4.0 up, code = 1, stdout = , stderr = Cannot find device "vif4.0"#012]
Jul 20 09:02:32 h09 xapi: [ info|h09|0 thread_zero||watchdog] (Re)starting xapi......
2012 Oct 09
0
Bug#682202: xcp-squeezed: race between xenstore initialization and sqeezed
...r: Bug #682202
?I found race condtion between xcp-sqeezed and /etc/init.d/xen scripts.
If sleep 10 added to xcp-sqeezed host (xcp-sqeezed and xapi) initialize
normally, and if not with some probability sqeezed/xapi failed to start with message:
Oct 9 16:45:57 xenhost-1 xapi: [ warn|xenhost-1|0 thread_zero|server_init D:1691a70e8b4a|startup] task [Setting up domain 0 xenstore keys] exception: Xs.Failed_to_connect
Oct 9 16:45:57 xenhost-1 xapi: [error|xenhost-1|0 thread_zero||xapi] Caught exception at toplevel: 'Xs.Failed_to_connect'
Oct 9 16:45:57 xenhost-1 xcp-fe: 2567 (/usr/sbin/xapi -now...
2012 Jul 07
1
Bug#680588: xcp-xapi: startup race condition between xcp-xapi and xcp-networkd on slave
...tworkd due lack of dependency in init.d script.
Syptoms:
After reboot slave's xcp does not work:
xe (anything):
The host failed to acquire an IP address on its management interface and therefore cannot contact the master.
log:
/var/log/xcp-xapi.log:[20120707T01:36:51.361Z| warn|lab-xh3|0 thread_zero|bringing up management interface D:065e1b39b653|xapi] Failed to acquire a management IP address
That bug appears only on slave host.
Patch:
--- /tmp/xcp-xapi 2012-07-07 06:13:47.000000000 +0400
+++ /etc/init.d/xcp-xapi 2012-07-07 06:08:05.000000000 +0400
@@ -1,7 +1,7 @@
#! /bin/sh
### BEGIN IN...