salt-minion 启动报错“ global name 'RSA' is not defined”

发布于 2022-09-02 10:18:01 字数 1831 浏览 26 评论 0

最近折腾 salt-minion ,用的是综合安装(胡乱安装,有些是源码,有些是 RPM 包安装),终于装完所有包,启动的时候却提示
salt-minion -l debug 提示:
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: GDZJ-MS-MMDS-SV04-GET04
[DEBUG ] Configuration file path: /etc/salt/minion
[WARNING ] Insecure logging configuration detected! Sensitive data may be logged.
[INFO ] Setting up the Salt Minion "GDZJ-MS-MMDS-SV04-GET04"
[DEBUG ] Created pidfile: /var/run/salt-minion.pid
[DEBUG ] Reading configuration from /etc/salt/minion
[DEBUG ] Attempting to authenticate with the Salt Master at 192.168.70.1
[DEBUG ] Initializing new SAuth for ('/etc/salt/pki/minion', 'GDZJ-MS-MMDS-SV04-GET04', 'tcp://192.168.70.1:4506')
[INFO ] Generating keys: /etc/salt/pki/minion
[INFO ] The salt minion is shut down
[ERROR ] global name 'RSA' is not defined
[WARNING ] Restarting minion
[INFO ] Sleeping random_reauth_delay of 6 seconds
日志的提示:
016-02-24 15:08:26,229 salt.scripts [162651] global name 'RSA' is not defined
2016-02-24 15:08:26,229 salt.scripts [162651] Restarting minion
2016-02-24 15:08:33,523 salt.scripts [162671] global name 'RSA' is not defined
2016-02-24 15:08:33,523 salt.scripts [162671] Restarting minion
2016-02-24 15:08:34,811 salt.scripts [162692] global name 'RSA' is not defined
2016-02-24 15:08:34,812 salt.scripts [162692] * Restarting minion ^C
2016-02-24 15:08:44,104 salt.scripts [162712] global name 'RSA' is not defined
2016-02-24 15:08:44,105 salt.scripts [162712] Restarting minion *
2016-02-24 15:08:50,394 salt.scripts [162732] global name 'RSA' is not defined
2016-02-24 15:08:50,394 salt.scripts [162732] Restarting minion
求破!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心碎的声音 2022-09-09 10:18:01

salt-minion启动时需要使用到RSA,可以测试一下:

#python
>>>from M2Crypto import RSA

是否一样的报错,如果是,请安装

yum install m2crypto

,如果已经安装,可能是你python的环境发生了变化,请测试好m2crypto模块就可以了

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文