summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-03 23:58:47 +0200
committerPaul Buetow <paul@buetow.org>2026-01-03 23:58:47 +0200
commitf1666212a05beb17f98e3b237114d2a4007cee04 (patch)
tree128e4bc593d6a28aaccf597e843c1a3f38f69bec /gemfeed
parent1cb8ce1bacaf8baa24b815fc22df83bc4422bcd2 (diff)
Update content for html
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html12
-rw-r--r--gemfeed/atom.xml14
2 files changed, 17 insertions, 9 deletions
diff --git a/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html
index aa845763..46bdf5b3 100644
--- a/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html
+++ b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html
@@ -1030,6 +1030,8 @@ paul@f0:~ % doas service devd restart
<br />
<span>Next, we create the CARP control script that will restart stunnel when the CARP state changes:</span><br />
<br />
+<span class='quote'>Update: Fixed the script at Sat 3 Jan 23:55:11 EET 2026 - changed <span class='inlinecode'>$1</span> to <span class='inlinecode'>$2</span> because devd passes <span class='inlinecode'>$subsystem $type</span>, so the state is in the second argument.</span><br />
+<br />
<!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
@@ -1038,7 +1040,7 @@ http://www.gnu.org/software/src-highlite -->
<i><font color="silver">#!/bin/sh</font></i>
<i><font color="silver"># CARP state change control script</font></i>
-<b><u><font color="#000000">case</font></u></b> <font color="#808080">"$1"</font> <b><u><font color="#000000">in</font></u></b>
+<b><u><font color="#000000">case</font></u></b> <font color="#808080">"$2"</font> <b><u><font color="#000000">in</font></u></b>
MASTER)
logger <font color="#808080">"CARP state changed to MASTER, starting services"</font>
;;
@@ -1046,7 +1048,7 @@ http://www.gnu.org/software/src-highlite -->
logger <font color="#808080">"CARP state changed to BACKUP, stopping services"</font>
;;
*)
- logger <font color="#808080">"CARP state changed to $1 (unhandled)"</font>
+ logger <font color="#808080">"CARP state changed to $2 (unhandled)"</font>
;;
<b><u><font color="#000000">esac</font></u></b>
EOF
@@ -1356,6 +1358,8 @@ Starting stunnel.
</ul><br />
<span>This approach ensures clients can only connect to the active server, eliminating stale handles from the inactive server:</span><br />
<br />
+<span class='quote'>Update: Fixed the script at Sat 3 Jan 23:55:11 EET 2026 - changed <span class='inlinecode'>$1</span> to <span class='inlinecode'>$2</span> because devd passes <span class='inlinecode'>$subsystem $type</span>, so the state is in the second argument.</span><br />
+<br />
<!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
@@ -1383,7 +1387,7 @@ HOSTNAME=`hostname`
<b><u><font color="#000000">fi</font></u></b>
-<b><u><font color="#000000">case</font></u></b> <font color="#808080">"$1"</font> <b><u><font color="#000000">in</font></u></b>
+<b><u><font color="#000000">case</font></u></b> <font color="#808080">"$2"</font> <b><u><font color="#000000">in</font></u></b>
MASTER)
logger <font color="#808080">"CARP state changed to MASTER, starting services"</font>
service rpcbind start &gt;/dev/null <font color="#000000">2</font>&gt;&amp;<font color="#000000">1</font>
@@ -1402,7 +1406,7 @@ HOSTNAME=`hostname`
logger <font color="#808080">"CARP BACKUP: NFS and stunnel services stopped"</font>
;;
*)
- logger <font color="#808080">"CARP state changed to $1 (unhandled)"</font>
+ logger <font color="#808080">"CARP state changed to $2 (unhandled)"</font>
;;
<b><u><font color="#000000">esac</font></u></b>
EOF
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 7679b33f..e354f4ed 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>2026-01-01T12:26:21+02:00</updated>
+ <updated>2026-01-03T23:57:42+02:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="https://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -7428,6 +7428,8 @@ paul@f0:~ % doas service devd restart
<br />
<span>Next, we create the CARP control script that will restart stunnel when the CARP state changes:</span><br />
<br />
+<span class='quote'>Update: Fixed the script at Sat 3 Jan 23:55:11 EET 2026 - changed <span class='inlinecode'>$1</span> to <span class='inlinecode'>$2</span> because devd passes <span class='inlinecode'>$subsystem $type</span>, so the state is in the second argument.</span><br />
+<br />
<!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
@@ -7436,7 +7438,7 @@ http://www.gnu.org/software/src-highlite -->
<i><font color="silver">#!/bin/sh</font></i>
<i><font color="silver"># CARP state change control script</font></i>
-<b><u><font color="#000000">case</font></u></b> <font color="#808080">"$1"</font> <b><u><font color="#000000">in</font></u></b>
+<b><u><font color="#000000">case</font></u></b> <font color="#808080">"$2"</font> <b><u><font color="#000000">in</font></u></b>
MASTER)
logger <font color="#808080">"CARP state changed to MASTER, starting services"</font>
;;
@@ -7444,7 +7446,7 @@ http://www.gnu.org/software/src-highlite -->
logger <font color="#808080">"CARP state changed to BACKUP, stopping services"</font>
;;
*)
- logger <font color="#808080">"CARP state changed to $1 (unhandled)"</font>
+ logger <font color="#808080">"CARP state changed to $2 (unhandled)"</font>
;;
<b><u><font color="#000000">esac</font></u></b>
EOF
@@ -7754,6 +7756,8 @@ Starting stunnel.
</ul><br />
<span>This approach ensures clients can only connect to the active server, eliminating stale handles from the inactive server:</span><br />
<br />
+<span class='quote'>Update: Fixed the script at Sat 3 Jan 23:55:11 EET 2026 - changed <span class='inlinecode'>$1</span> to <span class='inlinecode'>$2</span> because devd passes <span class='inlinecode'>$subsystem $type</span>, so the state is in the second argument.</span><br />
+<br />
<!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
@@ -7781,7 +7785,7 @@ HOSTNAME=`hostname`
<b><u><font color="#000000">fi</font></u></b>
-<b><u><font color="#000000">case</font></u></b> <font color="#808080">"$1"</font> <b><u><font color="#000000">in</font></u></b>
+<b><u><font color="#000000">case</font></u></b> <font color="#808080">"$2"</font> <b><u><font color="#000000">in</font></u></b>
MASTER)
logger <font color="#808080">"CARP state changed to MASTER, starting services"</font>
service rpcbind start &gt;/dev/null <font color="#000000">2</font>&gt;&amp;<font color="#000000">1</font>
@@ -7800,7 +7804,7 @@ HOSTNAME=`hostname`
logger <font color="#808080">"CARP BACKUP: NFS and stunnel services stopped"</font>
;;
*)
- logger <font color="#808080">"CARP state changed to $1 (unhandled)"</font>
+ logger <font color="#808080">"CARP state changed to $2 (unhandled)"</font>
;;
<b><u><font color="#000000">esac</font></u></b>
EOF