Atlas 800 9010 服务器升级驱动25.5.0时发生报错:The user and group are not same with last installation,do not support overwriting inst
收藏回复举报
Atlas 800 9010 服务器升级驱动25.5.0时发生报错:The user and group are not same with last installation,do not support overwriting inst
新人帖
发表于2026-06-03 17:06:39
0 查看
当前指定的驱动运行用户与“/etc/ascend_install.info”文件中记录的运行用户不一致,导致校验失败,安装退出。通过 cat /etc/ascend_install.info 可以查看记录的运行用户,然后进入 root 设置环境变量即可。
export ASCEND_INSTALL_FOR_ALL=true 

export ASCEND_USER_GROUP=usergroup

export ASCEND_USER_NAME=username

我要发帖子