From d75aafd952fae9137fe64ffab91b6c8759f7490c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 21:24:10 +0100 Subject: Some more articles reformatting --- content/blog/freebsd/activate-the-serial-console.md | 10 ++++++---- .../blog/freebsd/change-the-ip-address-of-a-running-jail.md | 8 +++++--- content/blog/freebsd/clean-install-does-not-boot.md | 10 ++++++---- 3 files changed, 17 insertions(+), 11 deletions(-) (limited to 'content/blog') diff --git a/content/blog/freebsd/activate-the-serial-console.md b/content/blog/freebsd/activate-the-serial-console.md index 210bacc..9aa44c9 100644 --- a/content/blog/freebsd/activate-the-serial-console.md +++ b/content/blog/freebsd/activate-the-serial-console.md @@ -1,11 +1,13 @@ --- -title: "Activate the serial console" -linkTitle: "Activate the serial console" +title: "Activate the serial console on a FreeBSD server" date: 2018-01-03 -description: > - How to activate the serial console +description: How to activate the serial console +tags: + - FreeBSD --- +## How to do this + Here is how to activate the serial console on a FreeBSD server : - Append `console=“comconsole”` to `/boot/loader.conf` - Append or update existing line with `ttyd0` in `/etc/ttys` to : `ttyd0 “/usr/libexec/getty std.9600” vt100 on secure` diff --git a/content/blog/freebsd/change-the-ip-address-of-a-running-jail.md b/content/blog/freebsd/change-the-ip-address-of-a-running-jail.md index db1f6fe..f668e04 100644 --- a/content/blog/freebsd/change-the-ip-address-of-a-running-jail.md +++ b/content/blog/freebsd/change-the-ip-address-of-a-running-jail.md @@ -1,11 +1,13 @@ --- title: "Change the ip address of a running jail" -linkTitle: "Change the ip address of a running jail" date: 2018-09-25 -description: > - How to change the ip address of a running jail +description: How to change the ip address of a running jail +tags: + - FreeBSD --- +## The command + Here is how to change the ip address of a running jail : {{< highlight sh >}} diff --git a/content/blog/freebsd/clean-install-does-not-boot.md b/content/blog/freebsd/clean-install-does-not-boot.md index 1252a28..d5603f7 100644 --- a/content/blog/freebsd/clean-install-does-not-boot.md +++ b/content/blog/freebsd/clean-install-does-not-boot.md @@ -1,11 +1,13 @@ --- -title: "Clean install does not boot" -linkTitle: "Clean install does not boot" +title: "Clean FreeBSD install does not boot" date: 2018-01-02 -description: > - How to fix a clean install that refuses to boot +description: How to fix a clean install that refuses to boot +tags: + - FreeBSD --- +## How to fix + I installed a fresh FreeBSD server today, and to my surprise it refused to boot. I had to do the following from my liveUSB : {{< highlight yaml >}} -- cgit v1.2.3