【问题标题】:Centos: Failed to start LSB: Start the NuoDB AdminCentos:启动失败 LSB:启动 NuoDB Admin
【发布时间】:2020-01-19 16:05:29
【问题描述】:

我已经在 Centos 8 上安装了 NuoDB,我正在尝试在 cmd 中使用此命令启动 nuoadmin:

sudo service nuoadmin start

但它会引发错误:

启动 nuoadmin(通过 systemctl):nuoadmin.service 的作业失败 因为控制过程以错误代码退出。

参见“systemctl status nuoadmin.service”和“journalctl -xe”了解详情。

当我输入命令:systemctl status nuoadmin.service时,它显示了这个问题:

nuoadmin.service - LSB: Start the NuoDB Admin
   Loaded: loaded (/etc/rc.d/init.d/nuoadmin; generated)
   Active: failed (Result: exit-code) since Sun 2020-01-19 18:34:24 MSK; 26min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 16303 ExecStart=/etc/rc.d/init.d/nuoadmin start (code=exited, status=1/FAILURE)

Jan 19 18:34:24 localhost.localdomain systemd[1]: Starting LSB: Start the NuoDB Admin...
Jan 19 18:34:24 localhost.localdomain nuoadmin[16303]: /etc/rc.d/init.d/nuoadmin: line 98: su: command not found
Jan 19 18:34:24 localhost.localdomain nuoadmin[16303]: /etc/rc.d/init.d/nuoadmin: line 186: su: command not found
Jan 19 18:34:24 localhost.localdomain nuoadmin[16303]: Starting NuoDB Admin[FAILED]
Jan 19 18:34:24 localhost.localdomain systemd[1]: nuoadmin.service: Control process exited, code=exited status=1
Jan 19 18:34:24 localhost.localdomain systemd[1]: nuoadmin.service: Failed with result 'exit-code'.
Jan 19 18:34:24 localhost.localdomain systemd[1]: Failed to start LSB: Start the NuoDB Admin.

有人可以帮忙吗?

【问题讨论】:

    标签: nuodb


    【解决方案1】:

    请注意,NuoDB 尚未发布支持 RedHat 8 / CentOS 8。但是,在我看来,您需要安装包含 su 命令的软件包。我无法访问 CentOS 8 系统,所以我不能告诉你哪个软件包包含它。在以前的 RedHat/CentOS 版本中,我相信它是 coreutils 软件包的一部分。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-04-04
      • 2017-10-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-07-02
      相关资源
      最近更新 更多