From b036f7c57d65c2c985edeea3bce6b2cc7153e9fc Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Sun, 11 Aug 2024 11:12:15 +0200 Subject: [PATCH] vault backup: 2024-08-11 11:12:15 --- .obsidian/workspace.json | 11 +++++------ 2024/freebsd-notes.md | 29 +++++++++++++++++++++++++++-- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 975eb54..7e2984d 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "2024/chlorate-cell.md", + "file": "2024/freebsd-notes.md", "mode": "source", "source": false } @@ -85,7 +85,7 @@ "state": { "type": "backlink", "state": { - "file": "2024/chlorate-cell.md", + "file": "2024/freebsd-notes.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -102,7 +102,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "2024/chlorate-cell.md", + "file": "2024/freebsd-notes.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -125,7 +125,7 @@ "state": { "type": "outline", "state": { - "file": "2024/chlorate-cell.md" + "file": "2024/freebsd-notes.md" } } } @@ -148,6 +148,7 @@ }, "active": "30745a6909e8f4cf", "lastOpenFiles": [ + "2024/chlorate-cell.md", "2019/Nieuwsbrief #24 - knoflook kweken.pdf", "2024/git-svn mirror.md", "2024/freebsd-notes.md", @@ -177,7 +178,6 @@ "2024/verjaardags-feest-35-jaar-in-breugel.md", "2024/verjaardag-uitnodiging-jerry-35j-23-mrt-2024.png", "2024/just-in-case-als-er-iets-gebeurd-2024-01-20.pdf", - "2024/chlorate-cell.md", "2024/Gezonde routines boek review & notes.md", "2024/Brouwsels 2024.md", "2021/Tagliatelle-Bolognese.md", @@ -189,7 +189,6 @@ "2024/macos-markdown-editors-2024-review.md", "2024/just-in-case-als-er-iets-gebeurd-2024.pages.sb-6e88701c-W6gf83", "2024/just-in-case-als-er-iets-gebeurd-2024.pages", - "2024/just-in-case-als-er-iets-gebeurd.pages", "2021/CICD/cicd-platforms-and-software.md", "Untitled.canvas", "2024-01-19.md", diff --git a/2024/freebsd-notes.md b/2024/freebsd-notes.md index 6635c43..31eb446 100644 --- a/2024/freebsd-notes.md +++ b/2024/freebsd-notes.md @@ -337,7 +337,32 @@ bastille create testjail 13.2-RELEASE 10.10.99``.30 vxlan0 https://www.reddit.com/r/freebsd/comments/160uss5/comment/jxq4cax/?utm_source=share&utm_medium=web2x&context=3 -# Networking +## Networking Show active internet connections: `netstat` -Show open sockets: `sockstat` \ No newline at end of file +Show open sockets: `sockstat` + +## Installing updates: fix IGNORE_OSVERSION + +``` +root@pineapple:/home/jerry # pkg update +Updating FreeBSD repository catalogue... +Fetching data.pkg: 100% 7 MiB 7.4MB/s 00:01 +Processing entries: 0% +Newer FreeBSD version for package zziplib: +To ignore this error set IGNORE_OSVERSION=yes +- package: 1303001 +- running kernel: 1302001 +Ignore the mismatch and continue? [y/N]: y +``` + +``` +WARNING: FreeBSD 13.2-RELEASE-p4 HAS PASSED ITS END-OF-LIFE DATE. +Any security issues discovered after Tue Jul 2 02:00:00 CEST 2024 +will not have been corrected. +``` + +* `freebsd-update fetch` +* `freebsd-update install` + +