Displaying 2 results from an estimated 2 matches for "cimserver".
2011 Aug 22
0
issue with virErrorInitialize
...this issue is at
https://www.redhat.com/archives/libvirt-users/2011-August/msg00069.html
Here is the gist of his investigation -
I've looked into the libvirt source code and the reason for issues with the
unload of libvirt-cim providers is there (and cimprovider -r forces an
unload,
just as cimserver shutdown does).
virConnectOpen() does call virInitialize() which then will initialize the
gcrypt library after initializes the thread setup ->virThreadInitialize(),
creates the error reporting structure ->virErrorInitialize() and initialize
a
random number generator ->virRandomInitialize(...
2012 Mar 16
27
xenconsole: Could not read tty from store: No such file or directory
Hello Community,
I encountered an error while running "xm console domU". Here is the running
script:
# xm console domU
xenconsole: Could not read tty from store: No such file or directory
I googled and found out that this issue is mostly result from forgetting
starting xenconsole service.
However, after I started xenconsole, the issue is still there. Please see:
#