【问题标题】:Unable to launch opscenter due to error: Permission denied: './conf/definitions/opscenter_defs.tar.gz'由于错误无法启动 opscenter:权限被拒绝:'./conf/definitions/opscenter_defs.tar.gz'
【发布时间】:2015-06-04 08:13:35
【问题描述】:

当我启动 OpsCenter 时,我收到以下错误消息:

 File "build/lib/python2.6/site-packages/opscenterd/Definitions.py", line 271, in updateFiles
      File "/usr/share/opscenter/lib/py-redhat/2.6/shared/amd64/twisted/internet/defer.py", line 1018, in _inlineCallbacks
        result = result.throwExceptionIntoGenerator(g)
      File "/usr/share/opscenter/lib/py-redhat/2.6/shared/amd64/twisted/python/failure.py", line 349, in throwExceptionIntoGenerator
        return g.throw(self.type, self.value, self.tb)
      File "build/lib/python2.6/site-packages/opscenterd/Definitions.py", line 190, in downloadFile
    IOError: [Errno 13] Permission denied: './conf/definitions/opscenter_defs.tar.gz'

我在 Cent OS 6.6 上使用 DataStaxOpsCenter-5.1.1.2015031808-linux-x64-installer 安装程序安装了 OpsCenter

我做了一个find / -name opscenter_defs.tar.gz,但我在文件系统上根本看不到这个文件

【问题讨论】:

  • 你检查文件的权限了吗? ls -lah
  • 使用sudo 运行时是否有效。如果是这样,您可能只需要chownchmod

标签: linux datastax opscenter


【解决方案1】:

我最终将它安装在一台干净的机器上。

【讨论】:

    猜你喜欢
    • 2020-09-23
    • 2014-10-19
    • 1970-01-01
    • 2019-09-15
    • 2016-08-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-10-02
    相关资源
    最近更新 更多