-
emhttp filling up /var/log/unraid-api/stderr.log
I recently got a message that /var/log was getting full after about a month of uptime so I went log digging. I keep seeing this error over and over in /var/log/unraid-api/stderr.log [2023-06-06T01:21:10.725] [3874] [ERROR] [emhttp] Failed loading state file from "/usr/local/emhttp/state/shares.ini" with "Cannot read properties of undefined (reading 'split')" [2023-06-06T01:21:20.728] [3874] [ERROR] [emhttp] Failed loading state file from "/usr/local/emhttp/state/shares.ini" with "Cannot read properties of undefined (reading 'split')" [2023-06-06T01:21:50.726] [3874] [ERROR] [emhttp] Failed loading state file from "/usr/local/emhttp/state/shares.ini" with "Cannot read properties of undefined (reading 'split')" [2023-06-06T01:22:10.723] [3874] [ERROR] [emhttp] Failed loading state file from "/usr/local/emhttp/state/shares.ini" with "Cannot read properties of undefined (reading 'split')" stdout.log has those, plus more! [2023-06-06T01:29:15.747] [3874] [DEBUG] [app] Array was updated, publishing event [2023-06-06T01:29:20.749] [3874] [DEBUG] [emhttp] Loading state file for disks [2023-06-06T01:29:30.747] [3874] [DEBUG] [emhttp] Loading state file for disks [2023-06-06T01:29:40.747] [3874] [DEBUG] [emhttp] Loading state file for disks [2023-06-06T01:29:50.748] [3874] [DEBUG] [emhttp] Loading state file for disks [2023-06-06T01:29:50.750] [3874] [DEBUG] [emhttp] Loading state file for shares [2023-06-06T01:29:50.753] [3874] [ERROR] [emhttp] Failed loading state file from "/usr/local/emhttp/state/shares.ini" with "Cannot read properties of undefined (reading 'split')" [2023-06-06T01:29:50.754] [3874] [WARN] [emhttp] Invalid payload returned from loadSingleStateFile() Is there a fix for this, or should I just reboot and hope it goes away?
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
Yep, that was it. For some reason that directory was missing the image file. I just copied it from one of the other similar drive directories and it runs now. Thanks! # ls wd80emaz_83_h0a83_*/ wd80emaz_83_h0a83_1_8tb/: benchmark/ config.json image.png wd80emaz_83_h0a83_2_8tb/: config.json image.png wd80emaz_83_h0a83_3_8tb/: config.json # cp wd80emaz_83_h0a83_2_8tb/image.png wd80emaz_83_h0a83_3_8tb/ # ls wd80emaz_83_h0a83_*/ wd80emaz_83_h0a83_1_8tb/: benchmark/ config.json image.png wd80emaz_83_h0a83_2_8tb/: config.json image.png wd80emaz_83_h0a83_3_8tb/: config.json image.png
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
@jbartlett Thank you for all your development and support. At some point DiskSpeed started giving me this error: "ApplicationException: Source file [/tmp/DiskSpeed/Instances/local/driveinfo/wd80emaz_83_h0a83_e4g2y34k_8tb/image.png] doesn't exist". Is this a permissions issue or something I can fix? Thanks! Scanning Hardware 23:25:50 Spinning up hard drives 23:26:00 Scanning system storage 23:26:00 Scanning USB Bus 23:26:00 Scanning hard drives 23:26:02 Scanning storage controllers 23:26:02 Scanning USB hubs & devices 23:26:02 Scanning motherboard resources 23:26:02 Fetching known drive vendors from the Hard Drive Database 23:26:02 Found controller 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] 23:26:02 Found drive Western Digital WD80EMAZ Rev: 83.H0A83 Serial: (sdb), 1 partition 23:26:03 Found drive Western Digital WD80EMAZ Rev: 83.H0A83 Serial: (sdc), 1 partition 23:26:03 Found drive Western Digital WD80EMAZ Rev: 83.H0A83 Serial: (sdd), 1 partition 23:26:03 Found controller 8 Series/C220 Series Chipset Family USB xHCI 23:26:11 Found drive Generic Flash Disk Rev: 0 Serial: (sda), 1 partition 23:26:11 Found controller SAS3008 PCI-Express Fusion-MPT SAS-3 23:26:11 Found drive NETAPP X357_S163A3T8ATE Rev: 0 Serial: (sde), 1 partition 23:26:11 Found drive HGST H7280A525SUN8.0T Rev: 0 Serial: (sdf), 1 partition 23:26:11 Found drive HGST H7280A520SUN8.0T Rev: 0 Serial: (sdg), 1 partition 23:26:11 Found drive NETAPP X357_S163A3T8ATE Rev: 0 Serial: (sdh), 1 partition 23:26:11 Fetching Drive Platter Information 23:26:11 Checking Hard Drive Database for drives Lucee 5.3.10.97 Error (application) Message Source file [/tmp/DiskSpeed/Instances/local/driveinfo/wd80emaz_83_h0a83_e4g2y34k_8tb/image.png] doesn't exist Stacktrace The Error Occurred in /var/www/ScanControllers.cfm: line 2506 2504: <CFSET C=HW[Key].Ports[PortNo].Config> 2505: <CFIF FileExists("#RootDir#/images/inuse/#CurrInstance#/#C.SaveDir#.png") EQ "NO"> 2506: <cffile action="copy" source="#PersistDir#/driveinfo/#C.SaveDir#/image.png" destination="#RootDir#/images/inuse/#CurrInstance#/#C.SaveDir#.png"> 2507: </CFIF> 2508: <CFSET OutTextCSS=C.TextCSS> called from /var/www/ScanControllers.cfm: line 2424 2422: <!--- Eat any errors ---> 2423: </CFCATCH> 2424: </CFTRY> 2425: 2426: <!--- Post HW Scan ---> Java Stacktrace lucee.runtime.exp.ApplicationException: Source file [/tmp/DiskSpeed/Instances/local/driveinfo/wd80emaz_83_h0a83_e4g2y34k_8tb/image.png] doesn't exist at lucee.runtime.tag.FileTag.actionCopy(FileTag.java:566) at lucee.runtime.tag.FileTag.doStartTag(FileTag.java:424) at scancontrollers_cfm$cf.call_000168(/ScanControllers.cfm:2506) at scancontrollers_cfm$cf.call(/ScanControllers.cfm:2424) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) 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:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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) Timestamp 2/21/23 11:26:11 PM EST
-
Unmountable: No pool uuid
No, I just tried to assign the drives and start the array initially. When that didn’t work I stopped the array, unassigned the second drive, set the file system to auto, and started the array again.
-
Unmountable: No pool uuid
Hi All, I recently acquired 2 3.84TB Samsung PM1633 MZILS3T8HCJM SAS drives I want to use for my Cache Pool, but I'm having trouble adding them. I can select them in the Cache Drive dropdown, but when I start the array it just says "Unmountable: No pool uuid". I tried setting the filesystem to 'auto' with a single drive, but still get the error. I've attached the SMART reports but I don't know what they are saying. I'm using a LSI-9201-16e card, and a Xeon E5-2660 system. Any help is appreciated! Thanks! alexandria-smart-20220329-1419(1).zip
Kainhander
Members
-
Joined
-
Last visited