freebsd 12.3 / pfsense 2.6 on hyper-v with low throughput Members Public

Upgrading pfsense running on hyper-v to version 2.6 might result in a massive performance regression when the VMSwitch has RSC enabled.

Daniel Nachtrub
Daniel Nachtrub
Linux

Storage Spaces Direct / S2D - Disks stuck in maintenance mode Members Public

Having a storage space direct cluster stuck in storage maintenance mode feels quite unlucky. Luckily we've fond a way to fix this!

Daniel Nachtrub
Daniel Nachtrub
Windows

Zabbix 6.0 - new major release Members Public

While the whole world seems to run prometheus, zabbix is still on track and provides a whole set of new features on it's next major release: Zabbix 6.0. This post will give a brief overview about the (in my opinion) most important features. Baseline monitoring This is

Daniel Nachtrub
Daniel Nachtrub

Exchange database fails with serious I/O error Members Public

Running exchange servers there's a slight chance that the database growth results in a state where the filesystem cannot allocate anymore segments. Let's fix this.

Daniel Nachtrub
Daniel Nachtrub
Windows

Upgrading kernel on Ubuntu (20.04) LTS Members Public

Upgrading kernels on LTS releases of ubuntu can easily be done by enabling an LTS enablement stack. This guide will show how and what to consider.

Daniel Nachtrub
Daniel Nachtrub
Linux

Upgrading ceph - migrating from docker hub Members Public

Many vendors are moving container registries away from docker hub. One of them is ceph. This means: Recent container images are no longer published via docker hub and will prevent you from upgrading using cephadm if your installation is still pointing to docker hub. Issue: failed to pull target image

Daniel Nachtrub
Daniel Nachtrub

pfsense - access ipmi using ipmitool Members Public

Recent versions of pfsense ship with ipmitool. To use it you need to load the kernel module - this guide shows how to do this.

Daniel Nachtrub
Daniel Nachtrub
Linux

Run c# inside powershell Members Public

Powershell is quite powerful already for most purposes. Yet there are times when you need to use features that are not available in powershell directly. An example would be interacting with the OS via DllImports (like Windows API). Luckily, powershell has the ability to compile c# inline using the Add-Type

Daniel Nachtrub
Daniel Nachtrub