Bug 23023

Summary: upgrade package starts the service
Product: Sisyphus Reporter: ildar <ildar>
Component: libvirtAssignee: Alexey Shabalin <shaba>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: minor    
Priority: P3 CC: aen, dd1email, mike, shaba, vsu
Version: unstable   
Hardware: all   
OS: Linux   

Description ildar 2010-02-24 09:32:03 MSK
При апгрейде в postinst сервис стартуется, хотя он был выключен и остановлен.
Как воспроизвести:
# service libvirt stop
# chkconfig libvirtd off
UPGRADE
Comment 1 Repository Robot 2010-12-02 12:55:15 MSK
libvirt-0.8.6-alt1 -> sisyphus:

* Thu Dec 02 2010 Anton Farygin <rider@altlinux> 0.8.6-alt1
- new version
- enabled xen support (closes: #24579)
- removed post-service (closes: #23023)
Comment 2 Sergey Vlasov 2011-04-10 14:10:57 MSK
Ошибка вновь всплыла в libvirt-0.9.0-alt1. Но чинить её следует не выбрасыванием %post_service, а исправлением обработки condrestart в /etc/rc.d/init.d/libvirtd - обычно проверяют существование $LOCKFILE.
Comment 3 Repository Robot 2011-04-11 10:46:38 MSK
libvirt-0.9.0-alt2 -> sisyphus:

* Mon Apr 11 2011 Anton Protopopov <aspsk@altlinux> 0.9.0-alt2
- implement rigth cond{stop,restart,reload} (ALT 23023)