Displaying 20 results from an estimated 3000 matches similar to: "With which VMM ,libvirt cooperates the most?"
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 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:
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>
2016 Mar 24
2
Winbind doesn't honor rfc2307 data set in AD (Samba 4.3.6 on Debian jessie)
Hi all, I've just installed Samba 4.3.6 on Debian jessie amd64 (as
described in the wiki [1]) and everything seems to work properly
except for rfc2307 data that winbind doesn't retrieve from AD backend,
shell is always "/bin/false", homedir is always
"/home/DOMAIN/username" and "getent passwd" also lists user without
unix attributes.
I have configured idmap_ad
2010 Nov 14
2
java binding and virtualbox-ose
I'm trying to connect to vbox hypervisor on an Ubuntu 10.04 machine
through libvirt java binding (libvirt-java-0.4.6) by simply invoking:
Connect conn = new Connect("vbox:///session", false);
but I got this exception:
libvir: warning : Failed to find the interface: Is the daemon running ?
libvir: Remote error : unable to connect to
'/var/run/libvirt/libvirt-sock':
2012 Oct 23
1
using vbox driver hypervisor support
Hi,
I installed Libvirt. We need virtualbox support for libvirt. But we are
unable to see the vbox option in virt-manager. How we can find vbox
hypervisor driver?
And also we already compiled libvirt with vbox option.(--with-vbox). But
that didn't work. And also when we are creating the new virtual machine
through virt-manager we are getting the following error:
internal error
2016 Apr 06
2
hdt error on syslinux 6.0.4-pre1?
> On 05.04.2016 01:18, Michael D. Setzer II via Syslinux wrote:
>
> > This is in the BIOS mode. I changed all the syslinux files from the 6.0.3 to the
> > 6.0.4 versions when available. (There are a few C32 files that are not
> > there??). In Virtual Box, the EFI doesn't work at all, but booting in BIOS
> > mode, the kernels all work as in 6.0.3 and all the
2014 Jun 05
3
Cannot obtain CPU freq during vbox machine creation
Dear libvirt experts,
I can not instantiate even a simple machine when using the 'vbox' hypervisor:
s14% virt-install --connect=vbox:///session --virt-type vbox --name vtest --memory 500
ERROR cannot obtain CPU freq: No such file or directory
s14% virsh -c vbox:///session
błąd: cannot obtain CPU freq: No such file or directory
(1)
How to fix this error? The VirtualBox driver seems
2014 Jun 25
2
Connecting to session instance without socket path is not supported by the ssh connection driver
Hi all,
I have setup some Virtualbox VMs under my normal user session. When I
try to list the vbox machines locally I get:
$ virsh -c vbox:///session list
Id Name State
----------------------------------------------------
3 Ubuntu-MASS-controller running
When I try to list the machines from a remote location I get:
$ virsh -c
2014 Feb 26
2
VirtualBox 4.1.x can reproduce bug 45
Short summary:
I think bug #45
http://bugzilla.syslinux.org/show_bug.cgi?id=45
"Regression in Syslinux 6.xx. Doesn't 'hand over' to linux kernel"
can be reproduced using VirtualBox 4.1.x while trying to boot a
relatively-newish Linux kernel.
Now, for more details...
Under VBox 4.1.x and using ISOLINUX 4.xx, a newish Linux kernel boots
correctly.
Under VBox 4.1.x and
2012 Mar 05
2
changing the drawing context using Cairo and RGtk2
I am not too familiar with Cairo and RGtk2 and have the following problem:
I have a container with two GTK drawing areas converted into Cairo devices.
I know that I can set the current drawing context e.g. using dev.set().
But this is tedious. How can I set the context using the objects da1 or da2?
w <- gtkWindow()
w$setSizeRequest(400, 400)
vbox <- gtkVBox()
da1 <- gtkDrawingArea()
2007 Jun 26
2
RFC: multiple address spaces for one process
In a hosted VMM like LinuxOnLinux or UML, context switch time can be a
major problem (as mmap when repeated for each guest page frame takes a
long time). One solution is to allow the host kernel to keep a cache of
address space contexts, and switch between them in a single
operation.
The attached patch is a start at this. It works well for
LinuxOnLinux; but I'd be interested from the
2007 Jun 26
2
RFC: multiple address spaces for one process
In a hosted VMM like LinuxOnLinux or UML, context switch time can be a
major problem (as mmap when repeated for each guest page frame takes a
long time). One solution is to allow the host kernel to keep a cache of
address space contexts, and switch between them in a single
operation.
The attached patch is a start at this. It works well for
LinuxOnLinux; but I'd be interested from the
2012 Oct 23
1
hypervisor driver not found
Hi,
I installed Virtual box software in linux open suse. Unable to connect to
the
vbox hypervisor driver.
Version-Release number of selected component (if applicable):
libvirt-0.9.0
How reproducible:
when i am giving the following command for virsh:
virsh -connect vbox:///session then the following error is coming.
error: no hypervisor driver available for vbox:///session
error: failed
Re: Connecting to session instance without socket path is not supported by the ssh connection driver
2014 Jun 30
1
Re: Connecting to session instance without socket path is not supported by the ssh connection driver
On 25/06/2014 02:53 μμ, Laine Stump wrote:
> On 06/25/2014 12:13 PM, Theodotos Andreou wrote:
>> Hi all,
>>
>> I have setup some Virtualbox VMs under my normal user session. When I
>> try to list the vbox machines locally I get:
>>
>> $ virsh -c vbox:///session list
>> Id Name State
>>
2008 Mar 09
2
Dead Air on PF firewall
Hi All,
I have an asterisk box on my DMZ, and I'm using a PF for my firewall, I
can make a call but some reasons I have a dead air.
Any Ideas? below are my rules...
ext_if = "bce0"
int_if = "bce1"
altitude = "172.16.1.0/24"
#### machines ####
vbox = "172.16.1.1"
uci = "172.16.1.4"
voices = "203.172.x.1"
ipc =
2011 Jul 25
1
VirtualBox headless
My objective is also to run headless virtual machines through libvirt
library.
I am using an Ubuntu 10.04 distro and libvirt 0.9.2.
Before asking you guys about it, I searched on the web and found this:
Hi,
>
> thanks for your hint.
>
> I read the lines in the documentation, but unfortunately editing the xml
>
> within virsh lead to the errors.
>
> The Solution to a