Displaying 20 results from an estimated 100 matches similar to: "FW: Error while creating VM"
2016 Feb 06
1
set a different default gateway in an isolated network
Hello,
I would like to set a specify default gateway for my VMs. However I’m not succeeding
Here after is the isolated lan, where I added the statement <route address='10.0.0.0' prefix='8' gateway='10.10.0.7’/> where my aim is to route to the 10.10.0.7
What should I do , to make it works ?
Thanks
<network>
<name>prd-private-lan</name>
2006 Jun 06
1
[Fwd: Persistent "Abort due to systemic unresponsiveness"]
Just adding a few more details to the previous mail so that I can avoid
some trouble for you folks.
1. I have done a /execname != "dtrace"/ to avoid dtrace itself causing
more syscalls to be fired.
2. I have also supressed the printing on the terminal which makes dtrace
slower.
And what happens is this:
dtrace -qn ''syscall::read:entry /execname != "dtrace"/ {
2005 Oct 17
1
Call transfer - atxfer
Hi,
I try to set up attended transfer in my Asterisk Box . My
features.conf look like this:
[general]
parkext => 100
parkpos => 1-5
context => parkedcalls
parkingtime => 100
transferdigittimeout => 3l
courtesytone = beep
xfersound = beep
xferfailsound = invalid
featuredigittimeout = 500
;adsipark = yes
pickupexten = *8
[featuremap]
atxfer => *2
blindxfer => #
disconnect
2009 Mar 26
7
error while compiling xen
Hi,
I am facing the below error while compiling dom0. Please guide.
root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config
CONFIGMODE=menuconfig
make -f buildconfigs/mk.linux-2.6-xen0 config
make[1]: Entering directory `/usr/src/xen-3.3.1''
set -e ; \
if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \
__repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg .:..)
; \
2011 Aug 10
0
[LLVMdev] extracting sub-program using specified top level function name
fixing missing subject line in original email.
----- Forwarded Message -----
From: Ananth Durbha <avdurbha at yahoo.com>
To: llvm list <llvmdev at cs.uiuc.edu>
Sent: Tuesday, August 9, 2011 11:38 PM
Subject:
Hi,
I am interested in getting llvm IR only for a subset of the input source code - basically starting from a specified top level function, including all its callee
2013 Nov 15
0
[PATCH -tip RFC v2 01/22] kprobes: Prohibit probing on .entry.text code
.entry.text is a code area which is used for interrupt/syscall
entries, and there are many sensitive codes.
Thus, it is better to prohibit probing on all of such codes
instead of a part of that.
Since some symbols are already registered on kprobe blacklist,
this also removes them from the blacklist.
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com>
Cc: Thomas Gleixner
2014 Dec 14
2
PJSIP configuration question
I am running PJPROJECT 2.3 and Asterisk 13.0.0.
I answer the call, about 15 seconds later, vitality hangs up on my cell phone.
However, Asterisk is never notified
When the OK (for the answer) occurs, the ACK seems to never be accepted.
The OK recvd with ACK sent occurs several times.
Here are the pjsip.conf settings...
[global]
type = global
debug = yes
[transport1]
type = transport
bind =
2012 Jul 02
2
virsh iface-list () - function is not supported
Hi,
I am using KVM hypervisor on Ubuntu 12.04 (libvirt-0.9.8). The call to list
the interfaces seem to be failing on this version of libvirt as seen below.
virsh # iface-list
error: Failed to list active interfaces
error: this function is not supported by the connection driver:
virConnectNumOfInterfaces
I have seen this issue with libvirt 0.9.2 as well, which seemed to be
working in 0.9.4
2013 Mar 29
1
[LLVMdev] function pass to visit BB bottom-up order
Hello llvmdevs,
In a function pass, I need to visit all the basic blocks in bottom-up order (the exact opposite of ReversePostOrderTraversal). I noticed some APIs like po_iterator but wasn't able to figure out an example usage for this on web. Any pointers/suggestions are highly appreciated.
Thanks,
Ananth
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Aug 10
3
[LLVMdev] (no subject)
Hi,
I am interested in getting llvm IR only for a subset of the input source code - basically starting from a specified top level function, including all its callee functions (recursively).
For example, in the following code, I am interested in a command like "extract -top_function blah()" that will create an llvm IR with just blah() and foo().
int foo() {
2009 May 08
1
Performance measurement using Xenmon
Hi,
I have installed Xen 3.3.1 with Ubuntu 8.04 as dom0 and fedora9 (from
jailtime.org) as Dom1. I have more instances of the same fedora9 with
separate config files running as other guest domains. But these guest
domains dont have any program / application running. So, xm list shows that
they are in blocked state as no activity is happening. I wrote a shell
script that counts upto large numbers
2009 May 08
1
Performance measurement using Xenmon
Hi,
I have installed Xen 3.3.1 with Ubuntu 8.04 as dom0 and fedora9 (from
jailtime.org) as Dom1. I have more instances of the same fedora9 with
separate config files running as other guest domains. But these guest
domains dont have any program / application running. So, xm list shows that
they are in blocked state as no activity is happening. I wrote a shell
script that counts upto large numbers
2012 May 08
1
SSH connection timeout
Hi,
I am trying to connect to libvirt on KVM host from a remote python client,
using the connection string "qemu+ssh://<IP Address>/system"
If I setup password less SSH (Public key) between the machines, I am able
to proceed with the connection. But If I have not setup the public key
authentication, my code hangs trying to connect to libvirt, and there is a
prompt for entering
2010 Sep 21
2
Query regarding Xen_ComputerSystem
Hi,
Libvirt provides classes such as Xen_ComputerSystem, Xen_Processor etc., in order to build applications using libvirt-api which can interact with the Xen Hypervisor.
I would like to know what are the corresponding classes for the KVM hypervisor, so that I can use libvirt-cim to communicate with the hypervisor. Would it be Kvm_ComputerSystem or Qemu_Computersystem?
Any help in this regard
2012 Jan 06
1
Python bindings for libvirt
Hi,
I referred to the developer guide in libvirt.org regarding python bindings.
But the document says TBD and it was last updated in 2010.
Could you point to any sources regarding python bindings to call libvirt
APIs?
--
Regards
Ananth
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Mar 07
1
[LLVMdev] array of pointers
The getInitializer() method of a GlobalVariable returns 4 pointers like below.
[4 x i32*] [i32* getelementptr inbounds ([256 x i32]* @CRC24ATable, i32 0, i32 0), i32* getelementptr inbounds ([256 x i32]* @CRC24BTable, i32 0, i32 0), i32* getelementptr inbounds ([256 x i32]* @CRC16Table, i32 0, i32 0), i32* getelementptr inbounds ([256 x
i32]* @CRC8Table, i32 0,
2019 May 29
2
TLS 1.2 Support Samba-AD
Hi,
Does Samba-AD support TLS 1.2 for LDAPS? If yes, can some one give more
details on its configuration?
Regards,
Ananth
2012 Jul 10
1
Issue with getCPUStats and getMemoryStats
Hi,
I am facing issue with the calls getCPUStats and getMemoryStats. Please
find the error below.
AttributeError: 'module' object has no attribute
'VIR_NODE_CPU_STATS_ALL_CPUS'
>>> print con.getCPUStats(2, None, 0, 0)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
2013 Nov 20
0
[PATCH -tip v3 02/23] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
Introduce NOKPROBE_SYMBOL() macro which builds a kprobe
blacklist in build time. The usage of this macro is similar
to the EXPORT_SYMBOL, put the NOKPROBE_SYMBOL(function); just
after the function definition.
If CONFIG_KPROBES=y, the macro is expanded to the definition
of a static data structure of kprobe_blackpoint which is
initialized for the function and put the address of the data
structure
2006 Aug 04
2
Dedicate PCI Devices to DomU?
I am trying to dedicate a number of PCI ports to DomU and no success!
The PCI devices I am trying to dedicate are QLogic 23xx cards!
I am using SUSE 10.1 with latest xen-unstable!
I have followed all the instructions given in latest xen 3.0 manual.
Like building the backend support in Dom0
Building the frontend support in DomU
Using the pciback.hide=(xx:xx.x) in Dom0 command