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.

bisk

Members
  • Joined

Everything posted by bisk

  1. Thanks. I installed the three Next plugins from your GitHub and I was able to format the drives now. More out of curiosity, but will these Next plugins replace the Unassigned Devices plugins listed in Community Applications?
  2. Thanks for looking into this. I’m assuming I just need to wait for the next version of the UD plugin to be published?
  3. I have an Intel Optane drive that I just installed in my system, but when I tried to format it it failed saying to check the SYSLOG. I collected up a diagnostic before shutting down the system to try installing it in another and it worked perfectly fine in that one. I have tried a different M.2 slot on my motherboard as well as a PCI to NVME riser and it failed in both of those. I’ve attached the diagnostic file and hopefully something jumps out as the issue. homeserver-diagnostics-20260708-1529.zip
  4. So I think I’ve got everything sorted out. I initially had the graphics card in PCIEX16_1 and the LSI HBA in PCIEX16_2. As soon as I added anything into any of the PCIEX1_x slots, then PCIEX16_2 will change from x4 to x1. Since I’m only using the video card for transcoding, I swapped the slots that it and the HBA are installed in and now my parity calculation is running nicely at about 170-180MB/s with the NVME risers in PCIEX1_1 and PCIEX1_3 (PCIEX1_2 is blocked since the video card is a double height card).
  5. So none of the replacement cards have worked. I’ve tried putting the Optane drives in as well as NVME drives and they all kill the parity calculation speeds. I even installed the cards without a drive installed and that even had the same affect. I’m at a loss as to why this is happening. The BIOS on my motherboard has also been updated to the most recent version. Any other thoughts on what I can try or what might be causing the issue?
  6. I’m leaning toward the issue being with the PCIe to NVME cards (https://www.amazon.ca/dp/B09P3HY3P3?ref=ppx_yo2ov_dt_b_fed_asin_title) since the performance improves when they’re no longer installed and as soon as I add even one the performance tanks. I’ve ordered different ones from Amazon to try. Fingers crossed they work. If they don’t, then I’ll try a SATA to NVME cards instead.
  7. I’m finding it odd as well. I did some benchmarking on the controllers. The only difference between the two sets are with and without the Optane drives installed in the PCIe x1 cards. These first two screenshots are without the two Optane drives installed These next two screenshots are with the Optane drives installed
  8. In the Docker configuration, change the Repository setting from jbartlett777/diskspeed to jbartlett777/diskspeed:2.10.9
  9. I installed the Disk Speed docker and ran the benchmark on all of the drives and all reported the correct full speeds. So I decided to remove the two Optane drives that are on PCIe x1 to NVME cards and now the parity calculation runs at the 140MB/s speed that I was previously seeing. So I’m assuming this means that I don’t have sufficient PCIe lanes to support all of the devices at full speeds?
  10. I just installed this docker, but when I click on Benchmark Drives or if I try to benchmark a single drive I’m receiving the error below. I tried removing the docker, the data folder and reinstalling, but that didn’t resolve the issue. I forced the docker to use 2.10.9 and I am able to benchmark the drives now, so this looks like an issue with 2.10.10. Lucee 6.1.1.75-SNAPSHOT Error (expression) Message key [ISSSD] doesn't exist Stacktrace The Error Occurred in /var/www/Benchmark.cfm: line 106 104: <CFSET PortNo=Ref.DriveID[DriveID].PortNo> 105: <!--- Check to see if the drive is the first in the pool (no number at end of unraid slot src), and leave in if so ---> 106: <CFIF HW[Key].Ports[PortNo].IsSSD EQ 1 AND IsNumeric(Right(HW[Key].Ports[PortNo].UnraidSlotSrc,1))> 107: <CFSET PoolSSDChildren=ListAppend(PoolSSDChildren,DriveID)> 108: </CFIF> Java Stacktrace lucee.runtime.exp.ExpressionException: key [ISSSD] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:70) at lucee.runtime.type.StructImpl.get(StructImpl.java:179) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:279) at lucee.runtime.PageContextImpl.us(PageContextImpl.java:1253) at benchmark_cfm$cf.call(/Benchmark.cfm:106) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:63) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1160) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1117) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:761) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:383) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:936) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
  11. Thanks. I’lll give that a try once the parity check completes over night.
  12. Looks like Disk 14 has 36 CRC errors. I believe those are from a little while ago when I had a bad power connection to the drive.
  13. My monthly Parity Check started yesterday morning and is running at nearly a third or its regular speed (55MB/s vs 140MB/s). The only real change that I can think of is that over the weekend I added a 2nd NVME drive so that I could covert my cache drive to a pool to avoid any issues if a drive died. Not sure if this could be related to running out of PCIe lanes and causing the slower performance or unrelated. I have attached a diagnostic report as well. Parity is still running and has about 17 hours to go, so I haven’t had a chance to go into the BIOS and look around or pull the extra NVME drive out to see if that fixes the problem either. homeserver-diagnostics-20260203-0934.zip
  14. Looks like the issue was with the molex to 5xSATA power splitters. I bought new SATA to 5xSATA splitters and now I was able to recover the two drives and they’re no longer being emulated. Thanks for the assistance JorgeB!
  15. Thanks. I’ll have a look at all of the cables. Pretty sure I’ve got some spares, so I’ll replace everything and cross my fingers. Now I need to figure out how to recover the data off of the drives if at all possible. I’m assuming I shouldn’t let the drive rebuild onto itself if I want to try and preserve any data that was wiped after formatting. Time to purchase new 8 or 10TB drives to replace them, right?
  16. I moved my system to a new case for some additional room. When I powered the system up 2 of the drives are now labelled as disabled and contents emulated. I’ve tried to rebuild the data on each drive one at a time, but it either fails immediately after starting the array or at various times during the rebuild. I’ve also noticed that both drives are empty even though they did have data on them previously. I’ve attached a diagnostics report as well. homeserver-diagnostics-20251210-0735.zip
  17. Interesting that a flash drive is being redirected, I honestly don't remember doing that, but I guess I did 🤷‍♂️ I started the array with VM Manager disabled Ran "mv /usr/local/sbin/qemu /usr/local/sbin/qemu.old" Enabled VM Manager Edited JasonVM in XML View to remove the section suggested, but when I try to save the changes I'm getting the following error - "VM creation error. Cannot check QEMU binary /usr/local/sbin/qemu: No such file or directory" and then the VM is removed from VM Manager. I was able to restore my VM Metadata since I've got a backup though. Here are the steps that I took to get things working again Disabled VM Manager Started the array Ran "mv /usr/local/sbin/qemu /usr/local/sbin/qemu.old" Enabled VM Manager Disabled Autostart on all of the VMs Stopped the array Rebooted Started the array Edited JasonVM in XML View to remove the section suggested I was able to manually start the VMs now Enabled Autostart on the VMs that I wanted to start with the array Thanks for the assistance in getting me back up and running!
  18. Without being able to start the VM service, how can I do that? From what I can remember, I wasn't passing the flash drive or a USB controller into the VMs, but I was passing some USB devices.
  19. I'm having an issue when I enable and start the VM Service, my USB Flash Drive starts to report offline and becomes unreadable. As suggested in the GUI, I have attached a diagnostic bundle from after enabling the service and the flash drive going offline. This issue started happening after I had a faulty CPU in my system. I have replaced the CPU and everything runs fine until I enable the VM service. homeserver-diagnostics-20240408-1112.zip
  20. Thanks for the assistance. I was never able to get the system to stay up long enough to start the array in maintenance mode. I replaced the motherboard, but was still having the same issue. Thankfully I still had an old AM4 CPU kicking around, so I put that into the system and everything looks stable now. Time to RMA my 18 month old 5700G CPU. Part of my troubleshooting yesterday I replaced my USB, but that one seems to have issue dropping when starting the array (diagnostics attached). I've tried multiple USB ports too. I bought a new key, but now I'm getting an error that I've replaced my USB key twice over the past year and I can't update the key for the new USB key. I opened a support case to hopefully allow me to update the key to either the new USB key or the original good USB that is now blacklisted. homeserver-diagnostics-20240330-1248.zip
  21. OK, the machine was responsive long enough in Safe Mode so that I could click Start, but rebooted while starting the array. syslog
  22. I enabled syslog export to the USB key and attached that. Unfortunately I'm not able to collect another diagnostic file since the server freezes a few seconds after booting without even starting the array. syslog
  23. Looks like the memtest completed and passed, so the memory looks good
  24. I updated to 6.12.9 this evening and when I tried to start the array the server would become unresponsive or reboot. After rebooting the server, I reverted back to 6.12.8 and still had the same issue of the server freezing/rebooting when starting the array. Next I tried change the port that the USB Key was plugged into and also replacing the USB Key, but those didn't resolve the issue either. Not sure what's going on since I haven't really made any changes lately, so I'm assuming that this might be a potential hardware issue. I've attached a diagnostic and hopefully that can shed some light on the issue. homeserver-diagnostics-20240328-2004.zip
  25. I tried to access my Unraid server this morning and it looks like it unexpectedly rebooted a few minutes before I tried to access it. As far as I know, nothing was happening with the server at that time since I had just woken up. There have been no hardware changes to the server a quite some time either. I've attached a diagnostic report from before I started the array. Hopefully someone will be able to see a reason why it may have rebooted. Also, I've been seeing an issue with my drives not staying spun down. I'm assuming that one of my Dockers is accessing the drives and spinning them up. homeserver-diagnostics-20240229-0659.zip

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.