libvirt報錯處理及解決

2021-09-20 14:33:04 字數 424 閱讀 3250

一、使用virt-install安裝完成後要記得virsh start vm_001,開啟kvm。

二、遇到報錯資訊

virsh start vm_001

error: failed to start domain centos

error: internal error process exited while connecting to monitor

解決重啟:/etc/init.d/libvirtd restart

三、如果不想使用vm_001這個kvm命名,但是已存在。

解決方法:

關閉及刪除虛擬機器

virsh shutdown vm_001

virsh destroy vm_001

virsh undefine vm_001

virsh list

ZF報錯處理

fatal error uncaught exception zend controller response exception with message cannot send headers headers already sent inind xampp php pear z end con...

oracle報錯處理

這裡的序號 1.2.3.不是步驟,而是每個單獨問題。1.不登入鏈結資料庫 sqlplus nolog 2.oracle檢視並修改最大連線數 alter system set processes 1000 scope spfile alter system set session 1105 scope...

python 報錯處理

寫了個helloword程式,執行出錯了 file f python helloword helloword.py line 2 syntaxerror non ascii character xe5 in file f python helloword helloword.py on line 3...