Everything posted by emb531
-
Recycle Bin (vfs recycle) for SMB Shares
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
-
Unassigned Devices Preclear - a utility to preclear disks before adding them to the array
Working for me now with the updated 12.29 version, thanks!
-
Unassigned Devices Preclear - a utility to preclear disks before adding them to the array
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.
-
Unassigned Devices Preclear - a utility to preclear disks before adding them to the array
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.
-
Unassigned Devices Preclear - a utility to preclear disks before adding them to the array
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.
-
Unassigned Devices Preclear - a utility to preclear disks before adding them to the array
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.
-
Unassigned Devices Preclear - a utility to preclear disks before adding them to the array
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
-
Unraid OS version 6.12.1 available
Thanks that worked! Can that be removed from the OS so I don't have to do it after every reboot?
-
Unraid OS version 6.12.1 available
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.
-
Dynamix - V6 Plugins
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?
-
Dynamix - V6 Plugins
System Stats still not displaying historical data after update, rebooted as well.
-
Dynamix - V6 Plugins
Same issue as well also on 6.11.5
-
Dynamix - V6 Plugins
Same issue here as well - reinstalled plugin and rebooted but historical views not working.
-
Recycle Bin (vfs recycle) for SMB Shares
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.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
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
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
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
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
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!
-
Recycle Bin (vfs recycle) for SMB Shares
- Recycle Bin (vfs recycle) for SMB Shares
I re-enabled the logging, saw entries in syslog, ran the command to restart syslog, messages still continuing. Thanks for your quick responses!- Recycle Bin (vfs recycle) for SMB Shares
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.- Recycle Bin (vfs recycle) for SMB Shares
Attached - thanks! Also when I checked syslog this morning - receiving the error below: saturn-diagnostics-20221030-1052.zip- Recycle Bin (vfs recycle) for SMB Shares
My syslog is still being flooded with smbd_audit events, I am on version 2022.10.26a - anything I can do to stop them?- Share Your Banners
- Dynamix - V6 Plugins
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.- Dynamix - V6 Plugins
Is there any way to retain the Stats info/logs after reboots? Perhaps writing the log data to a share? - Recycle Bin (vfs recycle) for SMB Shares