reey

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

reey's Achievements

Noob

Noob (1/14)

2

Reputation

  1. Hello, I would like to make a docker container of mine also available via IPv6 to the outside world. For that I need a my unraid system to have a static IPv6 suffix since my prefix is assigned from my provider. In my router I then need to set the IPv6 suffix for which the ports should be opened. Normally that suffix should be fixed on a server like this but it isn't since everytime I reboot or reconfigure unraids network settings a new IPv6 address is assigned to my unraid system. Normally this should only be the case if the IPv6 privacy extension is enabled otherwise the suffix of the IPv6 address should always be the same since it is calculated from the MAC address of the network interface. The IPv6 privacy extension is disabled in my unraids network settings but for some reason it is still being used as I described above.. If I select enable in the network settings and apply those settings, the refreshed page still shows the privacy extension disabled.. Is there a way of manually disabling the privacy extension? So in short: - IPv6 privacy extension seems to be used also if it is set to disabled in the network settings - Network settings don't allow the IPv6 privacy extension to be set to enabled, since on apply it is set to disabled again Best Regards, Reey
  2. Would it be possible to include CONFIG_DRM_AMDGPU in the UNRAID DVB edition for testing purposes? I would love to see, if hardware transcoding on AMD 2400G could be done like that.. Thanks, reey
  3. @limetech Will this come in a future release of 6.6.x?
  4. @limetech Is there a plan to include the modules for the AMD IGPU as you did for Intels IGPU with a following 6.6 rc?
  5. Would it be possible to include amdgpu driver for AMD Raven Ridge processors? I would love to see my AMD 2400G do hardware transcoding..
  6. @limetech I don't want to be impatient, but what was meant by soon thereafter? Do you have any schedule for releasing a test build? Regards reey
  7. So now I've got my Array and my cache completly encrypted, but I don't understand, how it is possible that some folders still show up, as not encrypted.. see attached screenshot.. When I open that folder it seems like a newly created folder is unencrypted.. But all fIles in that folder are marked as encrypted.. The folder was created by a docker container, if that should make any difference..
  8. For the array disks I've changed the "Default file system" in Settings -> Disk Settings and there is no option to do this for the cache drives.. OK I found it, the array needs to be stoped for that.. But do I need to move the data before changing the filesystem? Or does it just encrypt the filesystem and the data stays? Edit: Data will be lost
  9. Hello, I've successfully encrypted my array. But since I've got a few shares, that stay the whole time on my cache disk I would love to be able to also encrypt it. I didn't found an option for that, so I guess that this is not possible at the moment? Is there a specific reason why not? Maybe performance issues? I'm sorry if I overlooked something and this option is already available.. I also thought there was an option to change the filesystem of the cache drives, but didn't found that anymore.. (It says BTRFS is the default..) This would have been the place, where I expected an option to encrypt the cache.. thanks reey
  10. Hi, I'm running unRAID 6.5.1 RC3 on my AMD 2400G with a Asus Prime X370 Pro Motherboard. I disabled the C6 States in my go file and this has been working with my AMD 1700X. I've then switched to the 2400G and with that the system hard crashes after a few minutes.. I've been trying Ubuntu with kernel 4.15 and newer and had no such problems.. I'm not sure if this has anything to do with the kernel version, but would it be possible to bump the unraid kernel to 4.15 or newer? I will try to attach a log tomorrow as described here: I've tried it multiple times, but I'm not getting any stacktrace or error message with the method from the link above.. If the output is needed I can send it per PM, since it contains IP adresses and URLs I don't want to publish. Regards Reey
  11. Is someone of you actually running a Raven Ridge CPU in his unRAID build? I've got some hard crashes with it and its defenitly not the C6 state problem, since it is disabled via the script and it was working with my AMD Ryzen 7 1700X.. Am I the only one with this issue? I'm running the latest beta: 6.5.1 rc3
  12. With kernel 4.15 there is mainline support for the AMD Graphics. It would be great, if we could use the internal graphics inside of Emby/Tvheadend Dockers. Like we are able to do with the Intel graphics already. For that we would need the amdgpu module in unRAID.. reey