【待反馈】Traceback (most recent call last):
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:系统版本:
问题描述:Traceback (most recent call last):File "class/public.py", line 604, 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 816, in __init__
start_new_session)
File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/subprocess.py", line 1793, in _execute_child
raise child_exception
FileNotFoundError: No such file or directory: '/bin/sh'
相关截图(日志、错误):
请问各位大佬,这处情况是什么问题,如何处理 您好 提醒的是找不到系统命令/bin/sh执行这条命令看看是否有替代的/bin/bash
ls /bin/bash 请参考河妖的回答
页:
[1]