June 30, 20233 yr When I clicked on "Stop" [array] to do some maintenance on the server, I noticed that it was stuck on "Retry unmounting disk share(s)...". So I checked in an SSH session and saw that the script for stopping the array was getting hung up on `/mnt/cache`: root@dipper:~# less /var/log/syslog root@dipper:~# lsof /mnt/cache COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME bash 18466 root cwd DIR 0,42 84 7700350 /mnt/cache/appdata/swag/log/nginx tail 19201 root cwd DIR 0,42 84 7700350 /mnt/cache/appdata/swag/log/nginx tail 19201 root 3r REG 0,42 27694298 7700846 /mnt/cache/appdata/swag/log/nginx/access.log.1 So I manually killed the processes. The two `tail` processes were killed with no arguments, but I had to send a SIGTERM to the `bash` process because it just wouldn't quit. I've also collected and attached diagnostics immediately after the array stopped. Is this something I should report to the Linuxserver thread (if there is one specifically for SWAG)? Or is there a problem with my configuration? dipper-diagnostics-20230701-0804.zip
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.