Dephcon

Members
  • Posts

    601
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dephcon

  1. uni-spaced: WDC_WD20EARS-00MVWB0_WD-WCAXXXXX532 - 2 TB (sdf) WDC_WD20EARS-00MVWB0_WD-WCAXXXXX085 - 2 TB (sdt) WDC_WD30EFRX-68EUZN0_WD-WMCXXXXX882 - 3 TB (sdh) WDC_WD30EFRX-68AX9N0_WD-WMCXXXXX308 - 3 TB (sdn) WDC_WD30EFRX-68EUZN0_WD-WMCXXXXX640 - 3 TB (sdq) WDC_WD30EZRX-00MMMB0_WD-WCAXXXXX178 - 3 TB (sdr) WDC_WD30EFRX-68AX9N0_WD-WCCXXXXX428 - 3 TB (sds) WDC_WD30EFRX-68AX9N0_WD-WMCXXXXX686 - 3 TB (sdu) WDC_WD30EFRX-68AX9N0_WD-WMCXXXXX622 - 3 TB (sdk) HGST_HDN724040ALE640_PK1338XXXXXNB - 4 TB (sdg) ST4000VN000-1H4168_Z304XXXX - 4 TB (sdm) ST4000VN008-2DR166_ZGY0XXXX - 4 TB (sdl) HGST_HDN724040ALE640_PKXXXXPCJAZ35S - 4 TB (sdp) ST8000VN0022-2EL112_ZA1XXXX5 - 8 TB (sdi) ST8000VN0022-2EL112_ZA1XXXXJ - 8 TB (sdj) VK0800GDJYA_BTWL33XXXXXXXX0RGN - 800 GB (sdc) VK0800GDJYA_BTWL33XXXXXXXX0RGN - 800 GB (sdb) VK0800GDJYA_BTWL33XXXXXXXX0RGN - 800 GB (sdd) VK0800GDJYA_BTWL33XXXXXXXX0RGN - 800 GB (sde) non-uni-spaced:
  2. love all the work going into the UI! I do have a suggestion for that: Unisapce font for either all the tables/everything or at least the disk identification column. It burn my eyes when all the disk idents don't line up. Thanks!
  3. @CHBMB - Ubiquiti has stated that 5.9 is now "stable", or what you're calling "unstable", as of 5.9.29 released today. Will that be reflected in their repo and picked up automatically by your next(or next next) weekly unstable build, or do you need to modify the job to look for 5.9.x for "unstable"? Here's the comment from UBNT-MikeD: https://community.ubnt.com/t5/UniFi-Routing-Switching/UniFi-SDN-Controller-5-9-29-Stable-has-been-released/m-p/2517007/highlight/true#M110752 Sorry I know you hate these questions about new versions, hope i provided the pertinent information.
  4. @limetech you guys couldn't wait another day for our parity checks to finish? 😛
  5. /usr/local/emhttp/plugins/dynamix/images/limetech-logo-white.png you can probably dump a one-liner in go or cron to replace it.
  6. Can you describe your instability? I'm currently running RADI10 with 4x enterprise SATA SSDs
  7. I do enough eng work 9-5 and my docker-foo isn't up to snuff. ?
  8. To expand further, for everyone.... When ubnt releases a new stable on their forum they provide a direct link that's available immediately. It doesn't make it to the official repos/software page until usually a week or so later, in case a last minute bug is discovered as it limits exposure. This has happened on more than a few occasions over the past couple years which is why LS.io calls the stable path "unstable" This is why when you see the release notes, this container isn't updated immediately as the software isn't generally available yet. There's another container provided on this forum in which the creator pulls software from the ubnt forum, if you can't shutup and wait, use that one. Those of us that understand the LS.io deployment model are tired of seeing "why aren't you on x.x.x yet!?" every other post.
  9. the 5.7 branch is now unsupported, 5.8 has taken it's place. just FYI. https://community.ubnt.com/t5/UniFi-Routing-Switching/UniFi-Controller-Releases-Updated-Jun-27th-2018/m-p/2400866 I'm still using the LTS, but i'm sure there's users clamoring to get onto 5.8
  10. so, uh, what happened to the board?
  11. is this basically rc6 or were additional tweaks made?
  12. Scanning Hardware 10:56:13 Spinning up hard drives 10:56:13 Scanning storage controllers 10:56:15 Scanning hard drives Lucee 5.2.6.59 Error (expression) Message Element at position [1] does not exist in list Stacktrace The Error Occurred in /var/www/ScanControllers.cfm: line 421 419: <CFLOOP index="Key" list="#StructKeyList(HW)#"> 420: <CFLOOP index="PortNo" from="1" to="#ArrayLen(HW[Key].Ports)#"> 421: <CFIF HW[Key].Ports[PortNo].DevicePath NEQ ""> 422: <cfexecute name="/bin/ls" arguments="-l #HW[Key].Ports[PortNo].DevicePath#" timeout="300" variable="tmp" /> 423: <CFSET dir=ListToArray(tmp,Chr(10))> called from /var/www/ScanControllers.cfm: line 416 414: </CFIF> 415: </CFIF> 416: </CFLOOP> 417: 418: <!--- Fetch drive attributes ---> Java Stacktrace lucee.runtime.exp.ExpressionException: Element at position [1] does not exist in list at lucee.runtime.type.wrap.ListAsArray.getE(ListAsArray.java:110) at lucee.runtime.type.wrap.ListAsArray.get(ListAsArray.java:275) at lucee.runtime.type.wrap.ListAsArray.get(ListAsArray.java:280) at lucee.runtime.type.util.ArraySupport.get(ArraySupport.java:327) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:263) at lucee.runtime.util.VariableUtilImpl.getCollection(VariableUtilImpl.java:257) at lucee.runtime.PageContextImpl.getCollection(PageContextImpl.java:1447) at scancontrollers_cfm$cf.call_000037(/ScanControllers.cfm:421) at scancontrollers_cfm$cf.call(/ScanControllers.cfm:416) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:939) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:833) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:63) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2405) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2395) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2363) at lucee.runtime.engine.Request.exe(Request.java:44) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1091) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1039) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:94) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:620) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:676) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:502) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1132) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684) at org.apache.tomcat.util.net.AprEndpoint$SocketWithOptionsProcessor.run(AprEndpoint.java:2464) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Timestamp 4/3/18 10:56:16 AM EDT
  13. Just noticed about an hour ago when all my jobs in NZBget started failing as it was unable to create tmp files for the downloads. According the the NZBGet log, the first of a huge string of failures started around Tue Mar 20 2018 12:26:05. I did retry a bunch of the failed downloads so I'm not sure they still show up as failures in the history anymore so it might be 20-30mins before then.
  14. @bonienl just an update, I had to reboot to recover my shares, array stop/start didn't cut it. and i am using the LS.IO plex container if that matters/relates.
  15. So all my shares just disappeared. This is happened before in the past (waaay back), but now I have diags! I can probably sort it by stopping/starting the array, just wanted to provide the diags. vault13-diagnostics-20180320-1150.zip
  16. Hmm, maybe we should wait for the next 5.7.x release lol. Thank for pre-testing .20 though, it must be really annoying dealing with an outage. I'm just pumped because 5.7 has my super old feature request for shh keys. Won't need any json magic after that
  17. "We've been working very hard to get this out, and we feel that 5.7.20 is ready to be called stable. " rofl on a more serious note, it seems there no other 5.7x test/rc/etc releases out so it doesn't seem there's any knee-jerk hot patches on the way.
  18. @sparklyballs are you staying on 5.6.x LTS or moving over to 5.7.x Stable whens it's ready?
  19. If anyone else is forcing SSL on their Plex server(you should be ) you might run into some issues with v3. There's a tentative fix for this on github, hopefully something can be done at the container level soon: https://github.com/tidusjar/Ombi/issues/2046#issuecomment-370919536 docker exec -it ombi /bin/bash chmod 755 /root -R chgrp abc /root/.dotnet -R
  20. @aptalca - I saw your comment on the .dotnet issue over at github https://github.com/tidusjar/Ombi/issues/1650#issuecomment-341549757 I'm still having issues with my plex server w/SSL. When I try to load the libraries I get: Access to the path '/root/.dotnet/corefx/cryptography/x509stores/ca' is denied. - Permission denied Here's some of the log, let me know if you need more: Error thrown when attempting to obtain the plex libs System.UnauthorizedAccessException: Access to the path '/root/.dotnet/corefx/cryptography/x509stores/ca' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- at System.IO.UnixFileSystem.CreateDirectory(String fullPath) at System.IO.Directory.CreateDirectory(String path) at Internal.Cryptography.Pal.DirectoryBasedStoreProvider.Add(ICertificatePal certPal) at System.Security.Cryptography.X509Certificates.X509Store.Add(X509Certificate2 certificate) at Internal.Cryptography.Pal.ChainPal.SaveIntermediateCertificates(X509ChainElement[] chainElements, HashSet`1 downloaded) at Internal.Cryptography.Pal.ChainPal.BuildChain(Boolean useMachineContext, ICertificatePal cert, X509Certificate2Collection extraStore, OidCollection applicationPolicy, OidCollection certificatePolicy, X509RevocationMode revocationMode, X509RevocationFlag revocationFlag, DateTime verificationTime, TimeSpan timeout) at System.Security.Cryptography.X509Certificates.X509Chain.Build(X509Certificate2 certificate, Boolean throwOnException) at System.Security.Cryptography.X509Certificates.X509Chain.Build(X509Certificate2 certificate) at System.Net.Security.CertificateValidation.BuildChainAndVerifyProperties(X509Chain chain, X509Certificate2 remoteCertificate, Boolean checkCertName, String hostName) at System.Net.Http.CurlHandler.SslProvider.VerifyCertChain(SafeX509StoreCtxHandle storeCtx, EasyRequest easy) at System.Net.Http.CurlHandler.SslProvider.VerifyCertChain(IntPtr storeCtxPtr, IntPtr curlPtr) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult() at System.Net.Http.HttpClient.<FinishSendAsyncBuffered>d__58.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Ombi.Api.OmbiHttpClient.<SendAsync>d__5.MoveNext() in C:\projects\requestplex\src\Ombi.Api\OmbiHttpClient.cs:line 61 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Ombi.Api.Api.<Request>d__6`1.MoveNext() in C:\projects\requestplex\src\Ombi.Api\Api.cs:line 34 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Ombi.Api.Plex.PlexApi.<GetLibrarySections>d__12.MoveNext() in C:\projects\requestplex\src\Ombi.Api.Plex\PlexApi.cs:line 74 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Ombi.Controllers.External.PlexController.<GetPlexLibraries>d__9.MoveNext() in C:\projects\requestplex\src\Ombi\Controllers\External\PlexController.cs:line 105 I've created an issue on the ombi github page: https://github.com/tidusjar/Ombi/issues/2046
  21. that path is probably referenced in your config somewhere. go into your appdata folder for radarr and grep -ir for that path.
  22. /movies/Movies and /Movies/Movies aren't the same thing