5 Star 0 Fork 9

src-openEuler/python-supervisor

openEuler 22.03 (LTS-SP3) 怎么启动?

已完成
任务
创建于  
2024-03-21 17:02

系统版本 22.03 (LTS-SP3)

[root@openEuler-VM01 ~]# cat /etc/os-release
NAME="openEuler"
VERSION="22.03 (LTS-SP3)"
ID="openEuler"
VERSION_ID="22.03"
PRETTY_NAME="openEuler 22.03 (LTS-SP3)"
ANSI_COLOR="0;31"

安装

[root@openEuler-VM01 ~]# yum install python-supervisor -y
Last metadata expiration check: 0:17:06 ago on Thu 21 Mar 2024 04:42:36 PM CST.
Dependencies resolved.
===============================================================================================================================
 Package                             Architecture            Version                               Repository             Size
===============================================================================================================================
Installing:
 python3-supervisor                  noarch                  4.2.2-1.oe2203sp3                     EPOL                  575 k

Transaction Summary
===============================================================================================================================
Install  1 Package

Total download size: 575 k
Installed size: 2.9 M
Downloading Packages:
python3-supervisor-4.2.2-1.oe2203sp3.noarch.rpm                                                2.3 MB/s | 575 kB     00:00
-------------------------------------------------------------------------------------------------------------------------------
Total                                                                                          1.3 MB/s | 575 kB     00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                       1/1
  Installing       : python3-supervisor-4.2.2-1.oe2203sp3.noarch                                                           1/1
  Running scriptlet: python3-supervisor-4.2.2-1.oe2203sp3.noarch                                                           1/1
  Verifying        : python3-supervisor-4.2.2-1.oe2203sp3.noarch                                                           1/1

Installed:
  python3-supervisor-4.2.2-1.oe2203sp3.noarch

Complete!

启动失败

[root@openEuler-VM01 ~]# systemctl start python-supervisor
Failed to start python-supervisor.service: Unit python-supervisor.service not found.  


[root@openEuler-VM01 ~]# systemctl start supervisor
Failed to start supervisor.service: Unit supervisor.service not found.


[root@openEuler-VM01 ~]# systemctl start python-supervisord
Failed to start python-supervisord.service: Unit python-supervisord.service not found.

[root@openEuler-VM01 ~]# systemctl start supervisord
Failed to start supervisord.service: Unit supervisord.service not found.

supervisor 版本验证

[root@openEuler-VM01 ~]# supervisord -version
4.2.2

[root@openEuler-VM01 ~]# which supervisord
/usr/bin/supervisord

评论 (2)

Nipkow 创建了任务 1年前
openeuler-ci-bot 添加了
 
sig/sig-python-modul
标签
1年前

master 分支打包出来的rpm包是正常的,通过 systemctl start supervisor 可以正常启动。

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(2)
5329419 openeuler ci bot 1632792936 Nipkow-nipkow
1
https://gitee.com/src-openeuler/python-supervisor.git
git@gitee.com:src-openeuler/python-supervisor.git
src-openeuler
python-supervisor
python-supervisor

搜索帮助