Dariusz Więckiewicz
Dariusz Więckiewicz
Great, will defo try on my website :)
Hi All, I have followed TPM 2.0 module installation and configuration with QEmu according to this site [Software TPM Emulator For QEMU](https://en.opensuse.org/Software_TPM_Emulator_For_QEMU). I setup `swtpm` startup procedure in terminal Createf...
Testing with the following: ``` -chardev socket,id=chrtpm,path=/Users/dariusz/Library/Containers/com.utmapp.QEMUHelper/Data/Documents/mytpm0/swtpm-sock -tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis-device,tpmdev=tpm0 ``` Starting TPM prior to UTM with ``` swtpm socket --tpm2 --tpmstate dir=/Users/dariusz/Library/Containers/com.utmapp.QEMUHelper/Data/Documents/mytpm0 --ctrl type=unixio,path=/Users/dariusz/Library/Containers/com.utmapp.QEMUHelper/Data/Documents/mytpm0/swtpm-sock --log file=/Users/dariusz/tpm.log,level=5 ``` Can...
Hi @dangowrt Yes, this issue doesn't prevent transmission from running. It causes all other issues like being unable to save settings (see settings.json file) or even saving files into the...
Thank you @dangowrt for explanation. Appreciated. Will need to investigate why, despite, that though settings, the temporary directory shall have jail RW access, why is returning "Not enough disk space"....
> Would be great if there where an "out of the box" solution integrated into UTM or or a summarized "step by step" solution for Mac users. At the moment...
Because they developed and provided their driver solution for it. Behind VM Fusion is a big company with larger funds. Behind UTM there is no so much. Unless we all...
I can confirm that issue is existing with English part of the website that by default have /en/ set. For example: `url: '/test-post/'` will work on localhost:1314/en/test-post/ however if you...
Removing all reference to languages from config `[languages.xxxxx]` revert site to solo-language and all links working fine. Adding `disableLanguages` doesn't fix the issue, only removing `[languages]` part all together.
Through further investigation, the issue happening when each language got set its own baseURL. Example ``` [languages] [languages.pl] baseURL = "https://dariusz.wieckiewicz.org/" (...) [languages.en] baseURL = "https://dariusz.wieckiewicz.org/en/" (...) ```