Displaying 20 results from an estimated 9000 matches similar to: "quickest way to stop VM"
2012 Sep 18
1
top output from kvm guest VM
Hello,
How can I get 'top' output if the guest VM is stuck spinning and taking
100% cpu.
Any other means to debug would be of help.
Thanks in adv.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120918/96153756/attachment.htm>
2012 Aug 03
1
Determine state of the guest OS/kernel from host
Hello,
Is there a way to determine state of the qemu/kvm guest OS
(rebooting/working/hung etc) from the host. I'm not referring to the qemu
domain state itself
Thanks in advance.
>harish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120802/020051f2/attachment.htm>
2012 Aug 10
1
virsh dump
Hi
I have both host and KVM/QEMU guest VM running linux.
Questions:
What are the constituents of the virsh dump?
- What all areas does it dumps?
- Is it same as taking guest VM's core dump via kexec/kdump?
- Does it include QEMU's info to debug qemu-level issues?
Thanks much in advance.
>harish
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Mar 20
1
Re: libvirt-python Segfaults
Hi Harish,
I believe the proper establishment of a connection should be done by libvirt.open()
or libvirt.openAuth() or libvirt.openReadOnly(). All of them will return a functional
virConnect instance.
I'm not sure this segfault is worth to fix since instantiate a virConnect directly
is not an expected usage.
Hope this information will help you.
Best Regards,
Hao Liu
+86-010-62608262
2015 Oct 30
2
Re: Creating network interfaces with specific name in LXC
Thanks Martin. What I would like to achieve is govern the interface name
created within the container, so that my application can take different
actions on different interfaces (such as eth0, eth1 etc.,).
Libvirt's lxc driver seems to create interfaces as eth0, eth1 and so on,
when there are multiple <interface /> entries in the domain xml. How can I
request for a particular interface
2012 Nov 02
1
Unable to create channel of type 'DAHDI' (cause 17 - User busy)
Hi,
I have 6 Red FXO with TDM2400p in my PC. I have install asterisk and dahdi
driver.
Scenario is
jitsi-----> asterisk server-----> analog PBX ----> landline phone
I configured this scenario as follow
in chan_dahdi.conf file
; General options
[channels]
usecallerid=yes
hidecallerid=no
callwaiting=yes
threewaycalling=yes
transfer=yes
2015 Mar 19
2
libvirt-python Segfaults
Hello
I am trying to get libvirt-python working in Ubuntu 14.04 64 bit system. I
tried installing the binaries from the repo itself:
1.
root@test-vm8-109:/home/test# libvirtd --version
libvirtd (libvirt) 1.2.2
root@test-vm8-109:/home/test# python
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or
2008 Apr 02
1
Quickest way to access data.frame?
Hi, I have tried search around this forum for the best way to access a
data.frame.. i got the feeling that "no partial match" is the way to make it
fast.... so I convert everything to factor.. but I'm still not 100% sure if
the following code will do it... is this the fastest way to do something
foreach (ID, ID2) pair? Thanks!
data <- data.frame(ID = floor(runif(n = 40000, min=0,
2006 Jul 06
6
Functional tsts
Hi all,
I have created projects module in my application using scaffold,
and it created me everything, and all the modules are working except the
functional test. This is the error
1) Failure:
test_create(ProjectsControllerTest)
[test/functional/projects_controller_test.rb
:55]:
Expected response to be a <:redirect>, but was <200>
8 tests, 25 assertions, 1 failures, 0
2006 Jul 05
3
list of users
Hi all,
I''m creating admin module. in that module i need to get the list of
users and also the projects created by the each user.
No doubt i''m getting the list of users. but i''m not getting the list
of projects done by each user..
This is my code::
<% for user in @users %>
<%=link_to
2015 Apr 20
2
Mounting directory as readonly within LXC
Hello
Is there a way to mount a directory as readonly when using LXC with libvirt?
Something like:
<filesystem type="mount">
<source dir="/sw/py27/python2.7_x86_64"/>
<target dir="/opt//py27"/>
<readonly/>
</filesystem>
The documentation says
2006 Jul 04
4
Please help me
Hi all,
I''m getting the list of my projects in the page. But i want to get
the list according the month, i.e., if i select july in the drop down
then i should get the
list of projects done in the month of july..
Please reply..
Regards,
Harish
--
Posted via http://www.ruby-forum.com/.
2015 Oct 30
2
Creating network interfaces with specific name in LXC
Hello
I am trying to create interfaces within an LXC container with specific
name. I am using the following XML:
<interface type='network' name='blah'>
<source network='dpbr_n_0'/>
</interface>
This doesn't seem to work; it always ends up creating interface with name
as "eth0".
I found some examples here:
2006 Jun 26
1
domU to domU configuration
Was setting up 2 domUs on the same xen machine. Is there any benefit in using
the same bridge vs. two separate bridges (one for each domU) incases where we
are interested in only domU-domU network traffic? What will be the preferred
configuration?
thanks in advance,
harish
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2011 Nov 11
6
Puppet in a bash script
Hello,
I''m using puppet via a bash script when I spin up a machine to configure
it. I''d like to restart the instance after puppet''s run is complete. In
my bash script I have:
puppet agent --test
shutdown -r now
Puppet runs to completion, but "shutdown -r now" never executes. I''m not
sure why not - these are the last two lines in my bash
2006 Aug 01
3
Rails Application Failed to start properly
Hi all,
I have created a new application and Its working fine in my local
system and also in the server.
But after some days I have added one new controller(projects) in the
admin module so that the admin can manage the projects. Its also working
good.
All the things are working in the application but in the admin module,
admin should see the list of users and if the admin click on
2016 Nov 08
1
Re: Sharing network namespace between containers
Thank you. It looks like after I 'ignore', nothing is persisted in xml for
the app. Any idea what is the minimum version of libvirt required for this
feature?
Regards,
Harish
On Tue, Nov 8, 2016 at 1:36 PM, Martin Kletzander <mkletzan@redhat.com>
wrote:
> On Tue, Nov 08, 2016 at 09:01:34AM +0530, Harish Vishwanath wrote:
>
>> Hello
>>
>> Based on the lxc
2015 Mar 19
3
Building libvirt 1.2.13 from source
Hello
I am trying to build libvirt 1.2.13 (latest) from source on a Ubuntu 14.04
64 bit box. After installing all the dependencies (libyajl, libdevmapper,
libpciaccess, libnl), I could finish the build and install. However,
invoking libvirtd throws this:
root@ubuntu:/home/hvishwanath/Downloads/libvirt-1.2.13# libvirtd
libvirtd: /usr/lib/libvirt-qemu.so.0: version `LIBVIRT_QEMU_1.2.3' not
2004 Aug 06
2
IceS and Icecast for real time streaming...
Hi all,
I have requirement for one of my college projects - to build
an on-demand streaming music web site. Users will be able to upload songs
to the server and other members of the site will be able to listen and
rate them on their quality etc.
Here is a little background about my development architecture - I am
using a Linux box with Apache as my web server and Icecast (obviously) as my
MP3
2013 May 11
2
dahdi driver not getting install
Dear,
I have redhat enterprise linux 6.3.
after "uname -a" i am getting
Linux genesys-dell 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36 EDT
2012 x86_64 x86_64 x86_64 GNU/Linux
now when i am trying to insall dahdi driver on my server i am getting
below error.
[root at genesys-dell dahdi-linux-complete-2.6.2+2.6.2]# make all
make -C linux all
make[1]: Entering directory