系统Ubuntu 22.04.1 LTS x86_64
运行一段时间Nginx就出错,要重启服务器才恢复正常
Nginx配置规则错误:
Traceback (most recent call last):
File "class/public.py", line 534, in ExecShell
sub = subprocess.Popen(cmdstring, close_fds=True, shell=shell,bufsize=128,stdout=succ_f,stderr=err_f,cwd=cwd,env=env,preexec_fn=preexec_fn)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/subprocess.py", line 822, in __init__
start_new_session)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/subprocess.py", line 1647, in _execute_child
self.pid = fork_and_watch(self._on_child, self._loop, True, fork)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/os.py", line 431, in fork_and_watch
pid = fork()
BlockingIOError: [Errno 11] Resource temporarily unavailable
|
|