Author: Ryan Parker
Professionally im a Infrastructure Security Specialist. I current maintain a homelab with about 3TB of RAM, 240+ TB of storage, tons of CPU cores, and 100gbit networking backbone in the garage running up my electricity bill.
Has your machine gone “out of sync” with the domain? Mine did at work, and it was very annoying. I got the following error when I tried to login today: The trust relationship between this workstation and the domain failed Luckily, the fix is pretty easy, it just requires little bit of Powershell magic to
Read More »
If you have the following error upon startup, do this to make the system bootable again.
Failed to set MokListRT: Invalid Parameter
Something has gone seriously wrong: import_mok_state() failed:
Invalid Parameter
So every now and then, a clone operation will break on oVirt. However, it will often leave the source machine in a locked state, unable to be used. Luckily, the solution is pretty simple. All you need to do is ssh into the oVirt-engine machine and run the following. Unlock all disks /usr/share/ovirt-engine/setup/dbutils/unlock_entity.sh -t allUnlock
Read More »
So you know what makes me angry? Tasks that won’t stop running. This happened to me at work and it infuriated me. I had to go though mailing lists to figure it out, but here is the solution. SSH into ovirt-engine as root, then run: su postgrespsql -d engine -U postgresselect * from job order
Read More »