Displaying 20 results from an estimated 500 matches similar to: "Virtual machine in state "in shutdown""
2016 Jul 05
2
Re: Virtual machine in state "in shutdown"
Restarting libvirtd doesn't change the situation.
But looking into the logs I see the following:
- Last lines in /var/log/libvirt/libvirtd.log:
2016-07-05 13:26:42.792+0000: 24552: warning : qemuProcessKill:4419 : Timed
out waiting after SIGKILL to process 48301
2016-07-05 13:26:42.792+0000: 24552: error : qemuDomainDestroyFlags:2120 :
operation failed: failed to kill qemu process with
2016 Jul 05
0
Re: Virtual machine in state "in shutdown"
On Tue, Jul 05, 2016 at 04:20:58PM +0200, Roland Everaert wrote:
> Restarting libvirtd doesn't change the situation.
>
> But looking into the logs I see the following:
>
> - Last lines in /var/log/libvirt/libvirtd.log:
>
> 2016-07-05 13:26:42.792+0000: 24552: warning : qemuProcessKill:4419 : Timed
> out waiting after SIGKILL to process 48301
> 2016-07-05
2016 Jul 05
0
Re: Virtual machine in state "in shutdown"
On Tue, Jul 05, 2016 at 02:50:25PM +0200, Roland Everaert wrote:
> Hello,
>
> We are currently facing a strange situation. One of our VM is shown by
> 'virsh list' as in state "in shutdown" but there is no more a qemu-kvm
> process linked to it.
>
> So we have a few questions:
>
> 1. What does means the state in shutdown (I have not found much
2011 Aug 10
1
Floats in Microsoft Basic format
Hi all,
I need to convert a floating point value from Microsoft Basic format to IEEE
format.
There's a simple way to achieve this in R or I have to write my own
function?
(e.g. convert the C code below)
thanks
t
#include <string.h> /* for strncpy */
int _fmsbintoieee(float *src4, float *dest4)
{
unsigned char *msbin = (unsigned char *)src4;
unsigned char *ieee
2010 May 12
1
R 2.11.0 on RHEL5 / RODBC
I am compiling R 2.11.0 on a RHEL5.3 box using the following settings
./configure --with-readline=yes --enable-R-shlib=yes --with-x=yes --with-blas="-llibptf77blas -lpthread -llibatlas" --prefix=/usr/local/R-2.11.0 JAVA_HOME=$JAVA_HOME CPPFLAGS="-I/usr/local/unixODBC-2.3.0/include"
I have compiled and installed unixODBC-2.3.0 (64-bit) in /usr/local and can connect to and
2011 Jun 12
1
snow package
Hi
I try parallelising some code using the snow package and the following lines:
cl <- makeSOCKcluster(8)
pfunc <- function (x) (if(x <= (-th)) 1 else 0) ###correlation coefficient
clusterExport(cl,c("pfunc","th"))
cor.c.f <- parApply(cl,tms,c(1,2),FUN=pfunc)
The parApply results in the error message:
> cor.c.f <- parApply(cl,tms,c(1,2),FUN=pfunc)
Error
2007 Apr 26
5
class parameters
Hello there,
Just wanted to know if class will be able to have parameters ?
Right now i use:
define resolver( $options =''rotate'', $nameserver,
$search='''',$domain='''',$sortlist=''''){
file{ ''/etc/resolv.conf'':
content =>
2006 Aug 10
11
dual boot windows
Hi guys,
I''m new to Xen - in fact I haven''t installed it yet - wanted to find out a
bit more before I test the waters.
Here''s what I want to do:
1. I''m getting a new Intel Core duo laptop within a couple of days. I
believe the core duo chips have Vanderpool technology so it shouldn''t be a
problem getting Xen to run windows unmodified - is this
2005 Oct 29
3
Re: [PATCH] Avoid using dc in git-count-objects
On Thu, Oct 27, 2005 at 10:22:08PM -0700, H. Peter Anvin wrote:
>
> >So it looks like as long as dash can link with klibc then:
OK, I've got it to build with klibc using klcc:
$ size src/dash
text data bss dec hex filename
63333 356 5940 69629 10ffd src/dash
Unfortunately there seems to be something fishy in parameter expansion
as it fails three
2018 Sep 08
1
Re: how "safe" is blockcommit ?
Il 07-09-2018 21:26 Eric Blake ha scritto:
> We're also trying to add support for incremental backups into a future
> version of libvirt on top of the qemu 3.0 feature of persistent
> bitmaps in qcow2 images, which could indeed guarantee that you
> transfer only the portions of the guest disk that were touched since
> the last backup. But as that's still something I'm
2006 Oct 05
0
TDDMate website has gone missing
I wish to install TDDMate but the command...
sudo gem install --source http://dist.oaklandcutlery.com tddmate
...fails, and I seee that the domain name has been parked for weeks. Is
there a new location for this plugin for TextMate?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
2007 Jan 22
2
local IP address for NETWORK SOCKET
How wine define local IP settings for creating socket?
does it use tcp/ip API of Linux kernel?
have a problem with few networking application. It is able to use simple
queries if it is forks just as client for example Internet browser, but
if it trying to create socket it listen port on a wrong IP address or
just does not create socket....
also in .wine directory I find file .wine/igsp.log which
2007 Oct 09
2
R dynamic memory management
I have a loop that processes all the raw data files in agiven directory.
It should allocate only the memory to accomodate the filenames list.
Each file is loaded into RAM one at a time and saved to another
directory after processing. The R script runs fine but it had some
memory problems so it was terminated before getting to the end of the
list.
This is a Windows XP desktop with ~ 1GB RAM
In the
2003 May 24
5
Doubts about sharing a winprinter
Hi there,
I own a domestic lan with two computers, mine and my mother's one. Mine is called GREENDEMON and the other one is called BLUEDEMON and they both are configured to run on the REDLOCAL workgroup. I've Debian Woody running on GREENDEMON and Windows 98 running on BLUDEMON, with an attached Nec Silentwriter Superscript 610 printer. This printer is only compatible with Windows 9x
2009 Feb 05
3
Samba and NetAPP filers, the PDC problem...
Hello
Is there any hope one day a Samba PDC will work with NetAPP filer ???
I mean will it be possible to register a filer as a machine in a Samba PDC ?
I fails since years and I never had any clear explainations about it.
Couls someone ( Mr Bartlett ? ) tell me why it had never be possible ?
Thanks a lot.
2008 Oct 10
2
magical disappearing background processes!
Hi all,
I''ve been having trouble for a long time with backgroundrb processes
that suddenly vanish without a trace. What happens is that at some
point I discover that all the backgroundrb processes are suddenly
gone. Nothing special is seen in any of the log files. This has
happened intermittently for a long time, and I was hoping that
upgrading to 1.0.4 would somehow help me out, but
2011 Feb 02
1
Backtrace:dovecot/imap with 2.0.9 hg checkout from 1st of Febrauary
It's actually 4 crashes in the same minute:
Date: Wed, 02 Feb 2011 04:28:35 +0100
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
2010 Aug 06
3
m-estimators
Dear colleagues
can somebody help me by showing how we can compute m-estimators in R?
thanks
Dr. Iasonas Lamprianou
Assistant Professor (Educational Research and Evaluation)
Department of Education Sciences
European University-Cyprus
P.O. Box 22006
1516 Nicosia
Cyprus
Tel.: +357-22-713178
Fax: +357-22-590539
Honorary Research Fellow
Department of Education
The University of Manchester
2004 Aug 08
2
manipulating strings
Hi
I have a called fil consisting of the following strings.
> fil
[1] " 102.2 639" " 104.2 224" " 105.1 1159" " 107.1 1148"
" 108.1 1376"
[6] " 109.2 1092" " 111.2 1238" " 112.2 349" " 113.1 1204"
" 114.1 537"
[11] " 115.0 303" " 116.1 490"
2012 Apr 23
2
Problem extracting enough coefs from gam (mgcv package)
Dear useRs,
I have used using the excellent mgcv package (version 1.7-12) to
create a generalized additive model (gam) including random effects -
represented with s(...,bs="re") - on the basis of dialect data.
My model contains two random-effect factors (Word and Key - the latter
representing a speaker) and I have added both random intercepts and
various random slopes for these