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.

WebUI Unresponsive (6.9.2)

Featured Replies

This is the second time that I've faced this issue on one of my Unraid Servers. The WebUI becomes unresponsive, however the dockers running on the Server seem to be working fine and I can also ssh into the Server.

I rebooted the server from the ssh terminal and on restart it's started a Parity Check. The webUI is working now. I've saved the syslog before reboot and saw the following msgs related to:

 

nginx: 2021/09/20 16:00:16 [error] 11889#11889: *2866472 upstream timed out (110: Connection timed out) while reading upstream

 

Sep 20 09:11:11 R620 webGUI: Successful login user root from 192.168.53.208
Sep 20 09:14:32 R620 nginx: 2021/09/20 09:14:32 [error] 11889#11889: *2832343 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.53.208, server: , request: "GET /Main HTTP/2.0", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "xx.unraid.net"
Sep 20 15:58:16 R620 webGUI: Successful login user root from 192.168.53.208
Sep 20 15:59:35 R620 sshd[2471]: Connection from 192.168.53.208 port 56720 on 192.168.53.114 port 22 rdomain ""
Sep 20 15:59:44 R620 sshd[2471]: Postponed keyboard-interactive for root from 192.168.53.208 port 56720 ssh2 [preauth]
Sep 20 15:59:49 R620 sshd[2471]: Postponed keyboard-interactive/pam for root from 192.168.53.208 port 56720 ssh2 [preauth]
Sep 20 15:59:49 R620 sshd[2471]: Accepted keyboard-interactive/pam for root from 192.168.53.208 port 56720 ssh2
Sep 20 15:59:49 R620 sshd[2471]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0)
Sep 20 15:59:49 R620 sshd[2471]: Starting session: shell on pts/0 for root from 192.168.53.208 port 56720 id 0
Sep 20 16:00:16 R620 nginx: 2021/09/20 16:00:16 [error] 11889#11889: *2866472 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.53.208, server: , request: "GET /Main HTTP/2.0", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "xx.unraid.net", referrer: "https://xx.unraid.net/login"
Sep 20 16:00:47 R620 sudo:     root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/su
Sep 20 16:00:47 R620 su[2705]: Successful su for root by root
Sep 20 16:00:47 R620 su[2705]: + /dev/pts/0 root:root
Sep 20 16:00:47 R620 su[2705]: pam_unix(su:session): session opened for user root(uid=0) by root(uid=0)
Sep 20 16:03:21 R620 nginx: 2021/09/20 16:03:21 [error] 11889#11889: *2866739 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.53.208, server: , request: "GET /Main HTTP/2.0", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "xx.unraid.net", referrer: "https://xx.unraid.net/login"
Sep 20 16:20:31 R620 nginx: 2021/09/20 16:20:31 [error] 11889#11889: *2868171 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.53.208, server: , request: "GET /Main HTTP/2.0", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "xx.unraid.net"
Sep 20 16:27:01 R620 webGUI: Successful login user root from 192.168.53.218
Sep 20 16:29:01 R620 nginx: 2021/09/20 16:29:01 [error] 11889#11889: *2868900 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.53.218, server: , request: "GET /Main HTTP/2.0", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "xx.unraid.net", referrer: "https://xx.unraid.net/login"

 

Can anyone please advise what this is regarding and how to avoid this happening again?

 

Diagnostics shared.

 

Thanks in advance!
 

r620-diagnostics-20210920-1950.zip

syslog20210920-1845.zip

Edited by Zeroeth

  • Community Expert
30 minutes ago, Zeroeth said:

saved the syslog before reboot

You should zip and attach to your NEXT post.

  • Author
4 minutes ago, trurl said:

You should zip and attach to your NEXT post.

Just added above as well.

syslog20210920-1845.zip

  • Community Expert

Several dumps at the end of that syslog but only one seems macvlan related.

 

  • Author

Thankyou so much for highlighting this.

 

I will check out the post and see if changing the docker containers from static IP to host/bridge mode will help.

 

 

  • Community Expert

6.10rc1 has another setting to help with this.

  • Author

Thanks. Will check this out on another test server as well. 🙂

  • Author

UPDATE:

I changed the Dockers Network Type to Bridge Mode since my last post and all seems well again.

Have not seen anymore Call Traces since then.

 

Big Thankyou @trurl once again!

 

Have not had the chance to checkout the new setting on 6.10rc1 as yet.

 

 

Edited by Zeroeth

Hello, I have a similar issue.

 

I've experiencing some problems to reach the WebUi. I have "solved" by restarting the services like this:

 

/etc/rc.d/rc.php-fpm restart

/etc/rc.d/rc.nginx restart

 

I have 2 Networks, the 192.168.100.X and the 192.168.2.X.

 

I can not access the WebUi through the  192.168.2.X network, however, windows can access the shares and Nextcloud service is working fine and even remotely.

 

Through the 192.168.100.X network, I can reach the WebUI.

 

I have rebooted the server and it is the same.

 

Here is my config file.

 

I hope you can give me a hint. 

 

Thanks.

 

 

tower-diagnostics-20211004-1113.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.

Guest
Reply to this topic...

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.