为了能快速了解并处理您的问题,请提供以下基础信息:
8.2.0系统版本: CentOS 7.9.2009 x86_64(Py3.7.9) - 8.2.0
相关截图(日志、错误): FileNotFoundError: [Errno 2] No such file or directory: '/var/log/auth.log'
REQUEST_DATE: 2024-05-30 11:56:20 VERSION: CentOS 7.9.2009 x86_64(Py3.7.9) - 8.2.0 REMOTE_ADDR: 180.158.13.165 REQUEST_URI: POST /safe/ssh/get_ssh_login_info?REQUEST_FORM: {} USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 2430, in publicObject res = run_obj.run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 2377, in run result = getattr(toObject, get.action)(get) File "/www/server/panel/class/panelSafeController.py", line 75, in model result = PluginLoader.module_run(module_name,def_name,pdata) File "/www/server/panel/class/safeModel/sshModel.py", line 267, in get_ssh_login_info return self.get_ssh_intrusion(get) File "/www/server/panel/class/safeModel/sshModel.py", line 103, in get_ssh_intrusion ssh_history[sfile] = os.path.getmtime(sfile) File "/www/server/panel/pyenv/lib/python3.7/genericpath.py", line 55, in getmtime return os.stat(filename).st_mtimeFileNotFoundError: [Errno 2] No such file or directory: '/var/log/auth.log'
|
|