Everything posted by Norbs
-
TPM for KVM please?
Running Windows is not a new feature, if running OSX would be possible but when the new OSX version comes out and that wouldn't work I am sure it would be more annoying for you. I understand the point, what I don't if they see that the new release takes this much time a patch would be possible. As far as I understand that patch is ready for a long time so I guess the release is blocked because of some other feature. Why can't we get an interim release then? 6.10-RC1.2 or anything similar with the TPM patch but without the others?
-
TPM for KVM please?
I don't understand why can't UNRAID release a TPM patch for 6.9.2. Win 11 is out for a while and the requirements have been known long before that. We are being told to wait just a few more days for weeks. I don't care about any of the changes in the 6.10 but this seems quite significant
-
Virtualizing Windows 11 and TPM 2.0 requirement
What happens if you set up an emulated TPM now but you want to switch to the pass-through later when it's out. Will that break an existing install?
-
[Plugin] CA User Scripts
Thx for the quick answer. No worries, it's not a big deal, I can kill the processes from command line (in my case rclone forks an rcloneorig process, killing both with the default SIGTERM works fine)
-
[Plugin] CA User Scripts
Hi Guys, Great plugin, I have two small questions: - Will the scheduler start a script if it's still running? (I only want to run one piece in any single time, otherwise I need to put some simple locking into the script) - I have a simple script what's running rclone sync. When I click on the abort button the button disappears but the script keeps running. I have to kill the processes manually. How should I run it to be able to abort from the GUI?