Jump to content

Linuxserver SWAG seems to be preventing stopping array?


Recommended Posts

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

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...