supervisor已正确安装切在运行,面板提示未检测到supervisor
主机使用的系统:ubunti arm架构
提供一下更详细的操作系统信息:
cat /etc/os-release
Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 5.15.0-1041-raspi aarch64)
- Documentation: https://help.ubuntu.com
- Management: https://landscape.canonical.com
- Support: https://ubuntu.com/advantage
System information as of Sat Oct 28 12:01:53 CST 2023
System load: 0.40234375
Usage of /: 10.4% of 58.19GB
Memory usage: 10%
Swap usage: 0%
Temperature: 50.1 C
Processes: 160
Users logged in: 0
IPv4 address for br-c6a1d1f17f45: 172.18.0.1
IPv4 address for docker0: 172.17.0.1
IPv4 address for eth0: 192.168.0.105
-
Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
just raised the bar for easy, resilient and secure K8s cluster deployment.
Expanded Security Maintenance for Applications is not enabled.
24 updates can be applied immediately.
To see these additional updates run: apt list --upgradable
Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status
*** System restart required ***
Last login: Sat Oct 28 04:07:21 2023 from 127.0.0.1
ubuntu@ubuntu:~$ cat /etc/os-release
PRETTY_NAME=“Ubuntu 22.04.3 LTS”
NAME=“Ubuntu”
VERSION_ID=“22.04”
VERSION=“22.04.3 LTS (Jammy Jellyfish)”
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL=“https://www.ubuntu.com/”
SUPPORT_URL=“https://help.ubuntu.com/”
BUG_REPORT_URL=“Bugs : Ubuntu”
PRIVACY_POLICY_URL=“Data privacy | Ubuntu”
UBUNTU_CODENAME=jammy
ubuntu@ubuntu:~$ cat /etc/os-release
PRETTY_NAME=“Ubuntu 22.04.3 LTS”
NAME=“Ubuntu”
VERSION_ID=“22.04”
VERSION=“22.04.3 LTS (Jammy Jellyfish)”
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL=“https://www.ubuntu.com/”
SUPPORT_URL=“https://help.ubuntu.com/”
BUG_REPORT_URL=“Bugs : Ubuntu”
PRIVACY_POLICY_URL=“https://www.ubuntu.com/legal/terms-and-policies/privacy-policy”
UBUNTU_CODENAME=jammy
ubuntu@ubuntu:~$ sudo systemctl status supervisor
● supervisor.service - Supervisor process control system for UNIX
Loaded: loaded (/lib/systemd/system/supervisor.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2023-10-28 04:07:41 CST; 7h ago
Docs: http://supervisord.org
Main PID: 746 (supervisord)
Tasks: 1 (limit: 9237)
Memory: 20.0M
CPU: 11.751s
CGroup: /system.slice/supervisor.service
└─746 /usr/bin/python3 /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf file matches via include “/etc/supervisor/conf.d/*.conf”
Oct 28 04:07:44 ubuntu supervisord[746]: 2023-10-28 04:07:44,173 INFO RPC interface ‘supervisor’ initialized
Oct 28 04:07:44 ubuntu supervisord[746]: 2023-10-28 04:07:44,174 CRIT Server ‘unix_http_server’ running without any HTTP authentication checking
Oct 28 04:07:44 ubuntu supervisord[746]: 2023-10-28 04:07:44,174 INFO supervisord started with pid 746
宿主机执行一下 systemctl is-enabled supervisord