“Tested” Debian RPI images can be downloaded here: Tested Debian RPI Images Build Date Release RPI Family Hardware 2021.02.10 11 (Bullseye) 4 4(8GB) For whatever reason, the status LEDs (Power and Activity) are disabled during the boot process. I am still researching which service start is doing this but below […]
Category: Uncategorized
Compile vcgencmd (Pi) on Debian Bullseye
MariaDB + iSCSI
Running MariaDB on iscsi LUNs normally results in it not starting automatically at boot since, by default, it’s not configured to start after (or wait for) the iscsi daemons. /usr/lib/systemd/system/mariadb.service Original: After=network.target Changed: After=network.target open-iscsi.service iscsid.service iscsid.socket systemctl daemon-reload Hits: 4