From 1eee0c8e2c1bf7f2021f4a1a82e79626b88fada3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 4 Jan 2026 00:36:04 +0200 Subject: Update content for html --- about/resources.html | 194 ++++++++++----------- ...5-07-14-f3s-kubernetes-with-freebsd-part-6.html | 8 +- gemfeed/atom.xml | 10 +- index.html | 2 +- uptime-stats.html | 2 +- 5 files changed, 114 insertions(+), 102 deletions(-) diff --git a/about/resources.html b/about/resources.html index 53091903..cad716ae 100644 --- a/about/resources.html +++ b/about/resources.html @@ -50,112 +50,112 @@ In random order:


Technical references



I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order:


Self-development and soft-skills books



In random order:


Here are notes of mine for some of the books

@@ -164,31 +164,31 @@ Some of these were in-person with exams; others were online learning lectures only. In random order:


Technical guides



These are not whole books, but guides (smaller or larger) which I found very useful. in random order:


Podcasts



@@ -197,21 +197,21 @@ In random order:


Podcasts I liked



@@ -219,10 +219,10 @@

Newsletters I like


@@ -230,28 +230,28 @@ This is a mix of tech and non-tech newsletters I am subscribed to. In random order:


Magazines I like(d)



This is a mix of tech I like(d). I may not be a current subscriber, but now and then, I buy an issue. In random order:


Formal education



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 470a19e7..8c00b326 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 @@ -983,18 +983,24 @@ paul@f1:~ % doas zfs list -t snapshot -r zdata/sink | grep zrepl | tail - First, we add the CARP configuration to /etc/rc.conf on both f0 and f1:

+Update: Sun 4 Jan 00:17:00 EET 2026 - Added advskew 100 to f1 so f0 always wins CARP elections when it comes back online after a reboot.
+
-
# The virtual IP 192.168.1.138 will float between f0 and f1
+
# On f0 - The virtual IP 192.168.1.138 will float between f0 and f1
 ifconfig_re0_alias0="inet vhid 1 pass testpass alias 192.168.1.138/32"
+
+# On f1 - Higher advskew means lower priority, so f0 wins elections
+ifconfig_re0_alias0="inet vhid 1 advskew 100 pass testpass alias 192.168.1.138/32"
 

Whereas:

  • vhid 1: Virtual Host ID - must match on all CARP members
  • +
  • advskew: Advertisement skew - higher value means lower priority (f1 uses 100, f0 uses default 0)
  • pass testpass: Password for CARP authentication (if you follow this, use a different password!)
  • alias 192.168.1.138/32: The virtual IP address with a /32 netmask

diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 781298dd..a6cb7bb4 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2026-01-04T00:05:40+02:00 + 2026-01-04T00:34:59+02:00 foo.zone feed To be in the .zone! @@ -7381,18 +7381,24 @@ paul@f1:~ % doas zfs list -t snapshot -r zdata/sink | grep zrepl | tail - First, we add the CARP configuration to /etc/rc.conf on both f0 and f1:

+Update: Sun 4 Jan 00:17:00 EET 2026 - Added advskew 100 to f1 so f0 always wins CARP elections when it comes back online after a reboot.
+
-
# The virtual IP 192.168.1.138 will float between f0 and f1
+
# On f0 - The virtual IP 192.168.1.138 will float between f0 and f1
 ifconfig_re0_alias0="inet vhid 1 pass testpass alias 192.168.1.138/32"
+
+# On f1 - Higher advskew means lower priority, so f0 wins elections
+ifconfig_re0_alias0="inet vhid 1 advskew 100 pass testpass alias 192.168.1.138/32"
 

Whereas:

  • vhid 1: Virtual Host ID - must match on all CARP members
  • +
  • advskew: Advertisement skew - higher value means lower priority (f1 uses 100, f0 uses default 0)
  • pass testpass: Password for CARP authentication (if you follow this, use a different password!)
  • alias 192.168.1.138/32: The virtual IP address with a /32 netmask

diff --git a/index.html b/index.html index b087cae9..809847f0 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

Hello!



-This site was generated at 2026-01-04T00:05:40+02:00 by Gemtexter
+This site was generated at 2026-01-04T00:34:59+02:00 by Gemtexter

Welcome to the foo.zone!

diff --git a/uptime-stats.html b/uptime-stats.html index ba64f271..b725d325 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -13,7 +13,7 @@

My machine uptime stats



-This site was last updated at 2026-01-04T00:05:40+02:00
+This site was last updated at 2026-01-04T00:34:59+02:00

The following stats were collected via uptimed on all of my personal computers over many years and the output was generated by guprecords, the global uptime records stats analyser of mine.

-- cgit v1.2.3