Everything posted by rezo
-
ReZo552 - LTFS Plugin
how does the output look like? Mine looks like this root@unraid-home:~# ltfs -o device_list 309aed LTFS14000I LTFS starting, LTFS version 2.5.0.0 (Prelim), log level 2. 309aed LTFS14058I LTFS Format Specification version 2.4.0. 309aed LTFS14104I Launched by "ltfs -o device_list". 309aed LTFS14105I This binary is built for Linux (x86_64). 309aed LTFS14106I GCC version is 14.2.0. 309aed LTFS17087I Kernel version: Linux version 6.6.68-Unraid (root@Develop) (gcc (GCC) 14.2.0, GNU ld version 2.43.1-slack151) #1 SMP PREEMPT_DYNAMIC Tue Dec 31 13:42:37 PST 2024 i386. 309aed LTFS17089I Distribution: NAME="Unraid OS". 309aed LTFS17085I Plugin: Loading "sg" tape backend. Tape Device list:. Device Name = /dev/sg4 (7.0.0.0), Vendor ID = HP , Product ID = Ultrium 5-SCSI , Serial Number = HUJ6125V4A, Product Name =[Ultrium 5-SCSI].
-
ReZo552 - LTFS Plugin
Absolutely, thanks again. LTO5 drives are in 100-200 EUR price range, thats already 3TB of storage which is quite a lot. Greetings from Hungary to Austria!
-
ReZo552 - LTFS Plugin
Oh thanks, really appreciated, Im not a developer so this is really helpful... By any chance you use the plugin, btw? Do you have a tape?
-
ReZo552 - LTFS Plugin
OK, I updated the plugin as well now. So the plugin now can only be used for Unraid 7. For Unraid 6.x one needs to manually install the old txz file (available in the github repo)
-
ReZo552 - LTFS Plugin
You can grab the new version from here: https://github.com/rezo552/unraid-ltfs/blob/main/packages/unraid-ltfs-2025.01.21.txz you can install it with installpkg, let me know if its all good then I update the plugin. (currently I have no Unraid 7 nor a tape in my environment)
-
[Plugin] iSCSI Initiator
Indeed, I created a brand new LUN and Im able to attach.... Shit, I need to do a recovery somehow, crappy QNAP
-
[Plugin] iSCSI Initiator
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:~#
-
[Plugin] iSCSI Initiator
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
-
[Plugin] iSCSI Initiator
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?
-
[Support] Josh5 - Steam (Headless)
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
-
[Support] Josh5 - Steam (Headless)
Have you tried to install emudeck on top? Would it be possible?
-
TPM for KVM please?
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…
-
TPM for KVM please?
so the TPM support in RC2 doesn’t support keeping the TPM state persistent? Then I will continue to use my integration Zoltan
-
TPM for KVM please?
Hi, I wrote the integration guide, the script is needed to restore the TPM state… regards Zoltan
-
Virtualizing Windows 11 and TPM 2.0 requirement
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
-
SWTPM support
https://www.linkedin.com/pulse/swtpm-unraid-zoltan-repasi/?trackingId=06KSwyIlSn%2BS3%2BfZnjYKpA%3D%3D
-
SWTPM support
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.
-
SWTPM support
Id like to use SWTPM to emulate a software TPM, is this something going to be supported?