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.

Dephcon

Members
  • Joined

  • Last visited

Everything posted by Dephcon

  1. am i missing something? i'm not seeing this in the nerdpack list of tools on my system
  2. any chance of adding sg3-utils? This tool is useful for pushing firmware to SAS expanaders http://sg.danny.cz/sg/sg3_utils.html
  3. Huge thanks to CHBMB, this in a nice upgrade to the container. No issues migrating from unifi:unstable > unifi-controller:5.9 > unifi-controller:latest
  4. 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
  5. 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
  6. @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
  7. that path is probably referenced in your config somewhere. go into your appdata folder for radarr and grep -ir for that path.
  8. /movies/Movies and /Movies/Movies aren't the same thing
  9. Note about the ombi-preview container: It currently doesn't work with SSL, so it wont work if you've restricted your plex server to use secure connections only.
  10. So it turns out the firewall in unifi is awful, no bi-directional rules, no protocol specification in port groups. I've defaulted back to wide open between my container VLAN and the main LAN for now. I might dig into the ER config guide and see if it's easier to just configure the firewall via CLI and export to json. However I might be able to throw something together as an example of what needs to be done to facilitate permitting one app and then deny all, i already had it working for plex before i started piling more apps into the VLAN.
  11. just make sure that routing between physical ports on your ER doesn't bypass hardware offload, that would be less than ideal.
  12. Not sure about the ER line, but if you use the second LAN port on the USG Pro i think it disabled hardware offload or something so i don't think that would be ideal.
  13. I do have a unifi switch and by default it trunks all vlans to all ports. I'll take some screenshots to illustrate where i'm at **edit** I basically nuked all the routes and started from scratch and now, at least the containers, seem to work. It's possible that my USG didn't get all the config changes as it sometimes starts to provision before finishing the changes. I forced a provision which may have helped also. Anyway, this is a super cool feature and i'm glad to have it working. Now I just need to work backwards to open up all the ports I need for my containers then slap a big DENY ALL at the end of the list to limit the docker vlan from accessing my main LAN. I ended up taking all those screenshots anyway so I might compile a unifi specific guide for users looking to do this and how to harden the stack as all vlans are wide open by default. Thanks!
  14. I've having some issues with this... If I setup a VLAN (4) tagged interface as per the VM example with address assignment set to None: I can ping my vlan gateway just fine from my unraid cli. my ubuntu VM on br0.4 can not ping it's gateway When I try to follow the docker example: I can ping the vlan ip set on the unraid box, but not the gateway. docker containers on br0.4 are not reachable I'm also using a unfi router, setup the VLAN network to be "corporate" so inter vlan routing is enabled by default, just like in your example. Pretty sure everything is in order, the only difference from your examples is that my main unraid interface is a 2GB LACP bond.
  15. the main page has been sitting there for hours since i installed the plugin, no dice lol
  16. The temp plugin is only showing the temps in the bottom bar on the plugins page in 6.4rc6.
  17. sweet container, thanks!
  18. something's up with mine too in the last couple days. when i run a test it says it's testing from an IP in finland, not my WAN IP in canada and i have to set the server manually due to the distance from Finland. Even with the server set, i'm seeing crap speeds vs speedtest.net to the same server. should be getting 250/20 Internet bandwidth test started Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Capgemini Finland Oy (145.247.13.142)... Hosted by Source Cable Ltd (Hamilton, ON) [6642.50 km]: 14.903 ms Testing download speed... Download: 47.67 Mbits/s Testing upload speed... Upload: 16.34 Mbits/s Share results: http://www.speedtest.net/result/6024954676.png *edit* seems to be an issue with the squidguard webproxy i added to my router. Disabling it completely seemed to fix the issue.
  19. thanks!
  20. Not sure if this has been mentioned but for the stats plugin, the network graph says eth0 even though i'm using a bond.
  21. Do you still need to be in the UK to access iplayer? I want me some essential mix.
  22. I'm also having issues with this 4.6.0 update. Some times I lose connectivity so I restart the container and it revers back to the previous version, which it auto updates again and then I lose VNC. This has just been happening recently, had no issues before.
  23. an issue with 6.2? root@vault15:~# /boot/config/plugins/preclear.disk/preclear_disk.sh /dev/sdb sfdisk: invalid option -- 'R' Usage: sfdisk [options] <dev> [[-N] <part>] sfdisk [options] <command>
  24. Thanks Zeron.
  25. http://lime-technology.com/forum/index.php?topic=40937.msg445818#msg445818

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.