m33ts4k0z

Members
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by m33ts4k0z

  1. Hello, Just wanted to add myself to the users experiencing this issue. I am using the WAN domain to access the web Unraid UI. Haven't tried accessing it through LAN though.
  2. Hello, Sorry for the late reply, I just saw your message. Im not that sure how that TV behaves when turned off. If it has an always ready function like the LG C2 does, you could probably turn it on, turn the TV off and still be able to use HDR properly. However if it's completely turned off, Im not that sure if CRU will help you. Maybe you need an HDR USB dongle instead.
  3. Just some ideas. A couple of things you could try: Totally remove the image and let Unraid re-acquire it. Try loging in to Unraid from an incognito window.
  4. It will be updated when the next core update for Unraid releases. Unraid is currently on version 6.11.5. The next version will most likely include this fix.
  5. Thanks for this. You saved me some time. The PR is already accepted and the fix is applied on github.
  6. The command you need is as follows: nano /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php You can also use WinSCP if you are on Windows. Choose SCP protocol and connect to the same port as SSH.
  7. This is for Unraid version 6.11.5. the line looks the same but without the ,application/vnd.oci.image.index.v1+json' Im not sure how this line looks like on 6.10 but if you could find: $header = ['Accept: application/vnd.docker.distribution.manifest.list.v2+json,application/vnd.docker.distribution.manifest.v2+json']; Just append it after: ,application/vnd.docker.distribution.manifest.v2+json
  8. This wont affect anything else. I suppose it will also be integrated by the Unraid team.
  9. Hello, Please check the thread that I just made about this issue. My solution might help you too.
  10. Hello, I came across a small issue regarding the version status of an image that apparently was in OCI format. Unraid wasn't able to get the manifest information file because of wrong headers. As a result, checking for updates showed "Not available" instead. The docker image is the linuxGSM docker container and the fix is really simple. This is for Unraid version 6.11.5 but it will work even for older versions if you find the corresponding line in that file. SSHing into the Unraid server, in file: /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php change line 448 to this: $header = ['Accept: application/vnd.docker.distribution.manifest.list.v2+json,application/vnd.docker.distribution.manifest.v2+json,application/vnd.oci.image.index.v1+json']; And the version check worked after that. I suppose this change will be removed upon server restart but it will be nice if you can include it on the next Unraid update 😊 Thanks
  11. So after a lot of research, I found out the reason and the way to fix it. I noticed that I was able to do 4K@30Hz HDR but not 4K@60Hz HDR. So what I did was to use the Custom Resolution Utility to inspect things at adapter level. After clicking edit on the Extension Block CTA-861, I noticed that for some reason, the Lindy dongle was reporting support for just HDMI 1.4: So what I did was to click Add... in that menu and add a new HDMI 2.x block and click ok: And that allowed me to do 4K@60Hz HDR. I also think that although the Lindy adapter doesn't support it since it's HDMI 2.0, someone can go even higher at 120Hz with this method by just adding a HDMI 2.1 feature like Maximum FRL Rate @ 48Gbps. That will enable the graphics card to send using HDMI 2.1 so that the software like Moonlight can capture it even if the adapter doesn't support it. Of course, I suppose, someone would need a graphics card that supports HDMI 2.1 like the RTX 30xx series.
  12. Actually I tested locally today and indeed the problem is with the VM. When I connected the adapter to my PC, it worked perfectly fine with streaming to it. I have looked a lot online but didn't find any answers. I even tried cloning another TV with HDR, but again it doesnt work with UNRAID VM but works in a real computer.
  13. It looks like this is still very unstable. Steam is unable to download games to the drive. I get disk write and read errors without being able to even start the download. I have checked permissions, run new permissions tool, run steam with admin privileges and so on. Steam logs dont say anything more either. Mounting the same share as a network drive works perfectly fine. Running windows 11 Pro 22H2. Any further suggestions are welcome.
  14. Hello all, 2 days ago, I received a Lindy 32115 adapter in order to get OS-Level HDR to get streamed over Gamestream/Moonlight from the KVM. It mostly works fine but I have a strange issue. The Lindy support think that its the KVM that is the culprit and they asked me to remove the adapter from the KVM and test it in a real computer but I won't be able to get physical access to the machine until next week so I thought of dropping a question here in the mean time. So Windows do see the dongle as my LG C2 TV that I cloned it with and all the modes/refresh rates/resolutions are available, including HDR. The problem is that if I activate HDR, I can choose up to 1920x1080 on Windows Desktop and everything higher gets me either back to 1920x1080 or drops me to 1024x768... If I disable the HDR, then all resolutions work fine again. Now the interesting part: it works fine with all resolutions from within the games including the OS-Level HDR ones like Forza Horizon 5. So since the adapter seems to do its job, can it really be the VM that is not working correctly? Some more context: Windows 11 pro 22H2 and passthrough RTX 3070 Thanks in advance
  15. So this is just a visual bug then? The data are not really protected I suppose? I tried to recreate the pool and copied the data back but its the same again for just these 2 directories, not the appdata.
  16. Thanks for the answer, As I said, I have already clicked on the first drive and done that. The pool is reporting the total space(about 760GB) as available but they also show that files are protected. I attached some screenshots to display the issue. The appdata, domains and system are now on "yes" because I move the files to array. But they were on Prefer all along.
  17. Hello, I am relatively new to Unraid but I have come a long way with all the information and videos around. I recently installed a second SSD and want to use the total space as the cache(250GB + 512GB from the new one). I achieved that by choosing single drive by clicking the first SSD. I wonder about one thing though. I have set the appdata, domains and system directories to as "prefer Cache". I havent set any parity drives at all in the system. but the shares tab reports that just the domains and system directories have "all files protected"? When I click on these shares, they only show that they are on the Cache pool and not on the array. I searched a lot about finding an answer to this but I didnt succeed. Any ideas why this is happening with just the 2/3 and how I could turn it off? Thanks in advance
  18. Hello, can you explain what you did exactly? Because I'm having the exact same issue with a completely fresh install of Unraid and Doublecmd. Thanks EDIT: Nm, thank you. Toggling priviliged on the docker when installing the app indeed, solved it.