2015-03-31 29 views
0

当我开始OpsCenter中,我得到以下错误信息:无法启动OpsCenter中,由于错误:权限被拒绝:“./conf/definitions/opscenter_defs.tar.gz”

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' 

我使用DataStaxOpsCenter-5.1.1.2015031808-linux-x64-installer安装的OpsCenter分上OS 6.6

安装我做了find/-name opscenter_defs.tar.gz,我无法看到此文件在所有文件系统

+0

你检查了文件的权限吗? 'ls -lah' – phact 2015-03-31 20:55:06

+0

当你使用'sudo'运行时,它会工作吗?如果是这样,你可能只需要'chown'或'chmod'。 – phact 2015-03-31 20:55:35

回答

0

我结束了一个干净的机器上安装它。