Displaying 20 results from an estimated 100 matches similar to: "Compatibility with Parallels Virtouzo"
2012 Aug 17
1
Fwd: vm pxe fail
----- Forwarded Message -----
From: "Andrew Holway" <a.holway at syseleven.de>
To: "Alex Jia" <ajia at redhat.com>
Cc: kvm at vger.kernel.org
Sent: Friday, August 17, 2012 4:24:33 PM
Subject: Re: [libvirt-users] vm pxe fail
Hello,
On Aug 17, 2012, at 4:34 AM, Alex Jia wrote:
> Hi Andrew,
> I can't confirm a root reason based on your information, perhaps
2012 Mar 30
1
vzctl 3.1 not supported in virsh ?
Hello
If i use virsh with vzctl 3.1 i get below error
virsh -c openvz:///system
error: /Could not extract vzctl version
It works ok with vzctl 3.0.x
Is there any way i can use virsh with vzctl 3.1 ?
----------------------------------------------------------------
[root at test ~]# /usr/bin/virsh --version=long
Virsh command line tool of libvirt 0.9.11
See web site at http://libvirt.org/
2011 Oct 10
5
no connection driver available for openvz:///system
dears.
I can not solved the problem:
vzctl works. But how do I connect to Virtuozzo? Using the openvz
>> > driver
>> > it doesn't work out of the box:
>> > virsh # connect openvz:///system
>> > error: Failed to connect to the hypervisor
>> > error: no connection driver available for openvz:///system
Why can not I connect to the openvz???
please
2012 Dec 18
2
Gluster and public/private LAN
I have an idea I'd like to run past everyone. Every gluster peer would
have two NICs - one "public" and the other "private" with different IP
subnets. The idea that I am proposing would be to have every gluster
peer have all private peer addresses in /etc/hosts, but the public
addresses would be in DNS. Clients would use DNS.
The goal is to have all peer-to-peer
2011 Mar 07
1
diskspace and diskinodes tag for openvz
Hi!
as far as I understood from "xml format for openvz driver" thread
available at [1] it should be possible to specify via libvirt disk size
and disk inodes for openvz VM.But the following device section in VM xml
description doesn't set disksize and diskinodes properly (it looks like
those parameters are taken from default OpenVZ config and not as they
are specified in
2008 Aug 11
6
Class dependency question
So I have two classes for openvz setup. The first is openvz::setup
and it sets up the box for OpenVZ.. then another class (in same .pp
file) called openvz::master sets up the config for the main system (as
opposed to a VE). The error I see is that the openvz::master class is
executed (and fails) becuase it doesn''t seem to load up the setup
class?
debug: Calling puppetmaster.getconfig
2014 Mar 22
1
Issues to manage RAM on openvz guests
Hi all,
I'm playing with virsh, and I succeed to mange easily some KVM nodes.
But I have issues to size RAM of openvz guests.
virsh set by default the the memory to 256M on each guest instead of that I
specify in the XML
I have to modify by end the variable PHYSPAGES on each
/etc/vz/conf/id_of_my_vz.conf
Please follow the XML dump and the steps that I did.
Cheers,Aurelien
Log
----
1)
2014 Oct 07
2
BUG_ON in virtio-ring.c
Hi,
I'm hitting this bug with both ext4 and btrfs.
Here's an example of the backtrace:
https://gist.github.com/vzctl/e888a821333979120932
I tried raising this BUG only for direct ring and it solved the problem:
- BUG_ON(total_sg > vq->vring.num);
+ BUG_ON(total_sg > vq->vring.num && !vq->indirect);
Shall I submit the patch or is a more elaborate fix
2014 Oct 07
2
BUG_ON in virtio-ring.c
Hi,
I'm hitting this bug with both ext4 and btrfs.
Here's an example of the backtrace:
https://gist.github.com/vzctl/e888a821333979120932
I tried raising this BUG only for direct ring and it solved the problem:
- BUG_ON(total_sg > vq->vring.num);
+ BUG_ON(total_sg > vq->vring.num && !vq->indirect);
Shall I submit the patch or is a more elaborate fix
2011 Mar 04
1
ifname in openvz container
Hi!
Is there any way to specify ethernet device name to be created inside
the openvz container?
I could find such info at http://libvirt.org/formatdomain.html#elementsNICS.
If I do as below I get br0 as ethernet device inside VM whereas I'd like
it to be eth0.
$ cat ovz.xml
<domain type='openvz' id='144'>
<name>144</name>
2008 Jul 01
6
OpenVZ configuration of networking with puppet - big crash
I am trying to streamline the current distribution specific setup and
creation of VE''s within OpenVZ with puppet. My first attempt has gone
horribly wrong as you will see below. Here''s the script I wrote to
replace the redhat specific setup that OpenVZ used:
[jleggett@lxp6d15m3 scripts]$ cat redhat-add_ip.sh
#!/bin/bash
#
# Debug - take out later
set -x
2012 Dec 18
1
Infiniband performance issues answered?
In IRC today, someone who was hitting that same IB performance ceiling
that occasionally gets reported had this to say
[11:50] <nissim> first, I ran fedora which is not supported by Mellanox
OFED distro
[11:50] <nissim> so I moved to CentOS 6.3
[11:51] <nissim> next I removed all distibution related infiniband rpms
and build the latest OFED package
[11:52] <nissim>
2015 Jan 09
0
Processed (with 2 errors): user debian-qa@lists.debian.org, affects 774889, affects 771755, unarchiving 767561 ...
Processing commands for control at bugs.debian.org:
> user debian-qa at lists.debian.org
Setting user to debian-qa at lists.debian.org (was anbe at debian.org).
> affects 774889 + xfswitch-plugin
Bug #774889 [gdm3] gdm3: fails to upgrade squeeze -> wheezy -> jessie - trying to overwrite /usr/share/gdm/BuiltInSessions/default.desktop
Added indication that 774889 affects xfswitch-plugin
2014 May 04
1
blazer_ser: UPS behind seriell ethernet converter
Hi,
I'm trying to get an Effekta UPS (works directly with blazer_ser) working
behind a seriell to ethernet converter (Brainboxes ES-246).
I've set the converter to 2400 baud, 8N1, no flow control. On the linux side I
started socat and blazer_ser. All I got are timeouts after 12 seconds. I can
see network traffic with tcpdump but I've no idea what to do to get this
working.
Does
2010 Mar 02
0
Libvirt and openvz?
I just recently started using openvz and I'm trying to use libvirt/virsh
with it.
I followed the directions on page: http://libvirt.org/drvopenvz.html
But I get an error trying to run define with the example config file:
virsh define virt.conf
error: Failed to define domain from virt.conf
error: unknown OS type exe
I'm using libvirt 0.7.2.
Does anyone have more example
2014 Dec 20
0
Multiple Instances of Icecast???/
reflum,
On Mon, 2014-12-08 at 16:54 +0000, Dean Sauer wrote:
> On Mon, 01 Dec 2014 23:52:35 +0000, Philipp Schafft wrote:
>
> > Have you set top to display threads instead of processes?
>
> I rebooted, one process started, after a while... back to the insane
> numbers of them, and even more threads....
>
> below is:
>
> top -H (all threads)
> 1509
2009 Sep 29
0
Resolution of jiffies Timer
Hi,
I''m using Xen 3.2.1 with 2.6.26 as Dom0 and DomU in the x86_64
Versions/Builds as provided by Debian Lenny.
I noticed that when using "jiffies" as clocksource, the resolution of
the timers in a DomU is 4ms, e.g. ping shows only runtimes in 4ms
increments [1]. When using "xen" the resolution is fine (didn''t make
exact measurements) but xen is a no-go
2009 Apr 06
0
Security ADS and clearcase
Hello @List,
We have a pretty complex problem;
In our company AD is the one and only directory service, all other "clients" need to follow the given settings and guidelines. We are connected via security ADS , but every patch session on the PDC `s is a nightmare , does it still work or not. So we think about alternatives to the existent situation, pls note , we do not have any
2011 Mar 10
1
Debian 6 / Xen 4 / blktap2
Hello all
I am updating a test system from Debian 5 and Xen 3.2 to Debian 6 and
Xen 4.
After dist-upgrading, I did:
aptitude -P install xen-hypervisor-4.0-i386 linux-image-xen-686
And then fixed Grub2 to boot the xen kernel.
cat /etc/debian_version return 6, uname -a returns:
Linux xen-test 2.6.32-5-xen-686 #1 SMP Wed Jan 12 07:52:18 UTC 2011 i686
GNU/Linux
So far so good.
I previously
2014 Jan 16
1
Mounting Snapshots
Hello
I am doing a research project (http://www.ites-project.org/) and want to
be able to mount VM images (all kinds of VMs, starting with VirtualBox).
For that libguestfs seems perfect. I am already able to mount the base
HD, but I was not able to additionally mount the overlaying Snapshot files.
Is there a way to mount several HD files onto each other ?
Thanks
Thorsten Sick
--
Thorsten Sick