Displaying 20 results from an estimated 5000 matches similar to: "C, C++ or Python programming tutorial/manual/guide for libvirt"
2010 Sep 10
2
KVM guest creation - no manual interference
Hi
I've looking for a way to create KVM virtual machines completely automated
without the need to interact with guest operating system during
installation.
With ubuntu-vm-builder is possible create the guest, list packages to be
installed and scripts to be run. Is there a way to do something like it with
libvirt?
Thanks!
__
Lucas Arbiza
email: lucas.arbiza at gmail.com
celular: +55 (55)
2011 Jan 13
1
ERROR Unable to deny all devices for (solution)
Hi. This is not a question, I had the following problem and I want to share
my solution.
-------
I tried to create a new virtual machine with this command:
$ virt-install --connect qemu:///system -n vmTeste -r 512 -f
/var/lib/libvirt/images/vmTeste.qcow2 -s 2 -c
/media/Data/isos/debian-506-amd64-netinst.iso --vnc --noautoconsole
--accelerate --hvm
And I got this error:
ERROR Unable to
2011 Jan 10
1
How to proceed after Libvirt compilation? [Problem]
I'm using Ubuntu 10.10.
At first I installed Libvirt from repositories. Due to problems I removed it
and then I installed from sources this way:
# ./configure --prefix=$HOME/usr
# make
# make install
# ldconfig
The installation gone well. I added the users to libvirtd and rebooted.
When I type virsh I receive from system a message saying virsh is not
installed and instructing to install
2010 Oct 04
1
Mounting an lvm
I converted a system disk from a virtualbox
VM and added to the config on a qemu VM.
All seems well until I try to mount it. The
virtual machine shows data for the disk
image using commands like:
pvs
lvs
lvdisplay xena-1
but there is no /dev/xena-1/root to be
mounted. I also cannot seem to figure out
whether the lvm related modules are available
for the virtual machine kernel.
Has anyone
2010 Aug 30
3
Decent How-To now on the wiki for setting up Transport Layer Security
Hi all,
For anyone that's interested in setting up TLS with libvirt, but hasn't
gotten around to it yet, there's a decent guide on the wiki now:
http://wiki.libvirt.org/page/TLSSetup
It's user focused (ie SysAdmin's), and has lots of pics explaining
concepts, plus shows what needs to be done, and shows how to do it.
Please note, it doesn't cover SASL, it's just
2005 Nov 21
4
Server question - if you had ...
If you had $3,000 for a new Icecast2 streaming server, what would you
buy?
What box, hard drives, LAN cards, etc.?
The project I am involved with is helping community groups in UK webcast
live public meetings and events. Democaster also archives Icecast
streams for on-demand streaming or download. We are focused on high
accessibility and low cost. See: http://dowire.org/wiki/Democaster
Because
2013 Oct 09
1
RDMA status in Gluster 3.4.1 (mounts hanging)
On Tue, 8 Oct 2013 16:18:23 -0700
Shane StClair <shane at axiomalaska.com> wrote:
<snip>
> ... I'd suggest that if the resource don't exist to
> address this issue by 3.4.2 that a warning be issued when creating an RDMA
> volume, or perhaps that RDMA volume creation be disabled altogether.
We should do this. It's is a very good idea. :)
+ Justin
--
Justin
2011 Jan 04
2
Xen/KVM guest disk sizes
I was wondering if there is any way from either the virsh CLI or the libvirt API (preferably virsh) to get the amount of disk space to get the amount of disk space each guest has been assigned??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110104/c21c262f/attachment.htm>
2013 Sep 24
4
NFS crashes on Gluster 3.4.0
Hi,
since we switched to NFS(due to many small files) we are experiencing heavy problems with Glusters NFS daemon. About once a day, the Gluster NFS process just crashes on one of the machines and doesn't come up again until I issue a restart of the Gluster daemon on that node. Sometimes the crashed node will even crash again after the restart.
We have a ~2TB volume with 6 bricks on 5
2013 Sep 29
1
set up a Gluster 2 node cluster in two lines of code :)
Hi gluster !
For those of you who need to spin up virtual gluster clusters for
development and testing:
Just finished creating a vagrantized, fully automated, totally rebuildable
and teardownable two node fedora 19 gluster setup and shared it on the
forge!
It uses fedora19 but since its all vagrant powered, you dont need to grab
or download a distro or iso or anything, just clone the git repo,
2005 Mar 09
1
ODBC error ?
If someone could explain me this (added some extra debugging code
Mar 10 00:47:13 NOTICE[7561]: chan_sip.c:8448 handle_request: Registration
from '<sip:a7@domain>' failed for '172.20.41.7'
Mar 10 00:47:13 WARNING[7561]: res_config_odbc.c:97 realtime_odbc: SQL param
name is a7
Mar 10 00:47:13 WARNING[7561]: res_odbc.c:90 odbc_smart_execute: SQL Execute
error! Attempting a
2010 Dec 21
2
Anyone interested in forming a libvirt "docs" team?
Hi all,
There's a lot of documentation for libvirt that needs improving, so wondering
if anyone would be interested in forming a libvirt "docs" team to help make
that happen?
While some of the documentation needs people familiar with specific pieces
of libvirt, there's also a lot that doesn't, and just needs people with some free
time and willingness to help.
Anyone up for
2010 Sep 14
1
New wiki pages with libvirt SSH setup instructions
Hi all,
Just added some new pages to the wiki, this time covering how to
configure remote access to libvirt through SSH, not using root:
http://wiki.libvirt.org/page/SSHSetup <--- entry page
http://wiki.libvirt.org/page/SSHPolicyKitSetup
This has details for several different Linux distributions:
* RHEL 5 & 6
* Fedora 11-13
* Centos 5 & 6
* Ubuntu 10.04 Server
2010 Oct 01
3
Monitoring and statistics through libvirt
Hi folks,
is it possible to monitor and gather statistics in realtime (CPU,
memory, HDD, network, ... - something like dstat) of guest systems
with libvirt through console from host system (KVM based)? If yes, do
those guests need to be created through libvirt? Thanks for your help
and time.
2010 May 31
1
Working example of logical storage pool and volume creation?
Hi all,
Does anyone have a working example of creation of a logical storage pool
and volume?
I'm hitting a wall getting logical volumes to work on RHEL 6 beta.
There's a single drive I'm trying to setup (sdc) as a libvirt managed
logical storage pool, but all volume creation on it fails.
Here's what I'm finding so far:
Prior to any storage pool work, only the host
2010 Sep 28
2
Importing images
I have a dual boot machine and would love to import the Windows image into a
VM. I've checked the documentation and Google and have not seen anything
mentioned about this.
Is it possible?
Cheers,
Kev
2013 Jul 09
1
tips/nest practices for gluster rdma?
Hey guys,
So, we're testing Gluster RDMA storage, and are having some issues. Things
are working...just not as we expected them. THere isn't a whole lot in the
way, that I've foudn on docs for gluster rdma, aside from basically
"install gluster-rdma", create a volume with transport=rdma, and mount w/
transport=rdma....
I've done that...and the IB fabric is known to be
2014 Apr 09
2
I can't make outbound calls (status is 'CHANUNAVAIL')
Hello:
I have this situation: I can make calls internally, I can make inbound
calls but I can't make outbound calls.
Thanks in advance.
These are my devices:
* asterisk 11.8.1 = 192.168.1.22
* sipphone grandstream gxp2160 = 192.168.1.5
* gateway audiocodes mp-114 2fxs-2fxo = 192.168.1.4
port 1 (FXS) connected to an analog phone
port 3 (FXO) connected to the PSTN
These are my
2019 Jul 03
2
LLVM Releases
Thank you.
> On Jul 3, 2019, at 4:04 AM, Justin Clift <justin at postgresql.org> wrote:
>
> On 2019-07-01 00:22, Marty Itzkowitz via llvm-dev wrote:
>> I also tried spack install llvm at develop on a POWER9 (ppc641e)
>> machine, but I can not find a compiler that
>> will compile it. gcc 4.8.5 is reported as too old, and gcc 7.3.0 and
>> 8.1.0 both fail in
2005 Jan 24
1
Your ideas ...
I am looking for ideas on how to best webcast public meetings. The
general idea is to allow folks to easily send their live or recorded
meeting audio up to a server via their browser.
My goal is to present an alternative to more expensive video webcasting
for small local government and community groups that want to "double"
their audience from 10 people a the room with a net