arx237

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by arx237

  1. 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
  2. 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.
  3. 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]