After upgrading from 6.12.10 to 6.12.11 I found I had two issues:
1. This error spewing in my syslog after a while:
Jul 20 16:55:11 unraid nginx: 2024/07/20 16:55:11 [alert] 12022#12022: worker process 671 exited on signal 6
Jul 20 16:55:12 unraid nginx: 2024/07/20 16:55:12 [alert] 12022#12022: worker process 738 exited on signal 6
Jul 20 16:55:13 unraid nginx: 2024/07/20 16:55:13 [alert] 12022#12022: worker process 790 exited on signal 6
Jul 20 16:55:14 unraid nginx: 2024/07/20 16:55:14 [alert] 12022#12022: worker process 791 exited on signal 6
Jul 20 16:55:15 unraid nginx: 2024/07/20 16:55:15 [alert] 12022#12022: worker process 1098 exited on signal 6
Jul 20 16:55:16 unraid nginx: 2024/07/20 16:55:16 [alert] 12022#12022: worker process 1167 exited on signal 6
Jul 20 16:55:18 unraid nginx: 2024/07/20 16:55:18 [alert] 12022#12022: worker process 1335 exited on signal 6
Jul 20 16:55:18 unraid nginx: 2024/07/20 16:55:18 [alert] 12022#12022: worker process 1396 exited on signal 6
Jul 20 16:55:19 unraid nginx: 2024/07/20 16:55:19 [alert] 12022#12022: worker process 1440 exited on signal 6
Jul 20 16:55:20 unraid nginx: 2024/07/20 16:55:20 [alert] 12022#12022: worker process 1478 exited on signal 6
Jul 20 16:55:20 unraid nginx: 2024/07/20 16:55:20 [alert] 12022#12022: worker process 1494 exited on signal 6
Jul 20 16:55:21 unraid nginx: 2024/07/20 16:55:21 [alert] 12022#12022: worker process 1516 exited on signal 6
Jul 20 16:55:22 unraid nginx: 2024/07/20 16:55:22 [alert] 12022#12022: worker process 1700 exited on signal 6
Jul 20 16:55:22 unraid nginx: 2024/07/20 16:55:22 [alert] 12022#12022: worker process 1746 exited on signal 6
2. NFS mounts from an Ubuntu 22.04 LTS using autofs wouldn't work.
Regarding this, I tried rebooting the Ubuntu server and the UNRAID server. I tried a manual mount, manual mount worked. It's just autofs that failed.
So I downgraded back to 6.12.10 and now it's working again.
With NFS here's the export options I use
*(ro) 192.168.1.201(sec=sys,rw,anonuid=99,anongid=100,all_squash) 192.168.1.205(sec=sys,rw,anonuid=99,anongid=100,all_squash) 192.168.1.199(sec=sys,rw,anonuid=99,anongid=100,all_squash)
and here's the mount config and options on the Ubuntu machine in /etc/auto.nfs:
sharename -users,rw,auto,noatime,async,hard,rsize=32768,wsize=32768 192.168.1.200:/mnt/user/sharename
here's what the output of mount looks like on ubuntu with the share mounted:
192.168.1.200:/mnt/user/sharename on /nfs/sharename type nfs4 (rw,nosuid,nodev,noexec,noatime,vers=4.2,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.1.205,local_lock=none,addr=192.168.1.200)
Recommended Comments
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.