WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
ERROR: You must give at least one requirement to install (see "pip help install")
--2024-06-22 14:24:12-- https://download.bt.cn/install/update/LinuxPanel-8.2.0.zip
Resolving download.bt.cn (download.bt.cn)... 42.157.129.47, 240e:97e:4000:33f:103:212:48:148
Connecting to download.bt.cn (download.bt.cn)|42.157.129.47|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 34977983 (33M) [application/zip]
Saving to: ‘/tmp/panel.zip’
/tmp/panel.zip 100%[===========================================================================================================================================================>] 33.36M 16.6MB/s in 2.0s
2024-06-22 14:24:15 (16.6 MB/s) - ‘/tmp/panel.zip’ saved [34977983/34977983]
=====================================
Starting Bt-Panel... Bt-Panel (pid 1954520) already running
Starting Bt-Tasks... Bt-Tasks (pid 1955259) already running
已成功升级到[8.2.0]
[root@zhaofangaplus panel]# netstat -tuln | grep 8888
tcp 0 0 0.0.0.0:8888 0.0.0.0:* LISTEN
[root@zhaofangaplus panel]# /etc/init.d/bt start
Starting Bt-Panel... Bt-Panel (pid 2052574) already running
Starting Bt-Tasks... Bt-Tasks (pid 2052396) already running
[root@zhaofangaplus panel]# ps -ef | grep nginx
root 999706 1 0 May16 ? 00:00:02 nginx: master process /www/server/nginx/sbin/nginx -c /www/server/nginx/conf/nginx.conf
www 1954791 999706 0 11:35 ? 00:00:00 nginx: worker process
www 1954792 999706 0 11:35 ? 00:00:00 nginx: worker process
www 1954793 999706 0 11:35 ? 00:00:00 nginx: cache manager process
root 2054242 2031377 0 14:27 pts/3 00:00:00 grep --color=auto nginx
[root@zhaofangaplus panel]# systemctl restart bt
Warning: The unit file, source configuration file or drop-ins of bt.service changed on disk. Run 'systemctl daemon-reload' to reload units.
[root@zhaofangaplus panel]# /etc/init.d/bt stop
Stopping Bt-Tasks... done
Stopping Bt-Panel... done
[root@zhaofangaplus panel]# netstat -tuln | grep 8888
[root@zhaofangaplus panel]# /etc/init.d/bt start
Starting Bt-Panel.... done
Starting Bt-Tasks... done
[root@zhaofangaplus panel]# |