Author name: Dan Langille

Installing internal PCI Slot SSD drive enclosures in a Dell R720

I like to build systems that boot using drives directly connected to the M/B. No HBA, no SATA cards, etc. I like the simplicity involved. Sometimes that target is hard to achieve. The first step to configuring the R720 was upgrading the firmware. I spent time on hardware selection, including power and data sources. I […]

Installing internal PCI Slot SSD drive enclosures in a Dell R720 Read More »

r720

This post has been replaced by a new one. This replaces a previous post. I’ve been given a Dell PowerEdge 720. It contains 8 x 400GB SSDs and one 80GB SSD for the OS. I’ve added in a SAS 9207-8i card, as mentioned previously. The zpool: The filesystems: And dmesg:

r720 Read More »

r720

This post has been replaced by a new one. I’ve been given a Dell PowerEdge 720. It contains 8 x 400GB SSDs. I’ve added in a SAS 9207-8i card, as mentioned yesterday. FreeBSD is not installed. I booted the system up via mfsBSD and had a look at dmesg output.

r720 Read More »

scripts for monitoring vulns in FreeBSD jails

I have scripts for monitoring vulns in FreeBSD jails. They use third-party scripts. All I wrote was the Nagios part of the solution. I was preparing slides for my Why I prefer thick jails over thin jails talk at EuroBSDCon 2019. There is still time to register and attend. I was explaining my scripts and

scripts for monitoring vulns in FreeBSD jails Read More »

poudriere hooks

zi0r suggested I use hooks to accomplish my patches-outside-distfiles question. In this post: FreeBSD 12.0 poudriere 3.3.2 I started reading the documentation and played with the supplied sample files in /usr/local/etc/poudriere.d/hooks. For background, see FreeBSD custom port patches when using poudriere. Eventually I came up with this solution: mkdir during the start phase mount during

poudriere hooks Read More »

iocage

I was asked why I was exasperated with iocage: This is the list of issues where I found my name. A given issue may be listed multiple times. Oct 2017 – iocage upgrade is looping: https://github.com/iocage/iocage/issues/399 Jun 2018 – cannot run ‘iocage start’ from my home dir: https://github.com/iocage/iocage/issues/567 Aug 2018 – entries in fstab disappear:

iocage Read More »

Installing Owntracks recorder on FreeBSD

I went and did a thing. I ported OwnTrack Recorder to FreeBSD. In this post: FreeBSD 12 owntracks/recoder 0.8.4 I refer to owntracks/recorder as ot-recorder. The FreeBSD service is known as otrecorder On FreeBSD, ot-recorder runs as the ot-recorder user, created by the package. I did not want it running as root. ot-recorder installs mosquitto

Installing Owntracks recorder on FreeBSD Read More »

Scroll to Top