I thought that the best option to run Frigate is to run bare metal and skip virtualization and system containers. However now situation changed a little bit as I was able to fire up Frigate on LXC container on Proxmox with little help of AMD ROCm hardware assisted video decryption. And yes, detection crashes on ONNX and need to run on CPU instead… but video decryption works well. And even more, detection on 16 x AMD Ryzen 7 255 w/ Radeon 780M Graphics (1 Socket) works very well for almost 20 video streams (mixed H264 and H265). You can switch
We are using Huawei PV installation on top of our house roof. It has web panel and application available to preview every detail about its settings and working conditions. However I would like to integrate PV power production into my Fibaro HC3. So: First things first: create Northbound API user in web panel. Select all privileges for data acquisition. Then grab auth token: In response you will get xsfr-token in headers data. Now using this auth token you need to get installations list (stations): Now using your station ID get list of your devices: To retrieve sort of real time
During sync between two Proxmox Backup Server instances I got “decryption failed or bad record mac” error message. So I decided to go for upgrading source PBS to match its version with target PBS. PBS upgrade To upgrade PBS: Get rid of bookworm sources. And then: However it did not help. Further debugging 3 things involved in this investigation. This one: Next disabling Suricata IDS/ISP. Did not help. Finally I changed pfSense settings for System – Advanced – Firewall & NAT from Aggressive to Conservative: It worked.
Add “alias” to /etc/network/interfaces: And restart network interfaces.
Imaging you are running TrueNAS virtualized and would like to resize drive increasing its capacity. Then reboot and new size should be visible in ZFS pool. It has ability to auto expand by default.
In addition to my previous article about GitLab service desk feature with iRedMail I would like to enhance it a little bit my fixing some missing parts. Starting with connecting to PostgreSQL vmail database: Verifying mail server connectivity and TLS issues. GitLab (and iRedMail also) does not allow expired certificates. So be sure to have both root CA present and your certificate valid. And finally restarting services. Interesting part is that only Nginx do not allow placing R11 root CA before actual certificate. But placing R11 after actual certificate does the job.
Failing Proxmox node and unable to access /etc/pve means that you have broken pmxcf. Analyse which services are stuck: Restart services: And in case it was stuck at updating certs (on which it got stuck in my case): In case UI is still unavailable: In my case, at this point it was fine.
I got 2.5GbE PCI-e card, but no drivers present in pfSense installation. To list devices: There is this Realtek network card: But there is no driver enabled: I installed realtek-re-kmod-198.00_3 package. It was few months ago, but I am pretty sure that is was from pkg and not by downloading it from some repository manually. Finally add to /boot/loader.conf: So you can either download from FreeBSD repository or:
Last time (somewhere around 2023) there was an option on Scaleway to install Proxmox 7 directly from appliance. There was also possiblity to use Debian 11 and install Proxmox atop of it. This time (2024/Nov) there is no direct install and installing on Debian gives me some unexpected errors which I do not want to overcome as it should work just like that. But there is option to use Dell’s iDRAC interface for remote access.