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.

emb531

Members
  • Joined

  • Last visited

Everything posted by emb531

  1. Since the newest update to this plugin I am not seeing files listed under the Deleted Files log section. I do see Recycle Bin total size increase. Diagnostics attached. saturn-diagnostics-20250225-1408.zip
  2. Working for me now with the updated 12.29 version, thanks!
  3. I can grab them later but do you not have a test server on 7.0.0-rc2 you can verify yourself on? I thought all developers tested plugins on the RC versions.
  4. Not intentionally at least - the test server has only Community Apps, Dynamix System Stats, Unassigned Devices + Plus and Unassigned Devices Preclear installed and still has the issue. You can still use the Pre-clear functionality from the Main tab under Unassigned Devices as on my main server as well.
  5. I don't see any errors in the Chrome console nor in the PHP Settings. I just tested on another server also on 7.0.0-rc2 and it has the same issue as well.
  6. Yeah I have already removed that disk, it stopped initializing a few days ago, figured I'd try it again after giving it a few days to rest but still no dice. It is not installed currently and still can't load the Preclear page. Can't reboot right now as pre-clear is still running.
  7. I believe something is not working correctly with this plugin, if you load the plugin from the Tools menu you just get the moving/loading unRAID logo and can't interact with anything. It does still work from the Main tab under Unassigned devices. I tried reinstalling the plugin as well same issue. Running 7.0.0-rc.2. Attached Diagnostics if need. saturn-diagnostics-20241226-1346.zip
  8. Thanks that worked! Can that be removed from the OS so I don't have to do it after every reboot?
  9. This was broken in all of the RC releases as well. Assuming something to do with the PHP8 changes. Anyone notice that htop is no longer configured correctly on boot (not sorted by highest CPU and tree view selected) - it is sorted by PID now which pretty useless.
  10. Appears to be working now, thanks for the quick fix! Any chance of being able to save the graphs/data between reboots? Maybe writing the data to a share or disk?
  11. System Stats still not displaying historical data after update, rebooted as well.
  12. Same issue as well also on 6.11.5
  13. Same issue here as well - reinstalled plugin and rebooted but historical views not working.
  14. Since the update on 1/14 Recycle Bin is not working correctly, files are being deleted immediately and not being sent to the Recycle Bin. I can see the parent folder in the Recycle Bin (Movies) but the actual folder/file that was deleted is not present. Logging is working correctly and shows the unlinkat commands. I have restarted the plugin but same issue.
  15. Updated to 2.10.2.1 - same issue. The web interface is really slow to switch between disks now. I emailed a debug file. Running the command above in the container, I don't even see any of my data disks. unRAID is running bare metal, no special hardware or config really. # df -B 1K Filesystem 1K-blocks Used Available Use% Mounted on overlay 20905984 8889868 12016116 43% / tmpfs 65536 0 65536 0% /dev tmpfs 16354908 0 16354908 0% /sys/fs/cgroup shm 65536 0 65536 0% /dev/shm /dev/nvme0n1p1 976284628 117085344 859199284 12% /tmp/DiskSpeed /dev/loop2 20905984 8889868 12016116 43% /etc/hosts rootfs 16272104 1045784 15226320 7% /var/local/emhttp
  16. Same issue with the NVME and SSD drives, they are not part of any RAID or BTRFS, just all individual XFS formatted drives. I can't even create a debug file now either: Please wait, creating debug file... Scanning Hardware... Lucee 5.3.10.97 Error (application) Message Error invoking external process Detail /bin/chmod: cannot access '/tmp/DiskSpeed/Instances/local/debug/ScanControllers.html': No such file or directory Stacktrace The Error Occurred in /var/www/isolated/CreateDebugInfo.cfm: line 97 95: <CFSET FetchURL=ListFirst(CGI.Request_URL,"/") & "//" & ListGetAt(CGI.Request_URL,2,"/") & "/ScanControllers.cfm?Debug=Export"> 96: <CFHTTP method="GET" URL="#FetchURL#" throwOnError="no" redirect="no" path="#PersistDir#/debug/ScanControllers.html"></CFHTTP> 97: <cfexecute name="/bin/chmod" arguments="666 #PersistDir#/debug/ScanControllers.html" timeout="10" /> 98: 99: <CFSET InstanceDir=""> Java Stacktrace lucee.runtime.exp.ApplicationException: Error invoking external process at lucee.runtime.tag.Execute.doEndTag(Execute.java:266) at isolated.createdebuginfo_cfm$cf.call(/isolated/CreateDebugInfo.cfm:97) 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 12/27/22 12:24:49 PM EST
  17. Hello, I am unable to benchmark my NVME drives with the latest update: Unable to benchmark for the following reason * No mounted partitions were found. You will need to restart the DiskSpeed docker after making changes to mounted drives for changes to take effect. I have restarted the container with the same issue, if I do the Rescan Controllers option I see these errors in my syslog: Dec 16 15:09:41 Saturn kernel: nvme0: Admin Cmd(0x7f), I/O Error (sct 0x0 / sc 0x1) Dec 16 15:09:41 Saturn kernel: nvme1: Admin Cmd(0x7f), I/O Error (sct 0x0 / sc 0x1) Dec 16 15:10:12 Saturn kernel: nvme nvme1: controller is down; will reset: CSTS=0x3, PCI_STATUS=0x10 Dec 16 15:10:12 Saturn kernel: nvme1: Admin Cmd(0x6), I/O Error (sct 0x3 / sc 0x71) Dec 16 15:10:12 Saturn kernel: nvme nvme1: Shutdown timeout set to 10 seconds Dec 16 15:10:12 Saturn kernel: nvme nvme1: 16/0/0 default/read/poll queues I emailed you a debug file at [email protected] - thanks!
  18. I re-enabled the logging, saw entries in syslog, ran the command to restart syslog, messages still continuing. Thanks for your quick responses!
  19. So the issue actually appears to be the "Log Deleted Files?" option - once this is enabled the syslog starts being spammed with the smbd_audit logs again.
  20. Attached - thanks! Also when I checked syslog this morning - receiving the error below: saturn-diagnostics-20221030-1052.zip
  21. My syslog is still being flooded with smbd_audit events, I am on version 2022.10.26a - anything I can do to stop them?
  22. emb531 replied to wgstarks's topic in Lounge
    Here is a space themed banned I created
  23. Same here, so I reinstalled the plugin, and now I am not getting any historical data, only "Real-time" works. 6.10RC2 here. Something seems to be broken with 6.10RC2 and the stats plugin.
  24. Is there any way to retain the Stats info/logs after reboots? Perhaps writing the log data to a share?

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.