From ae919ab958a11ebc35ff0ee3741e6eed47392530 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 26 Dec 2025 23:35:09 +0200 Subject: Update content for html --- gemfeed/atom.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'gemfeed/atom.xml') diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 994c89f9..7e7f3733 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2025-12-26T08:51:40+02:00 + 2025-12-26T23:33:35+02:00 foo.zone feed To be in the .zone! @@ -6673,13 +6673,23 @@ Domain = lan.buetow.org .
-And afterwards, we need to run the following on all 3 Rocky hosts::
+We also need to increase the inotify limit, otherwise nfs-idmapd may fail to start with "Too many open files":

-
[root@r0 ~]# systemctl enable --now nfs-idmapd
+
[root@r0 ~]# echo 'fs.inotify.max_user_instances = 512' > /etc/sysctl.d/99-inotify.conf
+[root@r0 ~]# sysctl -w fs.inotify.max_user_instances=512
+
+
+And afterwards, we need to run the following on all 3 Rocky hosts:
+
+ +
[root@r0 ~]# systemctl start nfs-idmapd
 [root@r0 ~]# systemctl enable --now nfs-client.target
 

-- cgit v1.2.3