张光鹏
2012-Mar-07 10:22 UTC
[libvirt-users] virsh create error : monitor socket did not show up
Hi,all i get a problem as below when i create a vm: virsh create deployment.0 error: Failed to create domain from deployment.0 error: monitor socket did not show up.: No such file or directory but the situation is very few. So,can some tell me about this? I just want to know why has this kind of situation. Thanks. Best Regards! ??? tel: 13718913184 mail: zhanggp at neusoft.com ???????? ?????????? http://www.neusoft.com --------------------------------------------------------------------------------------------------- Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) is intended only for the use of the intended recipient and may be confidential and/or privileged of Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying is strictly prohibited, and may be unlawful.If you have received this communication in error,please immediately notify the sender by return e-mail, and delete the original message and all copies from your system. Thank you. --------------------------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120307/33afe158/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: 11635_??20??????logo(0(01-16-12-08-11).jpg Type: image/jpeg Size: 11635 bytes Desc: not available URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120307/33afe158/attachment.jpg>
张光鹏
2012-Mar-07 11:02 UTC
[libvirt-users] virsh create error : monitor socket did not show up
Hi,all i get a problem as below when i create a vm: virsh create deployment.0 error: Failed to create domain from deployment.0 error: monitor socket did not show up.: No such file or directory ok,here is my /var/log/libvirt/qemu/guest.log error: Using CPU model "cpu64-rhel6" kvm: -device lsi,id=scsi0,bus=pci.0,addr=0x4: Parameter 'driver' expects a driver name Try with argument '?' for a list. I had to admit that my template is error ,this is my error part: <disk type='file' device='disk' > xxx <target dev='hda'> xxx </disk> <disk type='file' device='cdrom' > <target dev='sdc'/> </disk> Althroug i had handled this error ,bug i didnot quite understand . ??? tel: 13718913184 mail: zhanggp at neusoft.com ???????? ?????????? http://www.neusoft.com --------------------------------------------------------------------------------------------------- Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) is intended only for the use of the intended recipient and may be confidential and/or privileged of Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying is strictly prohibited, and may be unlawful.If you have received this communication in error,please immediately notify the sender by return e-mail, and delete the original message and all copies from your system. Thank you. --------------------------------------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120307/5364fd69/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: 11635_??20??????logo(0(01-16-12-08-11).jpg Type: image/jpeg Size: 11635 bytes Desc: not available URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120307/5364fd69/attachment.jpg>
Osier Yang
2012-Mar-07 11:18 UTC
[libvirt-users] virsh create error : monitor socket did not show up
On 03/07/2012 06:22 PM, ??? wrote:> Hi,all > i get a problem as below when i create a vm: > virsh create deployment.0 > error: Failed to create domain from deployment.0 > error: monitor socket did not show up.: No such file or directoryGenerally it tells the qemu failed to start, could you check if there is error log in guest log (e.g. /var/log/libvirt/qemu/$guest.log) Osier
Osier Yang
2012-Mar-07 12:15 UTC
[libvirt-users] 回复: Re: virsh create error : monitor socket did not show up
On 03/07/2012 06:44 PM, ??? wrote:> ok,here is my log: > Using CPU model "cpu64-rhel6" > kvm: -device lsi,id=scsi0,bus=pci.0,addr=0x4: Parameter 'driver' expects > a driver name > Try with argument '?' for a list.This tells the "lsi" device is not supported by your qemu. You must configured scsi device in domain XML, and "lsilogic" is the default controller model if you don't configure it. see http://libvirt.org/formatdomain.html#elementsControllers> I had to admit that my template is error ,this is my error part: > > <disk type='file' device='disk' > > xxx > <target dev='hda'> > xxx > </disk> > <disk type='file' device='cdrom' > > <target dev='sdc'/> > </disk> > > Althroug i had handled this error ,bug i didnot quite understand . > ------------------------------------------------------------------------ > ??? > *????* Osier Yang <mailto:jyang at redhat.com> > *?????* 2012-03-07 19:18 > *????* ??? <mailto:zhanggp at neusoft.com> > *???* libvirt-users <mailto:libvirt-users at redhat.com> > *???* Re: [libvirt-users] virsh create error : monitor socket did not > show up > On 03/07/2012 06:22 PM, ??? wrote: > > Hi,all > > i get a problem as below when i create a vm: > > virsh create deployment.0 > > error: Failed to create domain from deployment.0 > > error: monitor socket did not show up.: No such file or directory > Generally it tells the qemu failed to start, > could you check if there is error log in > guest log (e.g. /var/log/libvirt/qemu/$guest.log) > Osier > --------------------------------------------------------------------------------------------------- > Confidentiality Notice: The information contained in this e-mail and any > accompanying attachment(s) > is intended only for the use of the intended recipient and may be > confidential and/or privileged of > Neusoft Corporation, its subsidiaries and/or its affiliates. If any > reader of this communication is > not the intended recipient, unauthorized use, forwarding, printing, > storing, disclosure or copying > is strictly prohibited, and may be unlawful.If you have received this > communication in error,please > immediately notify the sender by return e-mail, and delete the original > message and all copies from > your system. Thank you. > ---------------------------------------------------------------------------------------------------