Category: Uncategorized

TrueCharts to TrueNAS – App migration

Due to TrueNAS SCALE dropping support for Kubernetes in favor of Docker, I had to decide what to do with my TrueCharts Apps: I went with Option 2. The following is the process of me migrating TrueCharts Nextcloud to native TrueNAS Scale Nextcloud. Nextcloud is reachable from outside my LAN via a domain name (external
Read More »

FreeRadius on Ubuntu 18.04 – Service not starting!

Many people online are asking why the FreeRadius service isn’t starting on Ubuntu 14.04/16.04/18.04 and for some it’s just because the following directory is missing: /tmp/radiusd   The solution at this time is the following: Create the following file … nano /etc/tmpfiles.d/radius.conf … with the following content … d /tmp/radiusd 0700 freerad freerad – –
Read More »