Displaying 20 results from an estimated 1000 matches similar to: "[LXC][Openstack] Clarifications needed on usage of libvirt-lxc for openstack"
2012 Nov 08
3
Failed to access console after launching LXC through libvirt
Hi,
I'm trying to manage LXC instances through OpenStack, which use libvirt as
a virtualization driver layer. After launching LXC instance, I simply could
not attach to the console.
virsh # list
Id Name State
----------------------------------
14366 instance-00000078 running
virsh # console 14366
Connected to domain instance-00000078
Escape character is ^]
And it keeps
2014 Feb 25
2
GSoC 2014
Hi,
I am C Karthik Iyer, a 3rd year B Tech student at NITK Surathkal. I am
interested in working on projects on Information Retrieval and Machine
Learning. I've had previous experience on working on projects regarding
Question Answering Systems.
I have a project idea which includes both IR and ML but i dont know how
feasible the idea is. Could you guys say when will you be available
2014 Feb 26
2
GSoC 2014
The Letor project involves descent amount of Machine Learning while all the
ranking related projects are around IR. Its better to introduce your idea
on mailing list where all the mentors can have a detailed look at it,
potential mentors can respond and the idea is kind of registered under your
name.
Cheers,
Parth.
On Wed, Feb 26, 2014 at 10:20 AM, Olly Betts <olly at survex.com> wrote:
2013 Dec 03
1
layer2 tunnel between guests across hosts
Hi,
Is it possible to setup layer2 tunnels between guests across hosts?
Using vrbr? -- i.e the Guest is unaware.
On Host 1:
guest (a) --- vrbr0 -------
|
|
On Host 2: |
guest(b) -- vrbr0 ------
Has there been any work done around it?
TIA,
-Sujay
-------------- next part --------------
An HTML attachment
2004 Dec 30
1
Regarding testsuites for protocol conformance
We have made some changes in samba-3.0.7, as part of
our graduation project. Are there any test suites
which we could use to check the conformance of the
changes,
with the original samba specifications?
Also, with reference to your statement in document
tridge_cifs04_tutorial.pdf , saying that inputs about
test documents would be welcome, if the above
mentioned suites are not available,then we
2017 Feb 17
2
GSOC 2017 Project: Improving Xapian's PHP Bindings
Hello,
My name is Nihal. I am a 4th year, CSE undergraduate student at National
Institute of Technology Surathkal (NITK). I am proficient in C/C++/Java/PHP
languages.
Looking through GSOC organizations and projects. I came across Xapian. I
have looked through the project list for GSOC'17. Improving Xapian's PHP
Bindings project looked right for me. I have been reading up on the
resources
2012 Oct 29
2
virtual machine seems to run, but can't connect to it
I'm using ubuntu 12.04LTS
I setup a bridged network:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
Seems to work.
Then I created a virtual machine using Ubuntu's vmbuilder tool like so:
vmbuilder
2016 Feb 02
2
Both virsh console logging and pty usage
Hi,
I am trying to set my VMs for redirecting their consoles to a file but its
important to keep the virsh console access to solve any problem I can find
while they are running. I tried several settings through libvirt (serial
and console tags) but I can not get the key.
Any suggestion? Any help?
Many thanks in advance.
Carlos G.
2012 May 21
1
Changing selected elements of an array
Hi!
I have a matrix defined on geographical positions (through) row and column
names. I need to change a number of elements in this matrix using the
information of a data.frame containing geographical positions and a number of
variables.
Changing the value of one specific element is easy, but changing on a number
of selected positions seems more difficult. When I use the geographical
2013 Jun 26
0
Puppet OpenStack Modules Version 2.0 Released to The Forge
I''m happy to announce the release of version 2.0 of the Puppet Labs
OpenStack modules to the Puppet Forge. These modules handle the deployment
and management of the latest Grizzly releases of OpenStack, including
Keystone, Swift, Glance, Cinder, Nova, and Horizon. Additionally, an
OpenStack module is provided for single or multi-node deployments.
Here is a set of links to the Forge
2013 Feb 27
1
puppet openstack - missing quantum module
Hello,
I was very thrilled when I found openstack module since I am in
the process of doing some "heavy" testing
However I was not able to use it due to the "Could not find declared class
quantum::db::mysql" error
There is no quantum module available as part of the openstack module
installation
Here is a directory listing:
ls /etc/puppet/modules
apache apt cinder
2016 Dec 06
1
How can openstack retrieve the CPU usage of a lxc via libvirt?
Dear all,
I want to have a view of lxc CPU usage in openstack Dashboard. According the Openstack official site , Openstack Ceilometer can poll libvirt daemon to obtain CPU usage of a virtual machine. I tried the command locally on the libvirtd host "virsh -c lxc:/// domjobinfo", I got an error "error: this function is not supported by the connection driver:
2017 Feb 03
0
How to pin an libvirt lxc to a specific physical CPU core in openstack?
Dear all,
In my applications, the real-time performance is very important, so I used 4 containers, with only one application running in each container and a physical CPU core is only dedicated to one lxc. and I must know which container is hosted by which CPU core. That is, I need to pin a specific lxc to a specific CPU core.
I can achieve this in a native linux system by the following xml
2018 Jul 27
1
Preparatory work on virt-v2v -o openstack mode
(Apologies if I missed anyone off the To: line. Please add anyone
else who is interested, but keep the libguestfs public mailing list)
I did some preparatory work on adding the new ‘virt-v2v -o openstack’
output mode. I've put it in a private (non-FFwd) branch here:
https://github.com/rwmjones/libguestfs/tree/openstack
Most of the work was refactoring virt-v2v so that we have all of the
2012 Nov 08
1
OpenStack+libvirt+lxc: lxcContainerGetSubtree:1199 : Failed to read /proc/mounts
Hi,
I'm running OpenStack on CentOS 6.3 to manage lxc instances. And running
into series of problem relating libvirt and lxc interaction.
For example, libvirt_lxc segfault (
https://bugzilla.redhat.com/show_bug.cgi?id=874549) which has an upstream
fix. And another bugs such as fail to start when SELinux disabled.
Finally, I decides to adopt libvirt 0.10.2, self compiled
from
2010 Aug 10
0
Using R in combination with GRASS for image classification
Hello everybody!
For my academic project work I intend to use only open-source software. My
objective is to carry out classification of satellite digital images using
Geostatistics. I found out GRASS is a good software for image processing.
Also a good geostatistics software is R. It is also known that R can be used
in combination with GRASS. But I am not able to confirm that satellite
digital
2011 Jan 23
0
Madogram, rodogram, semi-variogram of satellite imagery
Greetings!
Is there in any package for R which can help me generate madogram, rodogram,
semi-variogram, cross variogram from landsat imagery. I intend to select
portions of large imagery (i.e., obtain subsets) and generate the above said
texture layers. A simple Google search led to me a result suggesting
SpatialExtremes for generating madograms. However I am not sure about its
capability to
2013 Mar 12
1
Check memory inside a container
Hi all,
I'm new to LXC and libvirt. I have created a LXC container using libvirt.
In domain XML file I have mentioned "memory" and "current memory" as 256
MB.
Now I want to check the memory inside the container, but whenever I run top
command or try to cat /proc/meminfo, it shows host machine's memory which
is 3GB.
So is there any command by which I can check
2012 Oct 14
0
LXC guest memory recycling under RHEL6
Hello, I'm running a LXC guest using libvirtd under RHEL6. The guest
has this particular memory behavior that I'm unable to explain.
I've the following memory settings for this guest's memory. Inside the
guest I'm running a Apache webserver serving PHP scripts and static
content.
<memory unit='GB'>2</memory>
<currentMemory
2007 Dec 28
1
logistic mixed effects models with lmer
I have a question about some strange results I get when using lmer to
build a logistic mixed effects model. I have a data set of about 30k
points, and I'm trying to do backwards selection to reduce the number
of fixed effects in my model. I've got 3 crossed random effects and
about 20 or so fixed effects. At a certain point, I get a model (m17)
where the fixed effects are like this