Replies: 3 comments 11 replies
-
restore your backup, then try the upgrade again |
Beta Was this translation helpful? Give feedback.
0 replies
-
do you have this line in
|
Beta Was this translation helpful? Give feedback.
3 replies
-
hmm so limit for each nginx worker process is still 1024, not 1000000 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
I need to preface this with the "I know enough to be dangerous" with Linux so if there are any error logs that I can procure to help I just need a pointer as to the location of the logs. Also this is the first time I have posted anything to GitHub so please let me know if I am doing something incorrectly. It may be important to know that I have 607 agents reporting to RMM.
After upgrading to 0.14.2 using the official upgrade script I have been getting a massive amount of sporadic errors that seem to do with NGINX. If I refresh RMM I will get NGINX error 500 but if I refresh a few more times it will display RMM correctly. If I try to take control of a device sometimes I will get "Backend is offline" or "Unable to connect to websocket, click here to reconnect". If I click reconnect enough times it will allow me to connect through Mesh. Other times I will get a white screen when clicking on Take Control. Other times I will get an NGINX 500 internal server error when clicking on Take Control.
I am seeing a TON of the following error in NGINX error logs:
2022/07/19 15:42:04 [alert] 1040#1040: *41180 socket() failed (24: Too many open files) while connecting to upstream, client:
Also here are the results for ulimits:
-Hn 1048576
-Sn 1024
I know it is a lot of different occurring issues but I would appreciate any help with it.
Screenshots





Beta Was this translation helpful? Give feedback.
All reactions