eschultz

Members
  • Posts

    512
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by eschultz

  1. Latest version of Plex (1.13.9.5456) docker was just pushed live
  2. That was a issue in 6.6.2 but should have been fixed in 6.6.3. Is that still broken for you?
  3. Thanks for testing. It sounds like our version of OpenSSH 7.7 with the HPN patches are causing issues for certain users/apps. We'll most likely upgrade OpenSSL and OpenSSH to the latest in the next release.
  4. You can simply reboot to get back to stock 6.6.3 with stock version of SSH. The version of SSH you tried to upgrade to required a newer version of OpenSSL: wget https://mirrors.slackware.com/slackware/slackware64-current/slackware64/n/openssl-1.1.1-x86_64-1.txz upgradepkg openssl-1.1.1-x86_64-1.txz wget http://slackware.cs.utah.edu/pub/slackware/slackware64-current/slackware64/n/openssh-7.9p1-x86_64-1.txz upgradepkg openssh-7.9p1-x86_64-1.txz
  5. yup, I had to make the regex a bit more strict so it wouldn't get confused by that.
  6. I think I see what the issue is. I published a fix to our codebase and it'll be in the next release.
  7. Please run 'lsusb' in the console or ssh session and paste the output here.
  8. Fortunately one of my MacBooks here had High Sierra still. I was able to reproduce and fix. 1.5b is out now for mac. Please redownload and test.
  9. It looks like there is an option to disable it in your BIOS under Advanced menu --> Onboard Devices Configuration --> Realtek LAN Controller
  10. 6.6.3 is out, please retest this issue to see if it's still happening in that version.
  11. I'm not sure this will do anything but there is a newer BIOS available for your motherboard. The description for it says "Improve system stability.": https://www.asus.com/us/Motherboards/Z77A/HelpDesk_BIOS/
  12. Technically Unraid ships with 'iptables' so you could script some rules in your go file if you wanted.
  13. This should be fixed in 6.6.2, please retest that version.
  14. I downgraded libvirt from 4.8.0 to 4.7.0 and I'm not seeing this issue anymore. Unraid 6.6.1 was using libvirt 4.6.0 but there was a rare bug that affected json parsing that was fixed in 4.7.0. So libvirt 4.7.0 it is. At some point i'll bisect the changes between 4.7.0 and 4.8.0 to see which commit is the culprit.
  15. Looks to just be isolated to Linux VMs. All of my Windows VMs work as expected when doing a "Restart" from the web UI context menu. Still looking in to why this is happening...
  16. Which version of Windows are you using?
  17. Looks like a package conflict with one of them from DevPack or maybe one of the other plugins? Try Safe Mode and see if your shares are back.
  18. This should be fixed in 6.6.2. Please retest.