Bug 25752 - missing dependency on dmidecode
Summary: missing dependency on dmidecode
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: libvirt (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-12 22:17 MSK by Sergey Vlasov
Modified: 2011-06-15 14:15 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Vlasov 2011-06-12 22:17:49 MSK
В пакете libvirt отсутствует зависимость на пакет dmidecode; в результате, если в системе отсутствует dmidecode, в /var/log/libvirt/libvirtd.log наблюдаются сообщения об ошибках вида:

22:07:18.372: 2294: error : virSysinfoRead:117 : internal error Failed to find path for dmidecode binary
22:14:18.787: 2299: error : qemuGetSysinfo:927 : unsupported configuration: Host SMBIOS information is not available

(второе сообщение возникает при попытке запроса virsh sysinfo - эта команда в такой конфигурации не работает)
Comment 1 Repository Robot 2011-06-15 14:15:47 MSK
libvirt-0.9.1-alt2 -> sisyphus:

* Wed Jun 15 2011 Anton Protopopov <aspsk@altlinux> 0.9.1-alt2
- Add dependency on dmidecode package (ALT 25752)
- Create vmusers group in %pre (ALT 25751)