Displaying 8 results from an estimated 8 matches for "cloneable".
Did you mean:
clonable
2009 Nov 10
0
virt-clone - In what state should the VM be?
...get this error:
# virt-clone -o vm1 -n vm1-clone -f /root/vm1-clone
ERROR: Domain status must be SHUTOFF
When I do it after shutting down the VM, I get this error:
# virt-clone -o vm1 -n vm1-clone -f /root/vm1-clone
ERROR: Domain queso is not found
How do I get this VM into a state which is cloneable?
I can''t seem to dig up anything more useful than (in this case, not
helpful) man page on virt-clone.
thank you
johnS
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2003 Dec 19
6
Configuring JAIL to bind on lo0 interface
Hello,
I have configured jail for users with sshd ftpd and auth. I started this
jail on IP 127.0.0.10(there is an alias on lo0 interface), there was
not any bigger problem to start it. But i have a problem with internet in
this jail. I can log in to this jail through ssh or ftpd but i can't
connect to the internet. I try to set up some kind of nat but it doesn't
work.
Can anybody help me
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...r: /path/to/code/vmkit/mmtk/java/mmtk-vmkit.jar
BUILD SUCCESSFUL
Total time: 1 second
[vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar'
WARNING: Class file 'java/lang/Object' requires Java version 1.7. This
JVM only supports Java versions up to 1.6.
WARNING: Class file 'java/lang/Cloneable' requires Java version 1.7.
This JVM only supports Java versions up to 1.6.
WARNING: Class file 'java/io/Serializable' requires Java version 1.7.
This JVM only supports Java versions up to 1.6.
WARNING: Class file 'java/lang/String' requires Java version 1.7. This
JVM only suppo...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...gt; BUILD SUCCESSFUL
>> Total time: 1 second
>> [vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar'
>> WARNING: Class file 'java/lang/Object' requires Java version 1.7. This
>> JVM only supports Java versions up to 1.6.
>> WARNING: Class file 'java/lang/Cloneable' requires Java version 1.7.
>> This JVM only supports Java versions up to 1.6.
>> WARNING: Class file 'java/io/Serializable' requires Java version 1.7.
>> This JVM only supports Java versions up to 1.6.
>> WARNING: Class file 'java/lang/String' requires J...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
...mtk-vmkit.jar
>
> BUILD SUCCESSFUL
> Total time: 1 second
> [vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar'
> WARNING: Class file 'java/lang/Object' requires Java version 1.7. This
> JVM only supports Java versions up to 1.6.
> WARNING: Class file 'java/lang/Cloneable' requires Java version 1.7.
> This JVM only supports Java versions up to 1.6.
> WARNING: Class file 'java/io/Serializable' requires Java version 1.7.
> This JVM only supports Java versions up to 1.6.
> WARNING: Class file 'java/lang/String' requires Java version 1.7....
2013 Nov 22
0
[LLVMdev] vmkit2 core dump after building mmtk
...>>> Total time: 1 second
>>> [vmkit ./mmtk/java]: Compiling 'mmtk-vmkit.jar'
>>> WARNING: Class file 'java/lang/Object' requires Java version 1.7. This
>>> JVM only supports Java versions up to 1.6.
>>> WARNING: Class file 'java/lang/Cloneable' requires Java version 1.7.
>>> This JVM only supports Java versions up to 1.6.
>>> WARNING: Class file 'java/io/Serializable' requires Java version 1.7.
>>> This JVM only supports Java versions up to 1.6.
>>> WARNING: Class file 'java/lang/String...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
I also misunderstood :) So, in this case, the problem is that your
version of openjdk is probably not supported. In fact, we only support
the version 7u23 of openjdk :) You can find this version here:
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u25-oth-JPR
Currently, I'm modifying the internal design of vmkit and I'm not
working
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
I guess I mispoke, I checked out the source from
http://llvm.org/svn/llvm-project/vmkit/trunk. I thought this was
vmkit2. I guess I was just referring to vmkit then.
On Thu, Nov 21, 2013 at 12:10 PM, Gaƫl Thomas <gael.thomas00 at gmail.com> wrote:
> Hi Adam,
>
> I don't know which repo you have used? Because only the llvm repo is
> maintained (not the gforge one), and