Openstack architecture diagram (kvm, qemu-kvm, libvirt, nova, cinder)a 2013-03-29 5.5K Correct me if i am wrong. Openstack components (nova, cinder, glance) controls libvirt to provide visualization and libvirt use qemu-kvm…
put python+django to apache through virtualhost 2013-03-26 2.7K to put python+django to apache through virtualhost 1) edit /etc/httpd/conf/httpd.conf 2) edit /root/workspace/MyDjangoProject/P1/wsgi.py, change it to
error in manage.py createsuperuser 2013-03-26 2.7K error in manage.py createsuperuser To solve the above issues, type in
GDB will remove all breakpoint and set it back repeatly 2013-03-23 4.6K When you set the breakpoint by input the "b" command, the gdb will not set it immediately, it will wait…
qemu debug server hang after breakpoint is hit 2013-03-21 3.5K If you are developing a debug server for qemu, after qemu hit a breakpoint, your server have to remove the…
QEMU migration via QMP / Monitor command 2013-03-21 3.1K I just tested the qemu-kvm with QMP, when i send out the qmp command for migration, it takes 20 seconds,…
How to use QMP, send command remotely to qemu 2013-03-20 5.5K To use qmp and send command to qemu from another process, start qemu by This will create a file /tmp/test.gmp…
openstack conflict with virtualbox 2013-03-17 2.9K When you are running vm in virtual box, and try to start any vm in openstack. The vm that are…
OOM has trouble to KVM, it can't shot down the kvm 2013-03-17 3.1K In Linux, if the system is out of memory, OOM will pick one process to kill. But someone reported the…
Restructuring the debugger 2013-03-13 3.4K At the moment, i am facing 2 big problems of bochs, the first one is unsolvable, bochs running too slow.…