【发布时间】: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运行时是否有效。如果是这样,您可能只需要chown或chmod。