Displaying 20 results from an estimated 200 matches similar to: "Registering a callback in Java"
2011 Apr 14
1
Where actually is the callback triggered?
Hi all,
Quick question:
When the hypervisor triggers a callback which is registered for generic
events, (assuming I'm connected through qemu+tcp) where exactly is the
callback triggered? On the hypervisor host or on my host?
Regards
Kadir
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Mar 14
1
Beware! Newbie is in town
Hello everyone,
I'm working on Ubuntu 10.10, installed libvirt and created a project in
Netbeans, I included jna.jar and libvirt-0.4.7.jar. And guess what, I get
the exception below when I'm trying to run test.java which connects to
test:///default.
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load
library 'virt': libvirt.so: cannot open shared
2011 Mar 29
1
Event Types Libvirt can handle
Hello all,
I'm trying to observe access events of guest VMs. However, as far as I
understand event types in libvirt are really generic, like domain
defined/undefined, started/stopped, etc.
Isn't there any specific event types that libvirt can handle (like access to
a disk), or I'm missing them?
Thanks in advance
Kind regards
Kadir
-------------- next part --------------
An HTML
2011 Mar 16
1
With which VMM ,libvirt cooperates the most?
Hi all,
I'm trying to develop some applications that communicate with VMM about
guest OSs. Libvirt has drivers for many VMMs like Qemu, Vbox, etc. I'm
currently using Vbox and time to time I get the error that says "this
function is not supported by the connection driver".
So, for which VMM, libvirt has the most compatible driver, regarding your
experiences?
Kind regards
Kadir
2018 Jan 19
0
Backup Solutions for GlusterFS
Probably all file-level backups? ;)
Rsync is the simplest option.
Regards,
Bartosz
> On 19 Jan 2018, at 08:27, Kadir <qkadir at yahoo.com> wrote:
>
> Hi,
>
> What is the backup solutions for glusterfs? Does glusterfs suppors any backup solutions.
>
> Sincerely,
> Kadir
> _______________________________________________
> Gluster-users mailing list
>
2018 Jan 19
2
Backup Solutions for GlusterFS
Hi,
What is the backup solutions for glusterfs? Does glusterfs suppors any backup solutions.
Sincerely,Kadir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20180119/07170244/attachment.html>
2011 Mar 21
1
About monitoring
Hello all,
As I've been exporing libvirt api, I've seen event registerers, and types of
events are defined, undefined, and you know the rest. Is it all for event
types? Any ideas about how to look for a device access event, for example?
Kind regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Feb 25
0
Asterisk with PortaOne Radius client- problem in accounting script with OH323
Dear all,
I have installed asterisk 1.0.5 on redhat 9
I have installed also, asterisk-oh323 0.6.5 module (successfully
compiled and installed)
Now When I am trying to get asterisk communicate with a Radius (in my
case: it's the VoiceMaster Radius)
I was able to do the following:
After installing all recommended to download and install radius client
for asterisk
2017 Mar 16
0
[ANNOUNCE] xf86-video-amdgpu 1.3.0
I'm pleased to announce the 1.3.0 release of xf86-video-amdgpu, the Xorg
driver for AMD Radeon GPUs supported by the amdgpu kernel driver.
This release supports xserver versions 1.10-1.19.
Highlights:
* Allow TearFree to be toggled at runtime via an RandR output property
"TearFree". The xorg.conf option "TearFree" now controls the default
value of the output
2017 Mar 16
0
[ANNOUNCE] xf86-video-ati 7.9.0
I'm pleased to announce the 7.9.0 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.10-1.19.
NOTE for packagers: Please ship the new 10-radeon.conf file in the same
package as radeon_drv.so.
Highlights:
* Allow TearFree to be toggled at runtime via an RandR output property
2010 Jul 16
1
Using Java bindings to event callback
I'm having some trouble using java bindings for domain events. Can
anyone provide me an example on how to use this, namely
conn.domainEventRegisterAny?
Any suggestions?
Thanks,
Bruno Costa
2016 Nov 17
0
[ANNOUNCE] xf86-video-ati 7.8.0
I'm pleased to announce the 7.8.0 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.10-1.19.
Highlights:
* Significant 2D compositing performance increase, in particular with
glamor enabled.
* Option "TearFree" can now prevent tearing in all possible display
configurations (with
2016 Nov 17
0
[ANNOUNCE] xf86-video-amdgpu 1.2.0
I'm pleased to announce the 1.2.0 release of xf86-video-amdgpu, the Xorg
driver for AMD Radeon GPUs supported by the amdgpu kernel driver.
This release supports xserver versions 1.10-1.19.
Highlights:
* Significant 2D compositing performance increase.
* Option "TearFree" can now prevent tearing in all possible display
configurations (with current versions of Xorg). Specifically,
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
2012 Feb 12
0
java binding
Hi all,
I'm trying to use the libvirt event system in order to notify the VM
status (VM boot, reboot, crash, etc.). I must use the java binding, so
I exposed some calls not present in "Libvirt-java" jna interface:
virEventRunDefaultImpl()
virEventRegisterDefaultImpl()
(and several costant).
In my java source I tried to intercept the event, using the
2017 May 16
0
Re: Duplicate reboot events
On Tue, May 16, 2017 at 06:41:05PM +0000, Innus, Martins wrote:
>Hi,
>
>Running on:
>
>$ cat /etc/redhat-release
>CentOS Linux release 7.3.1611 (Core)
>
>And:
>
>$ rpm -qa |grep libvirt
>libvirt-daemon-2.0.0-10.el7_3.5.x86_64
>libvirt-daemon-driver-qemu-2.0.0-10.el7_3.5.x86_64
>libvirt-daemon-driver-secret-2.0.0-10.el7_3.5.x86_64
2006 Mar 01
1
observe_field question
I''m sure this is a simple problem, but I''ve been working on it for a
couple days and can''t seem to figure out the correct way to structure my
observe_field call. The HTML and Javascript generated all appear
correct, but the AJAX call is never made. Below is the code I''m using
and any help would be much appreciated.
models_controller.rb
def
2017 May 16
3
Re: Duplicate reboot events
> On May 16, 2017, at 3:49 PM, Martin Kletzander <mkletzan@redhat.com> wrote:
>
> On Tue, May 16, 2017 at 06:41:05PM +0000, Innus, Martins wrote:
>> Hi,
>>
>> Running on:
>>
>> $ cat /etc/redhat-release
>> CentOS Linux release 7.3.1611 (Core)
>>
>> And:
>>
>> $ rpm -qa |grep libvirt
>>
2015 Feb 10
3
[PATCH 1/3] generator: add a simple HTML escaping function
---
generator/utils.ml | 8 +++++++-
generator/utils.mli | 3 +++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/generator/utils.ml b/generator/utils.ml
index b24ba8c..3a62084 100644
--- a/generator/utils.ml
+++ b/generator/utils.ml
@@ -360,4 +360,10 @@ let args_of_optargs optargs =
| OInt64 n -> Int64 n
| OString n -> String n
| OStringList n ->
2019 Jul 16
2
Re: [PATCH libnbd] generator: Swap parameters of nbd_add_close_callback.
On 7/16/19 10:39 AM, Eric Blake wrote:
> On 7/16/19 10:04 AM, Richard W.M. Jones wrote:
>> The API changes from:
>>
>> int nbd_add_close_callback (struct nbd_handle *h,
>> nbd_close_callback cb,
>> void *user_data);
>>
>> to:
>>
>> int nbd_add_close_callback (struct nbd_handle