Displaying 20 results from an estimated 900 matches similar to: "virStream functions"
2013 Nov 06
2
virConnectListAllDomains support for PowerVM
Hey guys,
I'm so glad you added the new set of virConnectListAllDomains functions, it
simplifies a lot our work!. I was only wondering why there is no support
for PowerVM. Is it that it hasn't been developed or is there some technical
hardship?
Best,
Camilo Aguilar
2010 Jun 09
1
about virDomainSave and virDomainRestore
Hi there,
There is some special reason to require a virConnectPtr param in
virDomainRestore ?
Regards,
Camilo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100609/69932c54/attachment.htm>
2013 Nov 06
1
Re: virConnectListAllDomains support for PowerVM
I'm writing Go bindings, I was just wondering about PowerVM, maybe further
ahead if nobody has done it I could give it a try. So, Does it mean the
other functions more granular funtions are going to be deprecated at some
point?
On Tue, Nov 5, 2013 at 10:18 PM, Daniel P. Berrange <berrange@redhat.com>wrote:
> On Tue, Nov 05, 2013 at 07:44:47PM -0500, Camilo Aguilar wrote:
> >
2010 Feb 16
2
build libvirt on Mac OSX 10.6
Hi,
Anybody know how to build libvirt on Mac OSX 10.6 ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100215/ee529872/attachment.htm>
2017 Apr 28
2
No way to stop virStream error after guest stop
Hello everyone,
I am opening a virChannel(unix) to a domain and receiving data with a
non-blocking virStream using events, when the connected domain gets
stopped(which deletes the channel unix socket) by calling destroy,
shutdown, pause or migrate on that domain, with the stream open the read
event is triggered repeatedly, and virStreamRecv returns 0 bytes indicating
EOF but neither
2017 May 17
2
Re: No way to stop virStream error after guest stop
I get just _READABLE events repeatedly, virStreamAbort() doesn't work, it
gets out of control after the target domain stops and the unix scocket is
deleted. I ended connecting directly to the unix socket. I just wanted to
ask if it certainly is a bug or perhaps someone went through this before
and have a workaround.
Jose V.
Em ter, 16 de mai de 2017 às 05:28, Martin Kletzander
2017 May 17
2
Re: No way to stop virStream error after guest stop
On Wed, May 17, 2017 at 09:08:14AM +0200, Martin Kletzander wrote:
>On Wed, May 17, 2017 at 01:01:39AM +0000, JosÉ Luis Valencia Gutierrez wrote:
>>I get just _READABLE events repeatedly, virStreamAbort() doesn't work, it
>>gets out of control after the target domain stops and the unix scocket is
>>deleted. I ended connecting directly to the unix socket. I just wanted to
2010 Jun 02
1
JSON support
Are there any efforts to support JSON in libvirt ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100601/9304aafc/attachment.htm>
2017 May 16
0
Re: No way to stop virStream error after guest stop
On Fri, Apr 28, 2017 at 11:01:18PM +0000, JosÉ Luis Valencia Gutierrez wrote:
>Hello everyone,
>I am opening a virChannel(unix) to a domain and receiving data with a
>non-blocking virStream using events, when the connected domain gets
>stopped(which deletes the channel unix socket) by calling destroy,
>shutdown, pause or migrate on that domain, with the stream open the read
2017 May 17
0
Re: No way to stop virStream error after guest stop
On Wed, May 17, 2017 at 01:01:39AM +0000, JosÉ Luis Valencia Gutierrez wrote:
>I get just _READABLE events repeatedly, virStreamAbort() doesn't work, it
>gets out of control after the target domain stops and the unix scocket is
>deleted. I ended connecting directly to the unix socket. I just wanted to
>ask if it certainly is a bug or perhaps someone went through this before
>and
2017 May 17
0
Re: No way to stop virStream error after guest stop
I just tried removing the callback before calling virStreamFinish and it
worked right, I thought by simply finish the stream would stop the events
and close it, the example I was based on only calls virStreamFinish on EOF
event.
Em qua, 17 de mai de 2017 às 12:49, Martin Kletzander <mkletzan@redhat.com>
escreveu:
> On Wed, May 17, 2017 at 09:08:14AM +0200, Martin Kletzander wrote:
>
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
Cordial saludo adjunto la base de datos y el script:
eu60<- read.csv(file.choose(), header=T, sep=";", dec=".", row.names=1)
eu60.pca <- PCA(eu60, quali.sup=19)
eu60.data <- cbind.data.frame(eu60[,19], eu60.pca$ind$coord)
eu60.ellipse <- coord.ellipse(eu60.data, bary=TRUE)
plot.PCA(ellipse=eu60.ellipse, cex=0.8)
El 4 de diciembre de 2013 17:35, Camilo Calle
2013 Mar 02
3
replace zeros for NA in a column based on values of another column
Hi everyone,
Imagine that I have a data frame with four columns:
data<-
a b c d
0 1 1 0
1 1 1 1
1 0 0 1
I want to replace the zeros in columns a:b for NA only for the rows in
which column d are zero. So
a b c d
NA 1 1 0
1 1 1 1
1 0 0 1
I am trying
2010 Aug 14
1
confidence Intervals for predictions in GLS
Hi everyone:
Is there a function in R to calculate the confidence intervals for the
predictions of a GLS(Generalized Least Square) model?
The function "predict" gives confidence intervals for the predictions
of other types of models (lm, glm, etc) but not gls.
Any input will be much appreciated,
Best,
Camilo
Camilo Mora, Ph.D.
Department of Biology
Dalhouisie University
2015 Dec 28
3
Elecciones Generales
De aqui:
http://resultadosgenerales2015.interior.es/congreso/#/ES201512-CON-ES/ES
o en json:
http://resultadosgenerales2015.interior.es/#/herramienta-analisis?siteLanguage=es_ES
dentro del linux estan los archivos
El 28 de diciembre de 2015, 16:30, Javier Marcuzzi <
javier.ruben.marcuzzi en gmail.com> escribió:
> Estimado Ivan Aguilar
>
> Desconozco desde donde toma los datos,
2008 Mar 15
3
[HELP]No :secret given to the #protect_from_forgery call
I am starting to BDD. When specing the controller I want to test for
object creation:
it "deberia crear una nueva persona en post create" do
Usuario.should_receive(:create).with({:nombre => "camilo", :clave
=> "secreta", :tipo => "administrador"}).and_return(@usuario)
post ''create'', {:usuario => {:nombre =>
2014 May 18
1
help to implement LXC terminal
Hi, guys!
I began to write qt-virt-manager
(https://github.com/F1ash/qt-virt-manager), using libvirt API.
I'm currently trying to implement a terminal for
LXC-containers, but I do not have enough knowledge and
experience. As I understand it, i must use
virDomainOpenConsole, which binds virStream with working
domain (Virtual Machine). But how to use this stream, I do
not know ( I found
2012 Jul 24
5
First value in a row
Hi.
This is likely a trivial problem but have not found a solution.
Imagine the following dataframe:
Lat Lon x1 x2 x3
01 10 NA NA .1
01 11 NA .2 .3
01 12 .4 .5 .6
I want to generate another column that consist of the first value in
each row from columns x1 to x3. That is
NewColumn
.1
.2
.4
Any input greatly appreciated,
Thanks,
Camilo
Camilo Mora, Ph.D.
2018 Dec 03
2
Re: console type tcp with logging
пн, 3 дек. 2018 г. в 12:27, Daniel P. Berrangé <berrange@redhat.com>:
>
> We don't have any plans to add it, but if someone's interested we'd
> accept patches. It would need to integrate with our virStream APIs
> to allow download, in similar way to how virStorageVolDownload() works
What args this function need to receive? VolDownload this args:
2013 Mar 13
3
loop in a data.table
Hi everyone,
I have a data.table called "data" with many columns which I want to
group by column1 using data.table, given how fast it is.
The problem with looping a data.table is that data.table does not like
quotations to define the column names (e.g. "col2" instead of col2).
I found a way around which is to use get("col2"), which works fine but
the