GBase 8s
安装配置
问答

安装时提示Install Directory not secure,提示root: onsecurity “/opt/gbase“

发表于2024-05-06 16:34:44100次浏览5个评论

安装时提示Install Directory not secure,提示root: onsecurity “/opt/gbase“ 如何解决

评论

登录后才可以发表评论
用户头像
曾阿牛发表于 2年前
chmod 755 /opt/gbase

应该是/opt/gbase的权限太高了,你是否给了777的权限
GBase用户16298发表于 2年前
@曾阿牛:大佬您好,同事在7.6的系统上安装成功了,我在7.9的系统安装,改了权限依旧是提示Install Directory not secure
GBase用户16298发表于 2年前
@曾阿牛:谢谢大佬,找到为什么了,我opt的权限是777降成755就可以了
用户头像
liaosnet发表于 2年前
使用root用户在安装目录下运行:
./onsecurity /opt/gbase
会提示具体的权限问题。
GBase用户16298发表于 2年前
@liaosnet:谢谢大佬