Getting: Failed to acquire watch file descriptor: Permission denied with newly installed system

CMK version: cee 2.2.0p26
OS version: Rocky Linux 9.4

Error message: May 20 09:53:02 monitoring systemd[6123]: Failed to acquire watch file descriptor: Permission denied

We installed this new host last week and imported a checkmk backup. Everything is running but this error now shows up in the journal and we do not know where that comes from. It seems it has something to do with the monitoring user because the error lays around the monitoring user session as seen below

May 20 09:53:01 monitoring systemd[1]: Created slice User Slice of UID 986.
May 20 09:53:01 monitoring systemd[1]: Starting User Runtime Directory /run/user/986...
May 20 09:53:02 monitoring systemd[1]: Finished User Runtime Directory /run/user/986.
May 20 09:53:02 monitoring systemd[1]: Starting User Manager for UID 986...
May 20 09:53:02 monitoring systemd[6123]: pam_unix(systemd-user:session): session opened for user monitoring(uid=986) by monitoring(uid=0)
May 20 09:53:02 monitoring systemd[6123]: Failed to acquire watch file descriptor: Permission denied
May 20 09:53:02 monitoring systemd[6123]: Queued start job for default target Main User Target.
May 20 09:53:02 monitoring systemd[6123]: Created slice User Application Slice.
May 20 09:53:02 monitoring systemd[6123]: Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system).
May 20 09:53:02 monitoring systemd[6123]: Started Daily Cleanup of User's Temporary Directories.
May 20 09:53:02 monitoring systemd[6123]: Reached target Paths.
May 20 09:53:02 monitoring systemd[6123]: Reached target Timers.
May 20 09:53:02 monitoring systemd[6123]: Starting D-Bus User Message Bus Socket...
May 20 09:53:02 monitoring systemd[6123]: Listening on PipeWire PulseAudio.
May 20 09:53:02 monitoring systemd[6123]: Listening on PipeWire Multimedia System Sockets.
May 20 09:53:02 monitoring systemd[6123]: Starting Create User's Volatile Files and Directories...
May 20 09:53:02 monitoring systemd[6123]: Finished Create User's Volatile Files and Directories.
May 20 09:53:02 monitoring systemd[6123]: Listening on D-Bus User Message Bus Socket.
May 20 09:53:02 monitoring systemd[6123]: Reached target Sockets.
May 20 09:53:02 monitoring systemd[6123]: Reached target Basic System.
May 20 09:53:02 monitoring systemd[6123]: Reached target Main User Target.
May 20 09:53:02 monitoring systemd[6123]: Startup finished in 181ms.
May 20 09:53:02 monitoring systemd[1]: Started User Manager for UID 986.
May 20 09:53:02 monitoring systemd[1]: Started Session 26 of User monitoring.
May 20 09:53:02 monitoring systemd[1]: Started Session 27 of User monitoring.

I am having the same error Failed to acquire watch file descriptor: Permission denied in my /var/log/messages file after performing a yum update on a Rocky Linux system. While running on version 9.3 of Rocky Linux, this error is not showing up. Immediately after the upgrade to version 9.4, we’re now seeing this error message in the log files. This is consistent across two servers which were both upgraded from version 9.3 to 9.4.

Not sure where to start looking or how to update permissions for some file descriptor. Any help would be greatly appreciated. :+1: