Bug 2209135
| Summary: | nfs-utils will not update to version 2.5.4-18 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | karl kleinpaste <karl> |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED DUPLICATE | QA Contact: | Yongcheng Yang <yoyang> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.2 | CC: | xzhou |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-05-24 08:35:36 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: | |||
|
Description
karl kleinpaste
2023-05-22 19:11:17 UTC
Thank you for the report but I cannot reproduce this issue when updating nfs-utils from 9.1.0 to 9.2.0: ~~~ [02:35:52 root@ ~~]# dnf -y update nfs-utils Updating Subscription Management repositories. Unable to read consumer identity This system is not registered with an entitlement server. You can use subscription-manager to register. beaker-AppStream 9.8 MB/s | 6.4 MB 00:00 beaker-BaseOS 4.3 MB/s | 1.7 MB 00:00 beaker-CRB 4.1 MB/s | 2.0 MB 00:00 Last metadata expiration check: 0:00:01 ago on Thu May 18 02:35:56 2023. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Upgrading: nfs-utils x86_64 1:2.5.4-18.el9 beaker-BaseOS 459 k Transaction Summary ================================================================================ Upgrade 1 Package Total download size: 459 k Downloading Packages: nfs-utils-2.5.4-18.el9.x86_64.rpm 1.7 MB/s | 459 kB 00:00 -------------------------------------------------------------------------------- Total 1.7 MB/s | 459 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: nfs-utils-1:2.5.4-18.el9.x86_64 1/2 Upgrading : nfs-utils-1:2.5.4-18.el9.x86_64 1/2 Running scriptlet: nfs-utils-1:2.5.4-18.el9.x86_64 1/2 Running scriptlet: nfs-utils-1:2.5.4-15.el9.x86_64 2/2 Cleanup : nfs-utils-1:2.5.4-15.el9.x86_64 2/2 Running scriptlet: nfs-utils-1:2.5.4-15.el9.x86_64 2/2 Not supported unit type Verifying : nfs-utils-1:2.5.4-18.el9.x86_64 1/2 Verifying : nfs-utils-1:2.5.4-15.el9.x86_64 2/2 Installed products updated. Upgraded: nfs-utils-1:2.5.4-18.el9.x86_64 Complete! (In reply to karl kleinpaste from comment #0) > ... > error: ima: could not apply signature on '/var/lib/nfs/rpc_pipefs': Operation not supported > error: Plugin ima: hook fsm_file_prepare failed Based on the "ima" keyword maybe you've enabled the IMA policy which might lead to the failure. Could you try once again after the ima disabled. Thank you. I wasn't aware of "ima" as something optional until now. "dnf erase rpm-plugin-ima" got me to a state where "dnf update nfs-utils" works. The underlying question then becomes, Why is nfs-utils subject to this problem, but no other package has been? The machine has almost 7000 packages installed. Feel free to close. (In reply to karl kleinpaste from comment #2) > Thank you. I wasn't aware of "ima" as something optional until now. > "dnf erase rpm-plugin-ima" got me to a state where "dnf update nfs-utils" > works. Thank you for the information. Now I can reproduce this issue by trying to reinstall "nfs-utils" after package "rpm-plugin-ima" installed. > > The underlying question then becomes, Why is nfs-utils subject to this > problem, but no other package has been? The machine has almost 7000 packages > installed. According to the warning, trying to update/install nfs-utils will modify the directory /var/lib/nfs/rpc_pipefs but it's protected by the IMA thus "Operation not supported". It's a real bug and has been reported and fixed in the package "rpm". I'm duplicating this to that one for now. *** This bug has been marked as a duplicate of bug 2157835 *** |