Created
March 15, 2011 10:54
-
-
Save jersub/870588 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG ::2011-03-15 10:45:37::utils.py:60::TNArchipelVirtualMachine.set_automatic_libvirt_description ([email protected]/hypervisor)::generated XML desc is : <domain type="openvz"><name>test-openvz</name><uuid>10540f28-4ee8-11e0-b5c4-001851944646</uuid><memory>0</memory><currentMemory>0</currentMemory><vcpu>1</vcpu><os><type arch="x86_64">exe</type><boot dev="hd" /></os><on_poweroff>destroy</on_poweroff><on_reboot>restart</on_reboot><on_crash>restart</on_crash><features /><devices /><description>[email protected]::::rn29FU9s00wHRa0419L7rZTtFg6aT3HZ</description></domain> | |
ERROR ::2011-03-15 10:45:37::utils.py:141::<archipel.archipelVirtualMachine.TNArchipelVirtualMachine object at 0x2121e90>.iq_define: exception raised is : internal error Could not exec /usr/sbin/vzctl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@arthur:~# ps aux | grep archipel | |
root 13801 0.5 0.5 286324 31548 pts/0 Sl 10:45 0:03 /usr/bin/python -W ignore::DeprecationWarning /usr/local/bin/runarchipel --config=/etc/archipel/archipel.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@arthur:~# which vzctl | |
/usr/sbin/vzctl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment