服务“maas-proxy”失败,调试期间无法找到包 lldpd

服务“maas-proxy”失败,调试期间无法找到包 lldpd

我卡在 MAAS 2.6 调试阶段,由于lldpd安装依赖性而失败。该过程在调试阶段失败,新识别的机器将状态从“新”更改为“就绪”

这是代理问题吗?我没有使用任何代理。

我在私人网络上,并使用手机作为互联网网络共享 一个 Windows 服务器通过互联网连接共享连接到 MAAS 服务器和所有裸机服务器 我在 MAAS UI 上的设置选项卡中尝试了无代理和 MAAS-in 构建代理。

2019-10-14T16:43:19.515867+09:00 ubuntu maas.service_monitor: [error] Service 'proxy' failed to start: Job for maas-proxy.service failed because the control process exited with error code.#012See "systemctl status maas-proxy.service" and "journalctl -xe" for details.
2019-10-14T16:43:19.594853+09:00 ubuntu maas.service_monitor: [info] Service 'maas-proxy' is not on, it will be started.
2019-10-14T16:43:19.618172+09:00 ubuntu maas.service_monitor: [error] Service 'proxy' failed to start: Job for maas-proxy.service failed because the control process exited with error code.#012See "systemctl status maas-proxy.service" and "journalctl -xe" for details.
2018-11-28 12:42:29 maasserver.region_controller: [critical] Failed configuring proxy.
        Traceback (most recent call last):
          File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 500, in errback
            self._startRunCallbacks(fail)
          File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 567, in _startRunCallbacks
            self._runCallbacks()
          File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 653, in _runCallbacks
            current.result = callback(current.result, *args, **kw)
          File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 1442, in gotResult
            _inlineCallbacks(r, g, deferred)
        --- <exception caught here> ---
          File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 1384, in _inlineCallbacks
            result = result.throwExceptionIntoGenerator(g)
          File "/usr/lib/python3/dist-packages/twisted/python/failure.py", line 408, in throwExceptionIntoGenerator
            return g.throw(self.type, self.value, self.tb)

相关内容