Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1568273 - Nagios service disabled after each update
Summary: Nagios service disabled after each update
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: nagios
Version: epel7
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Stephen John Smoogen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-17 06:09 UTC by Jan ONDREJ
Modified: 2019-02-02 00:39 UTC (History)
12 users (show)

Fixed In Version: nagios-4.4.3-1.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-12-03 19:57:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan ONDREJ 2018-04-17 06:09:53 UTC
Description of problem:
After each update nagios service is always disabled, even if it was enabled by admin previously.

Version-Release number of selected component (if applicable):
nagios-4.3.4-5.el7.x86_64
I think previous versions too.

How reproducible:
always

Steps to Reproduce:
1. systemctl is-enabled nagios.service
2. yum reinstall nagios -y
3. systemctl is-enabled nagios.service

Actual results:
enabled
disabled

Expected results:
enabled
enabled

Additional info:
Looks like this postinstall script causes this problem:

/usr/bin/systemctl --no-reload preset nagios.service  > /dev/null 2>&1 || :

Why this is good for?
May be you want something like in other services, for example:

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        systemctl preset nagios.service >/dev/null 2>&1 || : 
fi

Please, fix this before you release a new update.

Comment 1 Stephen John Smoogen 2018-07-24 23:43:48 UTC
Fix should appear in next build

Comment 2 Fedora Update System 2018-07-25 00:52:30 UTC
nagios-4.3.4-13.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-41e9ecf98a

Comment 3 Fedora Update System 2018-07-25 19:52:16 UTC
nagios-4.3.4-13.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-41e9ecf98a

Comment 4 Fedora Update System 2018-07-26 11:49:50 UTC
nagios-4.3.4-13.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-41e9ecf98a

Comment 5 Fedora Update System 2018-11-30 19:58:42 UTC
nagios-4.4.2-3.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-0346a55d0f

Comment 6 Fedora Update System 2018-12-01 01:55:18 UTC
nagios-4.4.2-3.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-0346a55d0f

Comment 7 Stephen John Smoogen 2018-12-03 19:57:12 UTC

*** This bug has been marked as a duplicate of bug 1517925 ***

Comment 8 Fedora Update System 2019-01-17 00:14:49 UTC
nagios-4.4.3-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-d661b588d2

Comment 9 Fedora Update System 2019-01-18 01:00:31 UTC
nagios-4.4.3-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-d661b588d2

Comment 10 Fedora Update System 2019-02-02 00:39:28 UTC
nagios-4.4.3-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.