Displaying 20 results from an estimated 110 matches similar to: "Checking if the VM has been created"
2008 Mar 18
9
Mongrel Crashes in Production
I have been getting this error on the production server after rails was
updated to 2.0.2 and moreover this worked perfectly in the development
mode. This crash occurs when no one is using the app for an hour or so.
This is the error that I get in the logs. (nohup.out file). The
production log doesnt show anything unusual. Please help me out guys.
2011 Oct 30
1
VM with transient disk
I want to use transient disks with libvirt.
According to [1], the transient disk feature has been supported since 0.9.5.
Hence, I have installed libvirt 0.9.6 for Ubuntu Lucid from [2] and used
the following disk configuration:
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source
2011 Aug 13
1
[LLVMdev] patch: CloneModule resets GlobalVariable address space
Hi,
I found the following bug in llvm::CloneModule (svn, head revision).
When copying over global variables the address space is reset to
default. The patch changes that behavior by using the other
GlobalVariable constructor that explicitely includes that information.
Regards,
Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2009 Mar 19
1
Installing R on Debian testing...
Hello!
I have posted this question at the R-HELP, general.
I recently switched to Debian testing OS and explanation at the:
http://cran.at.r-project.org/bin/linux/debian/
is a little bit fuzzy. Can anyone give step-by-step how-to have updated
R on Debian testing and/or unstable.
First, what line should be in /etc/apt/source.list?
Second, how to "approach" to unstable versions?
Thanks
2008 Oct 29
1
Auto-upgrade to R-2.8.0-1 in Etch
Hi Folks,
My Debian 4.0 Etch (installed Sep 2007, R version 2.7.1 (2008-06-23)
installed at the same time from a Debian repo) has just flashed
up that I can update as follows, using the update manager:
r-base-core New version: 2.8.0-1~etch-cran.0
r-base-html New version: 2.8.0-1~etch-cran.0
r-base-latex New version: 2.8.0-1~etch-cran.0
r-cran-boot New version: 1.2.34-1~etch-cran.0
2010 Jun 01
1
Java Bindings against RHEL5.5 KVM
Hi all,
I'm doing some dev work against the native RHEL/centos 5.5 KVM
installation for maintenance, creation and deletion of virtual guests
using the libvirt API vai the java bindings from a java based web app.
Things in general seem to be working - I can connect to and query the
kvm instance using the libvirt interface and get a list of guests,
pull information about them and
2015 Apr 15
2
unknown driver format value 'qcow3'
Hi All
I am trying to deploy VMs using libvirt and a domainXML file where i
mention the parameters for the VM to be deployed.
I am using libvirt version: libvirt 0.10.2
**********
virsh # version
Compiled against library: libvirt 0.10.2
Using library: libvirt 0.10.2
Using API: QEMU 0.10.2
Running hypervisor: QEMU 0.12.1
***********
I get this libvirt exception while deploying a VM.
Exception
2005 Oct 11
6
PRI echo issues: solvable?
Hello,
After solving the other "low hanging fruit" audio issues in our Asterisk
PBX, we are left with occasional cases of severe echo which we have not
found a solution for yet.
Our system:
- Asterisk 1.2.0-beta1
- TE110P on a PRI
- TDM04 and TDM40, but these are unrelated to current echo issues
- Fedora core 3
- Echo canceller KB1
Most calls have minimal, acceptable echo levels. But
2014 Jun 02
4
feature request -- talk to the router, not the UPS
Hello,
I want to propose a universal UPS driver that will work with any and all
UPSes out there. That driver is called: PING :-)
It works like this... the user plugs their router into a power source
OTHER than the UPS. Instead of talking to the UPS, NUT pings the router
every say, 30 seconds. If the router doesn't respond to the PING, NUT
keeps trying for a user-configurable amount of
2012 Jan 18
2
Cloud Init
I want to start an instance using libvirt API. I want to provide ssh access
for the user of the vm. Anyone know how to embed an ssh key into the
instance. I came across cloud-init . but couldn't get a tutorial . Thanks
in advance.
--
Thank You
Sarath P R | cell +91.999.502.4287
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Oct 12
2
Fwd: undefining and redefining a Domain from libvirt java bindings
hi,
i am trying to undefine a domain by using dm.undefine();
and then trying to create one with same name is giving me error saying
'Domain not found: no domain with matching uuid
'aeae9d4e-17cb-b661-a612-88ac677c28c1'
i have attached my test program which reproduces the issue.
please let me know where i am going wrong?
configuration: libvirt : 0.6.3
Java
2015 Jun 04
2
LXCs using Libvirt
Hi all,
I am trying to bring up lxc's using Libvirt JAVA API. I do the following:
conn = Connect("lxc:\\\")
xml_config = "<domain> .... <\domain>"
dom = conn.domainCreateXML(xml_config, 0)
dom.create()
Using the above code, I am able to start a domain but the domain is not
visible within the "lxc" list, i.e
when I use the command "lxc-ls
2008 Mar 13
1
info files
Hi,
I'm a little confused as to how Debian deals with texinfo files. The R
docs are a good example of my problems, so maybe you folks can explain
how this works.
What I've noticed is that the texinfo files for R get appended/indexed
in /usr/share/info/dir as well as /usr/local/info. This results in
duplicated entries when I browse the info tree from Emacs. The only
solutions I can come
2009 May 28
0
[PATCH server] Use qpid for migration and add more debugging to taskomatic.
This patch uses the qpid migration call which requires the latest
libvirt-qpid and libvirt. I also add a bunch of debug logging here
which is switchable but I've left it on for now so all users will
have this in their logs.
Signed-off-by: Ian Main <imain at redhat.com>
---
src/task-omatic/taskomatic.rb | 36 ++++++++++++++++++++++++++++--------
1 files changed, 28 insertions(+), 8
2005 Aug 29
0
[LLVMdev] PyPy release 0.7.0 announcement
pypy-0.7.0: first PyPy-generated Python Implementations
==============================================================
What was once just an idea between a few people discussing
on some nested mailing list thread and in a pub became reality ...
the PyPy development team is happy to announce its first
public release of a fully translatable self contained Python
implementation. The 0.7 release
2005 May 20
0
[LLVMdev] PyPy 0.6 released
Hi LLVM-dev!
I have been working for a few months on an experimental LLVM backend for
the PyPy project and I thought you might be interested in the fact that
we just did our first public release, which includes it (see release
announcement below).
Regards
Carl Friedrich
The PyPy 0.6 release
--------------------
*The PyPy Development Team is happy to announce the first
public release
2005 Nov 03
0
[LLVMdev] PyPy 0.8 release announcement
Hello LLVM-ers,
Below you will a description of our new PyPy release, a project which
(among many other things)generates one of the largest .ll files in
existance. :-)
This .ll gets compiled with the LLVM toolchain into a standalone
executable of the Python language.
I hope you find this interesting!
cheers,
Eric van Riet Paap
==============================================================
2014 Jun 02
0
feature request -- talk to the router, not the UPS
That kind of scheme should be handled by scripting - not by NUT.
As far as having a _perfectly good UPS with no driver_, ANY UPS can
be converted into a "dumb" UPS with the addition of 2 relays.
The first relay is a primary 110 (or 220v) AC coil and a set of NO
contacts. When main power fails the contacts close.
The second relay is a primary 12v DC coil and a variable resistor and a
2007 Mar 27
0
[LLVMdev] PyPy 1.0: JIT compilers for free and more
Hi all,
We're proud to announce...
==========================================
PyPy 1.0: JIT compilers for free and more
==========================================
Welcome to the PyPy 1.0 release - a milestone integrating the results
of four years of research, engineering, management and sprinting
efforts, concluding the 28 months phase of EU co-funding!
Although still not mature enough
2007 Oct 18
12
first cut at blockless given/when/then
Hi all,
I committed a first cut at blockless Givens/Whens/Thens to RSpec''s trunk:
cd /path/to/rspec/project
svn up
cd rspec
bin/spec examples/story/calculator.rb
Take a look at examples/story/calculator.rb to see what''s going on.
Needs docs!!!!
Thoughts welcome.
I''ve also got a cut at the plain text parser checked in, but it''s not
hooked up to anything