Jump to content

columbuscoltsfan

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by columbuscoltsfan

  1. Just installed and got this error.

     

    DiskSpeed - Disk Diagnostics & Reporting tool
    Version: 2.9.7.1
     

    Scanning Hardware
    11:23:22 Spinning up hard drives
    11:23:22 Scanning system storage
    11:23:23 Scanning USB Bus
    11:23:23 Scanning hard drives
    11:23:25 Scanning storage controllers
    11:23:27 Scanning USB hubs & devices
    11:23:27 Scanning motherboard resources
    11:23:28 Fetching known drive vendors from the Hard Drive Database
    11:23:32 Found controller SAS2116 PCI-Express Fusion-MPT SAS-2 [Meteor]
    11:23:32 Found drive Western Digital WD120EMFZ Rev: 81.00A81 Serial: 9RJGM04C (sdb), 1 partition
    11:23:32 Found drive HGST HUH721212ALE604 Rev: LEGNW3D0 Serial: 8DKHZ9GH (sdc), 1 partition
    11:23:32 Found drive Western Digital WD80EZAZ Rev: 83.H0A83 Serial: 7SKWSW4W (sdd), 1 partition
    11:23:32 Found drive Seagate ST10000DM0004 Rev: DN01 Serial: ZA225FVW (sde), 1 partition
    11:23:32 Found drive Seagate ST5000DM000 Rev: CC49 Serial: W4J1XXR1 (sdf), 1 partition
    11:23:32 Found drive Seagate ST5000DM000 Rev: CC49 Serial: W4J1YLAY (sdg), 1 partition
    11:23:33 Found drive Seagate ST5000DM000 Rev: CC49 Serial: W4J1YKLM (sdh), 1 partition
    11:23:33 Found drive Seagate ST8000DM004 Rev: 0001 Serial: ZCT2QQ9D (sdi), 1 partition
    11:23:33 Found drive Seagate ST8000DM004 Rev: 0001 Serial: WCT0EZRW (sdj), 1 partition
    11:23:33 Found drive Seagate ST5000DM003 Rev: 0001 Serial: WCV009KY (sdk), 1 partition
    11:23:33 Found drive Seagate ST5000DM000 Rev: CC49 Serial: W4J1X37L (sdl), 1 partition
    11:23:33 Found drive Seagate ST8000DM004 Rev: 0001 Serial: WCT08S2J (sdm), 1 partition
    11:23:34 Found drive Seagate ST5000DM003 Rev: 0001 Serial: WG7003CF (sdn), 1 partition
    11:23:34 Found drive Seagate ST8000DM004 Rev: 0001 Serial: ZCT03N4J (sdo), 1 partition
    11:23:34 Found drive Seagate ST8000DM004 Rev: 0001 Serial: ZCT050GQ (sdp), 1 partition
    11:23:34 Found drive Unknown WL4000GSA6454 Rev: 80.00A80 Serial: WOL240396872 (sdq), 1 partition
    11:23:34 Found drive Western Digital WD80EMAZ Rev: 83.H0A83 Serial: 7SJ9XBDW (sdr), 1 partition
    11:23:34 Found drive HGST HUH721010ALE600 Rev: LHGNT384 Serial: 7PKREZPG (sds), 1 partition
    11:23:34 Found drive Seagate ST5000DM000 Rev: CC49 Serial: W4J1SSDJ (sdt), 1 partition

    Lucee 5.3.9.166 Error (expression)

    Messageinvalid call of the function listGetAt, second Argument (posNumber) is invalid, invalid string list index [2]

    patternlistgetat(list:string, position:number, [delimiters:string, [includeEmptyFields:boolean]]):string

    StacktraceThe Error Occurred in
    /var/www/ScanControllers.cfm: line 1725

    1723: <CFSET TotalPartitions=0>
    1724: <CFSET Part=StructNew()>
    1725: <CFSET Part.PartitionTable=ListGetAt(ListGetAt(PartInfo,2,Chr(10)),6,":",true)>
    1726: <CFSET Part.Partitions=ArrayNew(1)>
    1727: <cfexecute name="/sbin/blkid" arguments="-o export /dev/#DriveID#" variable="PartInfo2" timeout="90" />
     

    called from /var/www/ScanControllers.cfm: line 1650

    1648: </CFIF>
    1649: </CFLOOP>
    1650: </CFLOOP>
    1651:
    1652: <!--- Admin drive creation --->
     

    Java Stacktracelucee.runtime.exp.FunctionException: invalid call of the function listGetAt, second Argument (posNumber) is invalid, invalid string list index [2]
      at lucee.runtime.functions.list.ListGetAt.call(ListGetAt.java:46)
      at lucee.runtime.functions.list.ListGetAt.call(ListGetAt.java:40)
      at scancontrollers_cfm$cf.call_000163(/ScanControllers.cfm:1725)
      at scancontrollers_cfm$cf.call(/ScanControllers.cfm:1650)
      at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1054)
      at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:946)
      at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65)
      at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45)
      at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2490)
      at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2476)
      at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2447)
      at lucee.runtime.engine.Request.exe(Request.java:45)
      at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1198)
      at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1144)
      at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
      at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
      at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
      at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
      at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:769)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
      at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
      at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
      at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
      at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789)
      at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
      at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
      at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
      at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
      at java.base/java.lang.Thread.run(Thread.java:829)
     

    Timestamp11/12/22 11:23:34 AM EST

  2. It will freeze up for a minute or two, then be perfectly fine.  Docker apps become unresponsive, and the GUI is not accessible. 

     

    Things I've tried include:  1.)  Assigned 2 threads to Sabnzbd.  2.)  Slowed bandwidth limit to 10MB/s on Sabnzbd.  3.)  Replaced cache drive nvme with a new one. 

    Things I'm considering doing:  1.  Adding a cache pool for downloads only.  2.)  Removing Emby and Tdarr from ram TMP.

     

    Thoughts?

  3. This server has been up and running for 7 years and never had any issues like this till recently. The server will freeze up when any downloads occur or any kind of CPU usage. This includes all dockers (especially Emby). Ryzen 3700X 16gb ram with NetApp DS4246 Disk Array Shelf W/ 24x SAS. The only thing I can think is causing the issue is the cache drive, which isn't showing any errors.

    Things I've tried:

    Replaced P400 GPU with 1070TI.

    updating to most recent version of Unraid

    downgrading to known working version of Unraid (6.9)

    Replacing USB key with brand new Samsung 32gb

    Taking USB, cache drive and placing it inside another spare pc I had (Ryzen 2700X 16 gigs ram).

    Removed plugins that were showing as possible culprits in other posts (CA Backup, GPU Stats etc...)

    Things I'm planning on doing: Replacing WD Green NVME cache drive (which currently isn't showing any errors) with another NVME and possibly even creating 2 cache pools. Please help...

     

    I am attempting to add diagnostics, but I have to wait for the server to become responsive again.  Will edit and add when possible...

    unraid-diagnostics-20221025-0905.zip

  4. 4 hours ago, binhex said:

     

     

     

    Hi guys, ive spotted the issue, it was due to a merge removing input lines for iptable rules, this has now been corrected, feel free to disable privoxy and pull latest (just built!) to fix the issue.

    I must be an idiot, because I've forced an update to the docker, and still cannot access it.  Log attached, from after turning off VPN option.  Have tried privoxy on/off.  Port should be 8081, not sure why it says 8080

    supervisord.log

  5. 4 hours ago, ChatNoir said:

    I did a little bit of googling.

     

    It seems to be an error linked to your nvidia card and I found this:

    https://forums.developer.nvidia.com/t/resource-sanity-check/129788

     

    I don't use a GPU so I cannot help much more than that. If what I found does not work, you might want to check on the specific topic for the addon that allow you to install the Nvidia driver.

    Yep!  You are 100% correct!  I uninstalled the nvidia and gpu stat plug-ins, and reinstalled.  Good to go!

    • Like 1
  6. First of all, let me say thanks for everything you've done for the Unraid community!  Absolutely love your products! 

     

    I'm a newbie, so take it easy on me :)

     

    1. Is there a way to test the vpn connection, to make sure it is indeed working correctly?  I have Sonarr, Lidarr, and Radarr proxy'd through this app, and want to cover my bases. 

     

    2. What about a vpn kill switch in case the connection drops?

×
×
  • Create New...