search for: isal

Displaying 6 results from an estimated 6 matches for "isal".

Did you mean: isa
2013 Apr 16
1
testInstalledBasic / testInstalledPackages
...es\R\R-3.0.0\COPYING. Does this indicate a problem with my installation? Looking at the file C:\Program Files\R\R-3.0.0\MD5, leads me to suspect there might be an error in the test itself. Thanks for the help! -------------- next part -------------- > .proctime00 <- proc.time() > > isall.equal <- function(x,y) + typeof(x) == typeof(y) && is.logical(r <- all.equal(x,y, tol=0)) && r > > report <- function(x) {print(x); stopifnot(x)} > options(error = expression(NULL)) # don't stop on error in batch > ##~~~~~~~~~~~~~~ > > ###--------...
2014 Jun 11
2
Status of Host machine.
Hi, Using libvirt how can we check the status of a remote/local host machine.. isAlive() method is giving true even if the internet connection is broken OR libvirt demon in the remote machine is being stopped. so isAlive() does not seems to be handy, Is there some other way to get the status of remote host..? Thanks -Sijo
2014 Jun 13
1
Re: Status of Host machine.
Hi Michal, virConnectOpen is for connecting to a host right..? I want to check the host status, whether the connection to the host is active or not.. for that purpose we have to use virConnectIsAlive() I'm using libvirt python bindings, here is the function defnintion. def isAlive(self): """Determine if the connection to the hypervisor is still alive A connection will be classed as alive if it is either local, or running over a channel (TCP o...
2014 Jun 13
0
Re: Status of Host machine.
On 11.06.2014 14:30, Sijo Jose wrote: > > Hi, > Using libvirt how can we check the status of a remote/local host machine.. > isAlive() method is giving true even if the internet connection is broken OR > libvirt demon in the remote machine is being stopped. > > so isAlive() does not seems to be handy, > > Is there some other way to get the status of remote host..? Isn't virConnectOpen*() enough? If it re...
2013 Dec 05
1
Using Java bindings to event callback
Hi My test environment : CentOS 6.3 6.4 Ubuntu 13.10 For CentOS 6.4 libvirt-java-0.4.9-1.el6.noarch libvirt-python-0.10.2-29.el6.x86_64 libvirt-client-0.10.2-29.el6.x86_64 libvirt-0.10.2-29.el6.x86_64 I am try to use java bindings to event callback. int register = conn.domainEventRegisterAny(null, 0, cb); But always get the following error message: libvirt: Remote Driver error : adding cb
2004 Aug 06
3
q about jspeex
Hi Marc, thanks for the quick reply. Marc Gimpel wrote: > It would appear the the 'pcm2speex.read(frame, 0, frame.length)' is > blocking which means that it is waiting for data from the underlying > inputstream (i.e.AudioInputStream(t.input)). If it could read > sufficient data it would transcode it. If it recieved an EOF, it > should do some zero padding and then