Bug 1405703
| Summary: | nagios package is old and has a bug after install using dnf | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jose Mantilla <joseluismantilla> |
| Component: | nagios | Assignee: | Keiran Smith <affix> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | affix, jose.p.oliveira.oss, ondrejj, redhat, smooge, smooge, s, swilkerson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | nagios-4.3.4-3.fc27 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-15 17:39:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. nagios-4.3.4-3.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-d270e932a3 nagios-4.3.4-3.fc27 has been pushed to the Fedora 27 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-2017-d270e932a3 nagios-4.3.4-3.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. dnf install nagios 2. systemctl restart nagios 3. error Actual results: Expected results: Additional info: Please, I would appreciate someone include the fix in the package creating inluding this script like postinstall. ---The fix is--- #cat > /tmp/nagios-socket.te <<BEG module nagios-socket 1.0; require { type nagios_t; type nagios_log_t; class sock_file { write create unlink }; class unix_stream_socket connectto; } allow nagios_t nagios_log_t:sock_file { write create unlink }; allow nagios_t self:unix_stream_socket connectto; BEG yum install policycoreutils-python -y cd /tmp;checkmodule -M -m -o nagios-socket.mod nagios-socket.te semodule_package -o nagios-socket.pp -m nagios-socket.mod semodule -i nagios-socket.pp install -d -m 755 -o nagios -g nagios /var/log/nagios/rw systemctl restart nagios && systemctl status nagios Greetings from Colombia Thank you