-
VNC Console Hardware Acceleration
Awesome, thank you! And in the mean time if anyone has some ideas on why a Windows10 VM borks up my Emby docker I would be all ears.
-
VNC Console Hardware Acceleration
Hi, Searched but couldn't find but I have had an issue where if I hardware passthrough anything to a windows VM I end up with my Emby Docker stalling out and randomly failing to transcode anything above 720p. No errors in any logs and this is all running on a Ryzen 5950X with 128 gigs so tons of capacity. Ultimately this led me to basically scrap the windows VM as a daily driver and reallocate the NVIDIA GeForce GTX 1660 SUPER to dockers and whatever since transcoding was more important than the VM. What I have found is that if I run the windows VM with only VNC all is well. So what the million dollar question for me is: can I have that VM Console (VNC) window hardware accelerated without having to pass anything through to the VM itself?
-
[support] pducharme's Dockers support thread
I was having an issue with this unifi-video docker keeping my drives spun up by doing a read every 10 seconds or so. It was super annoying because it wasn't something that happened until I upgraded Unraid itself. I thought perhaps it had something to do with everything that it had access too with the privileged switch on so decided to do some research into it. Flicking it off killed it and would not allow it to start. By putting --cap-add=DAC_READ_SEARCH --cap-add=NET_BIND_SERVICE --cap-add=SETGID --cap-add=SETUID --cap-add=SYS_ADMIN --cap-add=SYS_PTRACE in the extra parameters box I no longer have to run as privileged and now my drives stay spun down as they should. I am not a docker guy or any kind of programmer so if I just opened up another security hole I would appreciate some feedback on this. Thanks
-
[Support] Djoss - MakeMKV
All you have to do is roll back unraids clock a few days then restart the container. When the new key is released roll it forward to the correct date.
-
[support] gfjardim's Docker Repository
Likewise. Unraid 6.2.0-beta23
-
[support] pducharme's Dockers support thread
Hi, is there any chance I can get 3.1.3/4 of unifi-video back? I can't seem to get this new version to get past starting up. It gives an "Error Starting Service - no ubnt_webrtc_ini in java.library.path. Thanks in advance error.log: 459398384.602 2016-03-30 23:26:24.602/CDT: ERROR Unable to load system configuration. in main java.io.FileNotFoundException: data/system.properties (No such file or directory) at java.io.FileInputStream.open(Native Method) ~[?:1.7.0_95] at java.io.FileInputStream.<init>(FileInputStream.java:146) ~[?:1.7.0_95] at com.ubnt.airvision.system.SystemConfiguration.Object(Unknown Source) ~[airvision.jar:?] at com.ubnt.airvision.system.SystemConfiguration.<init>(Unknown Source) [airvision.jar:?] at com.ubnt.airvision.system.SystemConfiguration$$FastClassByGuice$$90dc632.newInstance(<generated>) [guice-3.0.jar:?] at com.google.inject.internal.cglib.reflect.$FastConstructor.newInstance(FastConstructor.java:40) [guice-3.0.jar:?] at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:60) [guice-3.0.jar:?] at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85) [guice-3.0.jar:?] at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254) [guice-3.0.jar:?] at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) [guice-3.0.jar:?] at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031) [guice-3.0.jar:?] at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) [guice-3.0.jar:?] at com.google.inject.Scopes$1$1.get(Scopes.java:65) [guice-3.0.jar:?] at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40) [guice-3.0.jar:?] at com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:204) [guice-3.0.jar:?] at com.google.inject.internal.InternalInjectorCreator$1.call(InternalInjectorCreator.java:198) [guice-3.0.jar:?] at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024) [guice-3.0.jar:?] at com.google.inject.internal.InternalInjectorCreator.loadEagerSingletons(InternalInjectorCreator.java:198) [guice-3.0.jar:?] at com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:179) [guice-3.0.jar:?] at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:109) [guice-3.0.jar:?] at com.google.inject.Guice.createInjector(Guice.java:95) [guice-3.0.jar:?] at com.google.inject.Guice.createInjector(Guice.java:72) [guice-3.0.jar:?] at com.google.inject.Guice.createInjector(Guice.java:62) [guice-3.0.jar:?] at com.ubnt.airvision.Main.getInjector(Unknown Source) [airvision.jar:?] at com.ubnt.airvision.Main.initializeApp(Unknown Source) [airvision.jar:?] at com.ubnt.airvision.Main.start(Unknown Source) [airvision.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_95] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_95] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95] at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:243) [commons-daemon-1.0.15.jar:1.0.15] 1459398401.930 2016-03-30 23:26:41.930/CDT: ERROR Error starting service: no ubnt_webrtc_jni in java.library.path in main java.lang.UnsatisfiedLinkError: no ubnt_webrtc_jni in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1889) ~[?:1.7.0_95] at java.lang.Runtime.loadLibrary0(Runtime.java:849) ~[?:1.7.0_95] at java.lang.System.loadLibrary(System.java:1088) ~[?:1.7.0_95] at com.ubnt.webrtc.WebRTCManager.<clinit>(WebRTCManager.java:14) ~[ubnt_webrtc.jar:?] at com.ubnt.airvision.service.webrtc.A.Ã’00000(Unknown Source) ~[airvision.jar:?] at com.ubnt.airvision.service.C.new(Unknown Source) ~[airvision.jar:?] at com.ubnt.airvision.service.C.class(Unknown Source) [airvision.jar:?] at com.ubnt.airvision.Main.o00000(Unknown Source) [airvision.jar:?] at com.ubnt.airvision.Main.start(Unknown Source) [airvision.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_95] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_95] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_95] at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_95] at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:243) [commons-daemon-1.0.15.jar:1.0.15]
arx237
Members
-
Joined
-
Last visited