Qemuはpid xxxxの信号xで終了します。

Qemuはpid xxxxの信号xで終了します。

Googleのどこでも検索しましたが、この特定のエラーに関する情報が見つかりませんでした。

qemu:pid 3111の信号15で終了

Virtualizorを使用して新しいタスクを開始しています。キーボード仮想マシン私のコンピュータにVPSがあります。システムが機能しなくなるvps起動ログにこのエラーが表示されます。

2012-01-05 18:38:14.927: starting up
LC_ALL=C PATH=/sbin:/usr/sbin:/bin:/usr/bin QEMU_AUDIO_DRV=none /usr/libexec/qemu-kvm -S -M rhel6.2.0 -enable-kvm -m 1024 -smp 4,sockets=4,cores=1,threa
ds=1 -name 1001 -uuid 81658116-8f37-4939-829a-c679c3576b00 -nodefconfig -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/1001.monit
or,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -drive file=/dev/vg_hv2/vs1001,if=none,id=drive-ide0-0-0,fo
rmat=raw,cache=none -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 -netdev tap,fd=23,id=hostnet0 -device rtl8139,netdev
=hostnet0,id=net0,mac=00:16:3e:46:da:e1,bus=pci.0,addr=0x3 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -usb -vnc 198.1
45.30.132:1,password -k en-us -vga cirrus -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x4
char device redirected to /dev/pts/0
qemu: terminating on signal 15 from pid 3111
2012-01-06 04:06:20.875: shutting down
2012-01-06 05:07:21.782: starting up

以下は、作成したばかりのvps起動ログの例です。 qemuがエラーでシャットダウンすると、システムは再起動して最終的に失敗するまで同じシーケンスを3回試みます。

ベストアンサー1

マスターサーバーにオペレーティングシステムテンプレートがありません。

http://www.linux-kvm.com/content/how-you-can-use-qemukvm-base-images-be-more-productive-part-1

おすすめ記事