summaryrefslogtreecommitdiff
path: root/gemfeed/atom.xml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-12-26 23:35:12 +0200
committerPaul Buetow <paul@buetow.org>2025-12-26 23:35:12 +0200
commitaecb38c82f165b1c9ad38fb31d5bf39ee8c453ee (patch)
tree619ca750bb2150107d72fcbf774969864b3dfff9 /gemfeed/atom.xml
parent68c184731cae75640d3c910b7f3397373e35a690 (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed/atom.xml')
-rw-r--r--gemfeed/atom.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 89bf6a50..75c62d76 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2025-12-26T08:51:40+02:00</updated>
+ <updated>2025-12-26T23:33:35+02:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -6673,13 +6673,23 @@ Domain = lan.buetow.org
.
</pre>
<br />
-<span>And afterwards, we need to run the following on all 3 Rocky hosts::</span><br />
+<span>We also need to increase the inotify limit, otherwise nfs-idmapd may fail to start with "Too many open files":</span><br />
<br />
<!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
-<pre>[root@r0 ~]<i><font color="silver"># systemctl enable --now nfs-idmapd</font></i>
+<pre>[root@r0 ~]<i><font color="silver"># echo 'fs.inotify.max_user_instances = 512' &gt; /etc/sysctl.d/99-inotify.conf</font></i>
+[root@r0 ~]<i><font color="silver"># sysctl -w fs.inotify.max_user_instances=512</font></i>
+</pre>
+<br />
+<span>And afterwards, we need to run the following on all 3 Rocky hosts:</span><br />
+<br />
+<!-- Generator: GNU source-highlight 3.1.9
+by Lorenzo Bettini
+http://www.lorenzobettini.it
+http://www.gnu.org/software/src-highlite -->
+<pre>[root@r0 ~]<i><font color="silver"># systemctl start nfs-idmapd</font></i>
[root@r0 ~]<i><font color="silver"># systemctl enable --now nfs-client.target</font></i>
</pre>
<br />