Bug 23023 - upgrade package starts the service
Summary: upgrade package starts the service
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: 2010-02-24 09:32 MSK by ildar
Modified: 2011-04-11 10:46 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)