[GH-ISSUE #632] Host SMBios error on Debian 12 #364

Open
opened 2026-02-27 15:58:24 +03:00 by kerem · 4 comments
Owner

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:

Screenshot 2024-02-01 alle 19 47 46

I have dmidecode installed in the local and remote machine.

Thank you.

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: <img width="909" alt="Screenshot 2024-02-01 alle 19 47 46" src="https://github.com/retspen/webvirtcloud/assets/43778406/037f7076-cb7d-4708-9689-288d3c78ab6a"> I have dmidecode installed in the local and remote machine. Thank you.
Author
Owner

@catborise commented on GitHub (Feb 3, 2024):

smbios-utils package must be installed.
we should add this package to install script thanks

<!-- gh-comment-id:1925263084 --> @catborise commented on GitHub (Feb 3, 2024): smbios-utils package must be installed. we should add this package to install script thanks
Author
Owner

@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

<!-- gh-comment-id:3101564189 --> @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
Author
Owner

@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"

<!-- gh-comment-id:3106087943 --> @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"
Author
Owner

@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.

<!-- gh-comment-id:3130802483 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#364
No description provided.