Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

cybrnook

Members
  • Joined

Everything posted by cybrnook

  1. Noticed that this plugin's text/font is set differently than anywhere else in the unraid webui: Regular Menu: Backup Menu (Settings):
  2. Thanks buddy, looking forward to testing it out.
  3. Can the application run without JAVA altogether? I think I read in the MakeMKV forums, users were comparing their installs to running MakeMKV on windows, which would not have JAVA installed by default. Is it possible that you can build your Alpine base without JAVA, and we just rely on MakeMKV's ability to decode without, assuming it can't properly use JAVA to begin with (Does MakeMKV have a hard dependency on JAVA?)? I feel like this could be a solution, as I read another users "solution" was to just rename jvm to jvm.save and that solved their issue. So that would lead me to believe that IF MakeMKV find's JAVA it will attempt to use it, else if it does NOT find JAVA, it falls back onto stored procedures it can carry out itself. Seem at all plausible? https://www.makemkv.com/forum/viewtopic.php?f=3&t=17268 "I just ran into this problem again with the UHD version of Wonder. I was able to get around it (on linux) by: sudo mv /usr/lib/jvm /usr/lib/jvm.save That way MakeMKV couldn't find the Java runtime and I was able to rip the disc (at least it's in progress). Once it's done I can just rename the directory again to re-enable Java. I'm running the latest Oracle version btw." Are the JAVA exceptions local to Alpine Linux that we are using? In reading up on that, there seems to be a few github issues opened here and there talking about the issues in trying to run Oracle JAVA on Alpine (MUSL, GNU, glibc, etc..). Would yet another alternative be to switch the base OS to something a bit more friendly? I assume that would put a heavier load on you as you use the same base for all your containers I believe.
  4. User Scripts is the cause for me, %100. But in the meantime, I am just doing my scripting need though the go file. @Squid Thanks for the explanation on your setup. Sounds like you have been hard pressed to see the issue at all then, and will take you some time to get a test bed. Wouldn't a trial license on something other than your prod system work as well to reproduce the issue?
  5. Thanks buddy. Not sure why I am holding on to this so much 🙂 Just want to make sure we get it right.
  6. @Djoss I am noticing a few things strange with the new Java deployment. 1. When logging into the container, $PATH does not contain any direct path to "java", so "which java" fails. I would assume this also means that the user that is running MakeMKV also cannot find Java. So I wonder if the upgrade to Java 11 has instead not fixed the issue, but instead prevented MakeMKV from even finding Java, and thus skipping it's use? /tmp # whoami root /tmp # which java /tmp # echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2. There is still a broken dependency which seems to be related to Alpine (Dated but similar: https://github.com/gliderlabs/docker-alpine/issues/11 and also https://github.com/docker-library/openjdk/issues/100 ) - Is this MUSL vs GNU issue? /tmp # ldd /usr/lib/jvm/jdk-11.0.1/bin/java /lib64/ld-linux-x86-64.so.2 (0x154d50718000) libz.so.1 => /lib/libz.so.1 (0x154d50501000) libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x154d50718000) libjli.so => /usr/lib/jvm/jdk-11.0.1/bin/../lib/jli/libjli.so (0x154d502f0000) libdl.so.2 => /lib64/ld-linux-x86-64.so.2 (0x154d50718000) libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x154d50718000) Error relocating /usr/lib/jvm/jdk-11.0.1/bin/../lib/jli/libjli.so: __rawmemchr: symbol not found 3. Also not sure Java is perhaps even properly working, can't even check version /usr/lib/jvm/jdk-11.0.1/bin # ls -l java -rwxr-xr-x 1 668 668 8672 Oct 6 08:17 java /usr/lib/jvm/jdk-11.0.1/bin # ./java -version sh: ./java: not found /usr/lib/jvm/jdk-11.0.1/bin # java -version sh: java: not found /usr/lib/jvm/jdk-11.0.1/bin # cd /tmp /tmp # export PATH=$PATH:/usr/lib/jvm/jdk-11.0.1/bin /tmp # echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/jdk-11.0.1/bin /tmp # which java /usr/lib/jvm/jdk-11.0.1/bin/java /tmp # java -version sh: java: not found /tmp #
  7. Sent! And thanks again, you are awesome to work with.
  8. Thanks for getting to the bottom of it. How much was the disc, I will chip in to help $. Also, check the previous notes on the broken symlink and validate ldd if you don't mind.
  9. That's what I am trying to figure out. You and I know we have a way to reproduce this issue, however, what do we need to provide to @Djoss that will be helpful to find the cause. Which logs, which dumps etc..... There is a few threads and responses online that point to the JAVA version that's installed, but of course, in our case we haven't proven that yet since we are in a docker container. Only Djoss would be able to test that on the Alpine build. Unless you or I try and install manually a newer v10 of Java inside our container directly, but I think that is a messy way.
  10. I will go to the movie store and get Sicario this weekend, as posted before. I know this triggers the crash, and was also the same movie that caused @luisv 's crash as well. @Djoss if you have a movie rental store near you, you likely could reproduce the same, might be easier to collect logs. If not, let me know what i need to gather at the time it's happening, specifically.
  11. Thanks, hopefully that helps get @Djoss a head start.
  12. Can you share the protection they use?
  13. Oh no.... I don't have that disc anymore. If you want, I can get it again this weekend if you're available.
  14. You're not alone 🙂
  15. @Djoss still no luck on the java issue? Hope all is well on your end.
  16. Reinstalled your latest user scripts today, and the issue still comes back. This is the only plugin causing it for me on reboot (user scripts).
  17. I saw this as well, and it was the user scripts plugin in my case.
  18. Another user, stating upgrade to Java 10 fixed their issue. https://www.makemkv.com/forum/viewtopic.php?f=3&t=18134
  19. In WebUI, I selected my VM and "Restart". VM restarted no issues, however, WebUI and virsh believes they are both "shutdown". This is an issue as if I was to shutdown now, there would be no graceful shutdown of my VM's.
  20. Maybe a red herring but I know libvirt was just upgraded, this displays in my libvirt log: 2018-10-14 14:16:54.067+0000: 6886: info : libvirt version: 4.8.0 2018-10-14 14:16:54.067+0000: 6886: info : hostname: noah 2018-10-14 14:16:54.067+0000: 6886: error : virGetUserID:1042 : invalid argument: Failed to parse user 'tss' 2018-10-14 14:16:54.068+0000: 6886: error : virGetGroupID:1125 : invalid argument: Failed to parse group 'tss'
  21. Sure, but there is still a problem. This is a good disc to use to expose it.
  22. Sicario: Day of the soldado If you have a movie store near you that rents.
  23. I notice the same behavior 🙂 seems almost like "burps" of high CPU, then it goes back to %50 until it burps again.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.