Bug 2051262 - Please create an EPEL 9 build
Summary: Please create an EPEL 9 build
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: munin
Version: epel9
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kim B. Heino
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-02-06 20:45 UTC by Marcel Haerry
Modified: 2022-08-02 02:24 UTC (History)
6 users (show)

Fixed In Version: munin-2.0.69-5.fc36 munin-2.0.69-5.el9 munin-2.0.69-5.el8 munin-2.0.69-5.el7 munin-2.0.69-5.fc35
Clone Of:
Environment:
Last Closed: 2022-08-02 01:39:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Marcel Haerry 2022-02-06 20:45:09 UTC
Would be nice to have it on EPEL 9

Comment 1 Jake Tremper 2022-07-19 05:49:03 UTC
Will you be able to branch and build munin in epel9?

Comment 2 Fedora Update System 2022-07-20 17:50:01 UTC
FEDORA-EPEL-2022-921b01f72f has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-921b01f72f

Comment 3 Fedora Update System 2022-07-20 17:50:03 UTC
FEDORA-2022-e29734a743 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-e29734a743

Comment 4 Fedora Update System 2022-07-20 17:50:05 UTC
FEDORA-2022-cd5df20ab1 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-cd5df20ab1

Comment 5 Fedora Update System 2022-07-20 17:50:06 UTC
FEDORA-EPEL-2022-25ceadbf26 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-25ceadbf26

Comment 6 Fedora Update System 2022-07-20 17:50:06 UTC
FEDORA-EPEL-2022-3e07cbe62c has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-3e07cbe62c

Comment 7 Kim B. Heino 2022-07-20 17:52:00 UTC
Please test EPEL 9 build, I don't have any test system available right now.

Comment 8 Fedora Update System 2022-07-21 01:10:43 UTC
FEDORA-EPEL-2022-25ceadbf26 has been pushed to the Fedora EPEL 9 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-25ceadbf26

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 9 Jake Tremper 2022-07-21 11:14:21 UTC
I installed this from epel testing, and it looks to be working well. The only issue I ran into was an error with the munin-node package, where I encountered an error like this:

Error in tempfile() using template /var/lib/munin/plugin-state/root/XXXXXXXXXX: Could not create temp file /var/lib/munin/plugin-state/root/2Onyek2qTp: Permission denied

Which I resolved like this:

chown root /var/lib/munin/plugin-state/root

My test system is like this:

[root@testbox ~]# uname -a
Linux testbox 5.14.0-70.17.1.el9_0.x86_64 #1 SMP PREEMPT Tue Jun 14 11:32:10 EDT 2022 x86_64 x86_64 x86_64 GNU/Linux

[root@testbox ~]# cat /etc/*release
NAME="Red Hat Enterprise Linux"
VERSION="9.0 (Plow)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="9.0"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Red Hat Enterprise Linux 9.0 (Plow)"
ANSI_COLOR="0;31"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos"
HOME_URL="https://www.redhat.com/"
DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/9/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"

REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 9"
REDHAT_BUGZILLA_PRODUCT_VERSION=9.0
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.0"
Red Hat Enterprise Linux release 9.0 (Plow)
Red Hat Enterprise Linux release 9.0 (Plow

Comment 10 Kim B. Heino 2022-07-21 11:47:30 UTC
> Error in tempfile() using template
> /var/lib/munin/plugin-state/root/XXXXXXXXXX: Could not create temp file
> /var/lib/munin/plugin-state/root/2Onyek2qTp: Permission denied
> 
> Which I resolved like this:
> 
> chown root /var/lib/munin/plugin-state/root

Interesting. Do you remember who was the owner before chown? Spec file says:

%attr(-, root, root) %dir %{_sharedstatedir}/munin/plugin-state/root

So it should be root:root.

Comment 11 Jake Tremper 2022-07-21 12:00:28 UTC
That is interesting, the spec file looks correct. On my system, it was owned by munin:munin.

Comment 12 Jake Tremper 2022-07-21 14:33:36 UTC
I installed on a fresh test box and the ownership of /var/lib/munin/plugin-state/root was correct (root:root), so this may have been an issue with the test box I used the first time.

Comment 13 Kim B. Heino 2022-07-21 14:59:18 UTC
I installed Alma Linux 9 and tested it. Owner for /var/lib/munin/plugin-state/root is root:root.

Could you please verify owner of /var/lib/munin/plugin-state directory on both of your test boxes? It should also be root:root.

There's actually a small problem with this directory. It should be /var/lib/munin-node/plugin-state but SElinux doesn't allow it. I could semanage-fix it on install but I'm bit lazy... As long as /var/lib/munin/plugin-state works I'll keep it as it is.

Comment 14 Jake Tremper 2022-07-21 16:01:30 UTC
Here's what I have:

[root@testbox1-rhel-9 ~]# ls -la /var/lib/munin/plugin-state
total 0
drwxr-xr-x. 5 root   root  45 Jul 21 10:31 .
drwxr-xr-x. 5 munin  munin 51 Jul 21 10:29 ..
drwxr-xr-x. 2 munin  munin  6 Jul 20 12:58 munin
drwxr-xr-x. 2 root   munin  6 Jul 20 12:58 root

[root@testbox2-rhel-9 ~]# ls -la /var/lib/munin/plugin-state
total 0
drwxr-xr-x. 5 root   root  45 Jul 21 10:31 .
drwxr-xr-x. 5 munin  munin 51 Jul 21 10:29 ..
drwxr-xr-x. 2 munin  munin  6 Jul 20 12:58 munin
drwxr-xr-x. 2 root   munin  6 Jul 20 12:58 root

Comment 15 Fedora Update System 2022-07-21 17:17:54 UTC
FEDORA-EPEL-2022-3e07cbe62c has been pushed to the Fedora EPEL 8 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-3e07cbe62c

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 16 Fedora Update System 2022-07-21 17:23:32 UTC
FEDORA-EPEL-2022-921b01f72f has been pushed to the Fedora EPEL 7 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-921b01f72f

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 17 Kim B. Heino 2022-07-21 17:34:47 UTC
> drwxr-xr-x. 2 munin  munin  6 Jul 20 12:58 munin
> drwxr-xr-x. 2 root   munin  6 Jul 20 12:58 root

That's strange. After rpm install they should be:

[root@guest-00-vm ~]# ls -la /var/lib/munin/plugin-state
total 0
drwxr-xr-x. 4 root  root  31 Jul 21 17:44 .
drwxr-xr-x. 5 munin munin 51 Jul 21 17:44 ..
drwxr-xr-x. 2 munin root   6 Jul 20 19:58 munin
drwxr-xr-x. 2 root  root   6 Jul 20 19:58 root

I guess they were deleted accidentally or by some program. Maybe by rhel9's systemd tmpfilesd? Munin-node will create them with group=munin if they are missing.

Oh well, I'll move plugin-state to /var/lib/munin-node, just to make things easier later on.

Comment 18 Fedora Update System 2022-07-21 22:45:38 UTC
FEDORA-2022-cd5df20ab1 has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-cd5df20ab1`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-cd5df20ab1

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 19 Fedora Update System 2022-07-21 23:05:14 UTC
FEDORA-2022-e29734a743 has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-e29734a743`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-e29734a743

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 20 Fedora Update System 2022-07-24 16:04:20 UTC
FEDORA-2022-d5e6bb81f1 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-d5e6bb81f1

Comment 21 Fedora Update System 2022-07-24 16:04:21 UTC
FEDORA-2022-25ec0f4293 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-25ec0f4293

Comment 22 Fedora Update System 2022-07-24 16:04:22 UTC
FEDORA-EPEL-2022-5ca4e29abd has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-5ca4e29abd

Comment 23 Fedora Update System 2022-07-24 16:04:23 UTC
FEDORA-EPEL-2022-3feef95cf0 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-3feef95cf0

Comment 24 Kim B. Heino 2022-07-24 16:13:02 UTC
> [root@guest-00-vm ~]# ls -la /var/lib/munin/plugin-state
> total 0
> drwxr-xr-x. 4 root  root  31 Jul 21 17:44 .
> drwxr-xr-x. 2 munin root   6 Jul 20 19:58 munin
> drwxr-xr-x. 2 root  root   6 Jul 20 19:58 root
...
> Oh well, I'll move plugin-state to /var/lib/munin-node, just to make things
> easier later on.

This is now done in -5 release. Are your /var/lib/munin-node and /var/lib/munin-node/plugin-state now root:root, and subdirs as above?

Comment 25 Jake Tremper 2022-07-24 19:42:55 UTC
Yes, the ownership looks correct.

Comment 26 Fedora Update System 2022-07-25 01:07:50 UTC
FEDORA-2022-25ec0f4293 has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-25ec0f4293`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-25ec0f4293

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 27 Fedora Update System 2022-07-25 01:51:11 UTC
FEDORA-EPEL-2022-9ad121d6a3 has been pushed to the Fedora EPEL 9 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-9ad121d6a3

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 28 Fedora Update System 2022-07-25 01:55:06 UTC
FEDORA-2022-d5e6bb81f1 has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-d5e6bb81f1`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-d5e6bb81f1

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 29 Fedora Update System 2022-07-25 02:01:31 UTC
FEDORA-EPEL-2022-5ca4e29abd has been pushed to the Fedora EPEL 7 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-5ca4e29abd

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 30 Fedora Update System 2022-07-25 02:03:38 UTC
FEDORA-EPEL-2022-3feef95cf0 has been pushed to the Fedora EPEL 8 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-3feef95cf0

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 31 Fedora Update System 2022-08-02 01:39:20 UTC
FEDORA-2022-25ec0f4293 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 32 Fedora Update System 2022-08-02 01:54:19 UTC
FEDORA-EPEL-2022-9ad121d6a3 has been pushed to the Fedora EPEL 9 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 33 Fedora Update System 2022-08-02 02:04:04 UTC
FEDORA-EPEL-2022-3feef95cf0 has been pushed to the Fedora EPEL 8 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 34 Fedora Update System 2022-08-02 02:19:14 UTC
FEDORA-EPEL-2022-5ca4e29abd has been pushed to the Fedora EPEL 7 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 35 Fedora Update System 2022-08-02 02:24:52 UTC
FEDORA-2022-d5e6bb81f1 has been pushed to the Fedora 35 stable repository.
If problem still persists, 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.