mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #437] virsh hangs #265
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#265
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tree1123 on GitHub (May 11, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/437
the webvirtcloud can not load
when i enter virsh list --all
it hangs
when i enter systemctl stop libvirtd
it hangs
then i kill libvirtd
tell me
End of file while reading data: Ncat: Connection refused.: Input/output error
what should i do?
@tree1123 commented on GitHub (May 11, 2021):
i debug the libvirt log
tell me
irStateInitialize:642 : bridge 的初始化状态驱动器失败:无法请求 pid 文件 '/run/libvirt/network/driver.pid' 状态: 资源暂时不可用
@catborise commented on GitHub (May 11, 2021):
To work with webvirtcloud, libvirt service must be running . You should check with “systemctl status libvirtd”.
Can you check your network bridges? They must be up and running .
@tree1123 commented on GitHub (May 14, 2021):
thank you and i Reinstall the system
everything is ok now