mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #632] Host SMBios error on Debian 12 #364
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#364
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 @syntesys87 on GitHub (Feb 1, 2024).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/632
Hello,
I installed using install.sh in Debian 12 and this is the error after adding a SSH remote server:
I have dmidecode installed in the local and remote machine.
Thank you.
@catborise commented on GitHub (Feb 3, 2024):
smbios-utils package must be installed.
we should add this package to install script thanks
@xujianhua1974 commented on GitHub (Jul 22, 2025):
I have installed smbios-utils and dmidecode on centos 8 but stiill get the libvirt Error unsupported configuration: Host SMBIOS information is not available
@xujianhua1974 commented on GitHub (Jul 23, 2025):
I found that libvirtmod.virConnectGetSysinfo(self._o, flags) return None in libvirt.py, and the program raised smbios error in Lenovo thinksystem server which uses XClarity Controller Management. I used command "virsh sysinfo" and got the same error: "unsupported configuration: Host SMBIOS information is not available"
@catborise commented on GitHub (Jul 29, 2025):
webvirtcloud is a ui for libvirt.. if anything does not work with "virsh" command, it will also not work at webvirtcloud.