- Last login: Sun Oct 26 10:03:17 2025 from 127.0.0.1
- Welcome to Alibaba Cloud Elastic Compute Service !
- File "/www/server/panel/class/ssh_security.py", line 1221
- def paser_root_login(self, conf_data: str = None):
- ^
- SyntaxError: invalid syntax
- [root@iZ2zee12oyxxwpv6rrgyl4Z ~]# wget -O update.sh https://download.bt.cn/install/update6.sh && bash update.sh 11.1.0
- --2025-10-26 10:03:47-- https://download.bt.cn/install/update6.sh
- Resolving download.bt.cn (download.bt.cn)... 115.231.130.125, 240e:f7:ef00:3:0:7:8000:125
- Connecting to download.bt.cn (download.bt.cn)|115.231.130.125|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 10513 (10K) [application/octet-stream]
- Saving to: ‘update.sh’
- 100%[==============================================================================================================================================>] 10,513 --.-K/s in 0s
- 2025-10-26 10:03:47 (108 MB/s) - ‘update.sh’ saved [10513/10513]
- --2025-10-26 10:03:47-- http://download.bt.cn/tools/fix_install.sh
- Resolving download.bt.cn (download.bt.cn)... 115.231.130.125, 240e:f7:ef00:3:0:7:8000:125
- Connecting to download.bt.cn (download.bt.cn)|115.231.130.125|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 598 [application/octet-stream]
- Saving to: ‘fix_install.sh’
- 100%[==============================================================================================================================================>] 598 --.-K/s in 0s
- 2025-10-26 10:03:47 (83.7 MB/s) - ‘fix_install.sh’ saved [598/598]
- --2025-10-26 10:03:48-- http://download.bt.cn/install/update/LinuxPanel-11.1.0.zip
- Resolving download.bt.cn (download.bt.cn)... 115.231.130.125, 240e:f7:ef00:3:0:7:8000:125
- Connecting to download.bt.cn (download.bt.cn)|115.231.130.125|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 32407710 (31M) [application/zip]
- Saving to: ‘/tmp/panel.zip’
- 100%[==============================================================================================================================================>] 32,407,710 18.1MB/s in 1.7s
- 2025-10-26 10:03:50 (18.1 MB/s) - ‘/tmp/panel.zip’ saved [32407710/32407710]
- ==============================================================
- 正在修复面板依赖问题
- update.sh: line 194: [: : integer expression expected
- --2025-10-26 10:03:54-- http://download.bt.cn/install/pyenv/pip-packs.txt
- Resolving download.bt.cn (download.bt.cn)... 115.231.130.125, 240e:f7:ef00:3:0:7:8000:125
- Connecting to download.bt.cn (download.bt.cn)|115.231.130.125|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 1106 (1.1K) [text/plain]
- Saving to: ‘pip-packs.txt’
- 100%[==============================================================================================================================================>] 1,106 --.-K/s in 0s
- 2025-10-26 10:03:54 (148 MB/s) - ‘pip-packs.txt’ saved [1106/1106]
- /www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 3.7 is no longer supported by the Python core team and support for it is deprecated in cryptography. A future release of cryptography will remove support for Python 3.7.
- from cryptography import x509
- Traceback (most recent call last):
- File "/bin/btpip", line 10, in <module>
- sys.exit(main())
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/cli/main.py", line 73, in main
- command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/commands/__init__.py", line 96, in create_command
- module = importlib.import_module(module_path)
- File "/www/server/panel/pyenv/lib/python3.7/importlib/__init__.py", line 127, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
- File "<frozen importlib._bootstrap>", line 983, in _find_and_load
- File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 728, in exec_module
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 24, in <module>
- from pip._internal.cli.req_command import RequirementCommand
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 15, in <module>
- from pip._internal.index.package_finder import PackageFinder
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/index/package_finder.py", line 21, in <module>
- from pip._internal.index.collector import parse_links
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/index/collector.py", line 12, in <module>
- from pip._vendor import html5lib, requests
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_vendor/requests/__init__.py", line 97, in <module>
- from pip._vendor.urllib3.contrib import pyopenssl
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py", line 46, in <module>
- import OpenSSL.SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
- from OpenSSL import crypto, SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1517, in <module>
- class X509StoreFlags(object):
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1535, in X509StoreFlags
- NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY
- AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
- /www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 3.7 is no longer supported by the Python core team and support for it is deprecated in cryptography. A future release of cryptography will remove support for Python 3.7.
- from cryptography import x509
- Traceback (most recent call last):
- File "/bin/btpip", line 10, in <module>
- sys.exit(main())
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/cli/main.py", line 73, in main
- command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/commands/__init__.py", line 96, in create_command
- module = importlib.import_module(module_path)
- File "/www/server/panel/pyenv/lib/python3.7/importlib/__init__.py", line 127, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
- File "<frozen importlib._bootstrap>", line 983, in _find_and_load
- File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 728, in exec_module
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 24, in <module>
- from pip._internal.cli.req_command import RequirementCommand
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 15, in <module>
- from pip._internal.index.package_finder import PackageFinder
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/index/package_finder.py", line 21, in <module>
- from pip._internal.index.collector import parse_links
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/index/collector.py", line 12, in <module>
- from pip._vendor import html5lib, requests
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_vendor/requests/__init__.py", line 97, in <module>
- from pip._vendor.urllib3.contrib import pyopenssl
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py", line 46, in <module>
- import OpenSSL.SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
- from OpenSSL import crypto, SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1517, in <module>
- class X509StoreFlags(object):
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1535, in X509StoreFlags
- NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY
- AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
- /www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 3.7 is no longer supported by the Python core team and support for it is deprecated in cryptography. A future release of cryptography will remove support for Python 3.7.
- from cryptography import x509
- Traceback (most recent call last):
- File "/bin/btpip", line 10, in <module>
- sys.exit(main())
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/cli/main.py", line 73, in main
- command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/commands/__init__.py", line 96, in create_command
- module = importlib.import_module(module_path)
- File "/www/server/panel/pyenv/lib/python3.7/importlib/__init__.py", line 127, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
- File "<frozen importlib._bootstrap>", line 983, in _find_and_load
- File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 728, in exec_module
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 24, in <module>
- from pip._internal.cli.req_command import RequirementCommand
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 15, in <module>
- from pip._internal.index.package_finder import PackageFinder
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/index/package_finder.py", line 21, in <module>
- from pip._internal.index.collector import parse_links
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_internal/index/collector.py", line 12, in <module>
- from pip._vendor import html5lib, requests
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_vendor/requests/__init__.py", line 97, in <module>
- from pip._vendor.urllib3.contrib import pyopenssl
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py", line 46, in <module>
- import OpenSSL.SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
- from OpenSSL import crypto, SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1517, in <module>
- class X509StoreFlags(object):
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1535, in X509StoreFlags
- NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY
- AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
- /www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 3.7 is no longer supported by the Python core team and support for it is deprecated in cryptography. A future release of cryptography will remove support for Python 3.7.
- from cryptography import x509
-
- [color=Red] 中间有删除,有限制[/color]
-
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_vendor/requests/__init__.py", line 97, in <module>
- from pip._vendor.urllib3.contrib import pyopenssl
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py", line 46, in <module>
- import OpenSSL.SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
- from OpenSSL import crypto, SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1517, in <module>
- class X509StoreFlags(object):
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1535, in X509StoreFlags
- NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY
- AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
- 修复面板依赖完成!
- ===========================================
- ===========================================
- 正在更新面板文件...............
- 更新完成!
- 如在终端中执行此命令,请手动刷新面板页面
- ===========================================
- =====================================
- kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
- /www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 3.7 is no longer supported by the Python core team and support for it is deprecated in cryptography. A future release of cryptography will remove support for Python 3.7.
- from cryptography import x509
- Traceback (most recent call last):
- File "/www/server/panel/script/init_db.py", line 13, in <module>
- import public
- File "/www/server/panel/class/public.py", line 9032, in <module>
- reset_allowed_gai_family = _record_allowed_gai_family()
- File "/www/server/panel/class/public.py", line 9023, in _record_allowed_gai_family
- import requests.packages.urllib3.util.connection as urllib3_conn
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/requests/__init__.py", line 95, in <module>
- from urllib3.contrib import pyopenssl
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py", line 46, in <module>
- import OpenSSL.SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
- from OpenSSL import crypto, SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1517, in <module>
- class X509StoreFlags(object):
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1535, in X509StoreFlags
- NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY
- AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
- /www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 3.7 is no longer supported by the Python core team and support for it is deprecated in cryptography. A future release of cryptography will remove support for Python 3.7.
- from cryptography import x509
- Traceback (most recent call last):
- File "/www/server/panel/tools.py", line 21, in <module>
- import public, time, json
- File "/www/server/panel/class/public.py", line 9032, in <module>
- reset_allowed_gai_family = _record_allowed_gai_family()
- File "/www/server/panel/class/public.py", line 9023, in _record_allowed_gai_family
- import requests.packages.urllib3.util.connection as urllib3_conn
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/requests/__init__.py", line 95, in <module>
- from urllib3.contrib import pyopenssl
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py", line 46, in <module>
- import OpenSSL.SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
- from OpenSSL import crypto, SSL
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1517, in <module>
- class X509StoreFlags(object):
- File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 1535, in X509StoreFlags
- NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY
- AttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
- Starting Bt-Panel... Bt-Panel (pid 14687) already running
- Starting Bt-Tasks... Bt-Tasks (pid 14714) already running
- 已成功升级到[11.1.0]
复制代码
|