rezo

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by rezo

  1. Indeed, I created a brand new LUN and Im able to attach.... Shit, I need to do a recovery somehow, crappy QNAP
  2. Nothing root@rezo-unraid:~# dmesg .... [ 74.947923] NFSD: Using UMH upcall client tracking operations. [ 74.947927] NFSD: starting 90-second grace period (net f0000000) [ 128.354302] scsi host13: iSCSI Initiator over TCP/IP root@rezo-unraid:~#
  3. So I booted it up and it was not appearing then I did upgrade (both Unraid and the plug-in) in hope that it will resolve the problem. But at the end it didn’t, the LUN doesn’t appear under array at all. The weird thing is that I cannot even see the block device in dmesg
  4. I was successfully using this in the past, few months ago I turned off my Unraid and now it doesnt want to reconnect the LUN. Though the iSCSI session seems to be active Also the target (QNAP) shows the initiator is connected: What could be the problem?
  5. I deployed the app but I have issues with audio, can you provide some hint? This is what I have in the log: root@SteamHeadless:/# cat /home/default/.cache/log/audiostream.err.log tcpserver: fatal: unable to bind: address not available tcpserver: fatal: unable to bind: address not available tcpserver: fatal: unable to bind: address not available tcpserver: fatal: unable to bind: address not available tcpserver: fatal: unable to bind: address not available tcpserver: fatal: unable to bind: address not available tcpserver: fatal: unable to bind: address not available The strange thing is that I have audio in the Steam Remote session if I open a web browser in the background but not in Steam. In Steam it says the audio settings are unavailable. This happens both with AMD and Nvidia card
  6. Have you tried to install emudeck on top? Would it be possible?
  7. I can’t see why my script would break docker… it is only setting up a symlink and adjusting /var/lib permission. If you don’t need Bitlocker then you won’t need the script…
  8. so the TPM support in RC2 doesn’t support keeping the TPM state persistent? Then I will continue to use my integration Zoltan
  9. Hi, I wrote the integration guide, the script is needed to restore the TPM state… regards Zoltan
  10. Yeah, I wrote this in my article: "When you first startup the virtual machine during the runtime it will create a folder under /var/lib/libvirt/swtpm/ something like this /var/lib/libvirt/swtpm/141d5517-bb66-23b3-6373-c4288xxxxxx, you need to make sure that you copy this whole folder into the VM storage area and symlink it back on the next boot as /var/lib/libvirt/swtpm/ is not persistent." Anyway to do a quick test (most probably its a permission issue), you could do ln -s /usr/lib64/libcrypto.so /usr/lib64/libcrypto.so.1 chmod 755 /var/lib -R
  11. https://www.linkedin.com/pulse/swtpm-unraid-zoltan-repasi/?trackingId=06KSwyIlSn%2BS3%2BfZnjYKpA%3D%3D
  12. Im trying to get a TPM emulator working. I managed to compile the packages and added the following into XML <tpm model='tpm-tis'> <backend type='emulator' version='2.0'> <encryption secret='6dd3e4a5-1d76-44ce-961f-f119f5aad935'/> </backend> </tpm> But I got the following when starting the VM: Though the binary is there, any ideas? root@rezo-unraid:~# which swtpm /usr/local/sbin/swtpm root@rezo-unraid:~# swtpm --version TPM emulator version 0.4.0, Copyright (c) 2014 IBM Corp.
  13. So I managed to compile the packages added the following into XML <tpm model='tpm-tis'> <backend type='emulator' version='2.0'> <encryption secret='6dd3e4a5-1d76-44ce-961f-f119f5aad935'/> </backend> </tpm> But I got the following when starting the VM: Though the binary is there, any ideas? root@rezo-unraid:~# which swtpm /usr/local/sbin/swtpm root@rezo-unraid:~# swtpm --version TPM emulator version 0.4.0, Copyright (c) 2014 IBM Corp.
  14. Id like to use SWTPM to emulate a software TPM, is this something going to be supported?