Everything posted by domrockt
-
Plex GPU Transcoding!!
In your docker Check the Nvidia_visible_device Click on edit and Check if there is an Space at the end of your GPU ID sometimes it smuggles itselfe via copy and paste
-
Added two disks but one not showing up...
there is no filesystem on that drive, shut down the array and format it via Terminal to xfs. That should do the Trick. Change the Sata Cable, they tend to pruduce alot of wonky behaviour.
-
ZFS plugin for unRAID
So i rebuild my ZFS array and learned a bit more to become more savvy in ZFS terms. now i rock an 7x2TB el cheapo sata SSD Array, its purpose is to serve any VM and any PC in my Household its own shadow game library. Thanks to @subivoodoo & @ich777 i got the puzzle together and it works like charm, next step ist unterstanding how to reverse engineer his script what i did 1)make an zfs array, how you like it. myne is named zfs 2)go to the Terminal and create an Dataset with this command 3)zfs create -s -V SizeYouWantG -o volblocksize=blocksizeYouWant zfs/nameOfYourDataset example: zfs create -s -V 8192G -o volblocksize=4096 zfs/games 4)than you create an ZFS Blockdevice, still in the Terminal enter 5)targetcli 6) /backstores/block create name=NameOfYourBlockdevice dev=/dev/zvol/NameOfZFSPool/NameOfYourBlockdevice example: /backstores/block create name=games dev=/dev/zvol/zfs/games 7) cd /backstores/block/NameOfYourBlockdevice/ 8 )set attribute block_size=4096 9) set attribute emulate_tpu=1 10) set attribute is_nonrot=1 11) cd / 12) exit 13) Now you can close the Terminal and go to the ISCSI Plugin and create an ISCSI connection to your Rig. 14) Install all your Games on that drive 15) whan all games are installed we make an snapshot in the Terminal with the following commands 16) zfs snapshot NameOfYourZFSPool/NameOfYourBlockdevice@HowYouWantToNameYourSnapshot example: zfs snapshot zfs/games@allgames than we want to clone that zfs clone -p zfs/games@allgames zfs/games.myclone then again into targetcli /backstores/block create name=games.myclone dev=/dev/zvol/zfs/games.myclone cd /backstores/block/games.myclone/ set attribute block_size=4096 set attribute emulate_tpu=1 set attribute is_nonrot=1 cd / exit and now you can mount that "cloned Blockdevice via ISCSI" dont forget to create an individual Target per VM/Baremetal/Rig when you have new games installed than just go to the Terminal targetcli cd /backstores/block/ delete NameOfYourBlockdevice.myclone cd / exit zfs destroy YOURPOOLNAME/NameOfYourBlockdevice.myclone zfs destroy YOURPOOLNAME/NameOfYourBlockdevice@HowYouWantToNameYourSnapshot than start over @ 16) rinse and repeat next scenario, you bought another 2TB of SSD storage just add it to your Array as usual than enter zfs set volsize=newSizeofPoolG NameOfYourPool/NameOfYourDataset example: zfs set volsize=13000G zfs/games now you can add your new storage to your iscsi storage in Windows thx @subivoodoo @ich777
-
Running Stable Diffusion custom container
is it possible to use the Intel IGPU with this? like the openvino package? that would be fun for the Kids.
-
i7 13700k or R9 5900x for Dockers/Game Server/Gaming VM
E+P Cores are fully detacheable. You can run dockers on the E Cores and VMs on the P Cores. thats how i do it.
-
How much RAM do you have installed in your unRAID server?
-
BTRFS Deduplication
Also, ich hab mir mal nen Schwung von den Patriot 210 2 TB SSDs besorgt 2 davon sind schon da und weitere 3 aufm weg. Da ist mir etwas aufgefallen, ich bin gerade dabei meinen Steamcache von einer Samsung 860 Evo 4tb auf die beiden 2TB zu verschieben und habe jetzt ingesammt 3 Laufwerke im BTFRS Steamcache. Jetzt geh ich da rein und habe auf einmal ne ganze menge an neuen Anzeigen, kann mir da jemand auf die Sprünge helfen? Wie sind diese 4 mir neuen btrfs filesystem df's zu verstehen? Erstellt Unraid diese einfach im BTFRS Verbund? Selbständig? Wenn ja gut von mir aus.
-
BTRFS Deduplication
Hallo und Frohe Weihnachten euch allen, Ist es Möglich die BTRFS Deduplication für Laufwerke hier im Unraid zu aktivieren und zu nutzen?
-
BTRFS Cache Pool Compression and Deduplication check boxes
Yes that would be great, one can use more ISCSI File IO Volumes for "gaming VMs" on the same cache drive and have more Space available than dublicating the File IO Volumes. It would be more than awsome.
-
Move Dashboard modules between columns
+1
-
[Plugins] iSCSI GUI and ISCSI Target
Yes works fine, just delete the Plugin and install it again, all settings are still there and works like charm. that was a fix fix thanks
-
[Plugins] iSCSI GUI and ISCSI Target
is the fix released? @ich777
-
[Plugins] iSCSI GUI and ISCSI Target
No all iscsi related Connections are not discoverable. the Settings Seem to be there because a simple downgrade can again make use of them.
-
[Plugins] iSCSI GUI and ISCSI Target
i wrote it between Door and Hinge this Morning, i install r4 right now and make the shoots. the status page is bugged out or does not find and activate my settings. installing... r4 now done.. i had no problems upgrading from any version upwards. and after the downgrade to r3
-
[Plugins] iSCSI GUI and ISCSI Target
Hello there, i installed 6.11.0-rc4 today and it totally broke the ISCSI plugins. i reverted to rc3 and it worked again just fine.
-
Intel iGPU SR-IOV on 12th Gen Alderlake UHD770 /GT1
Short question? When i try this could i use one of the vigpus for docker? And the rest for vm‘s?
-
ZFS plugin for unRAID
Hello sry to bother but this is exactly what i want to do could you please give more details on how to set it up? i did everything you wrote i have a dataset, a have a volume, i can make snapshoots and i think it made a clone the Main Volume i mapped via iscsi, works fine. buuuuut how do i mount that clone to my VM? had it working but now iam getting blown away by the amount of snapshots... and now the clone is write protected could u please make an bit more step by step manual for this kind of setup? and one thing i would like to ask for is the used user script to semi automate the update prozess, would you share it for us? regards Dom
-
[Support] ich777 - Jellyfin AMD/Intel/Nvidia [DEPRECATED]
omg iam so sorry i diddnt look up this thread for a while!!! for AMD IGPU transcoding you all need to put 1) /dev/dri/renderD128 inside the docker template INSTEAD just /dev/dri 2) /dev/dri/renderD128 in the Jellifin Gui under playback INSTEAD just /dev/dri
-
[Plugin] LXC Plugin
so i get an radeontop output inside the DebianVNC docker with my Ryzen 5700g APU i just added this to my debiab conf # Allow cgroup access lxc.cgroup2.devices.allow = c 128:* rwm lxc.cgroup2.devices.allow = c 226:* rwm # Pass through device files lxc.mount.entry = /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file lxc.mount.entry = /dev/dri/card0 dev/dri/card0 none bind,optional,create=file just make sure the APU is correct configured in the Bios and has an HDMI Dummy or Cable attached
-
[Plugin] LXC Plugin
the script wants your array as install path, i cant use it on my dedicated ssd cache either. Its Unraid after all
-
[SUPPORT] SmartPhoneLover - Remote Wake/Sleep-On-LAN Server
Hey Hello there i have this error message, maybe i dont see the obvious solution for that search_and_replace REPLACE_RWSOLS_COMPUTER_IP with 192.168.178.x search_and_replace REPLACE_RWSOLS_COMPUTER_MAC with xx:xx:x:xx:x:xx search_and_replace REPLACE_RWSOLS_COMPUTER_NAME with Tower search_and_replace REPLACE_RWSOLS_MAX_PINGS with 15 search_and_replace REPLACE_RWSOLS_SLEEP_CMD with suspend search_and_replace REPLACE_RWSOLS_SLEEP_PORT with 7760 search_and_replace REPLACE_RWSOLS_SLEEP_TIME with 5 search_and_replace port 8080 with 8099 Starting Apache2: /usr/sbin/apache2ctl -D FOREGROUND AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.178.2. Set the 'ServerName' directive globally to suppress this message where can i set that "directive globally" i tryed reaasonable changes and even unreasonable i tryed the MAC of my PC i want to wake and its Local IP i tryed the MAC of my Unraidserver and its Local IP both variants result in not finding its qualified domain name..
- [Plugin] LXC Plugin
-
[Support] ich777 - Gameserver Dockers
Yes sure, would be great. No Hurry thank you for doing so.
-
[Support] ich777 - Gameserver Dockers
space engineers, seems to be available as docker container, mmmaxwwwell/space-engineers-dedicated-docker-linux: Space Engineers Dedicated Server running in Docker for Linux (github.com) is it spossible to add this server to your list?
-
AMD APU Ryzen 5700G iGPU Passthrough on 6.9.2
@techhit could you please post an Picture of your system devices? i have an feeling that your IGPU is not on the same PCIe as your USB Controller and so forth.