给Jetson AGX Orin安装SDK时出错,提示(sudo: 3 次错误密码尝试Install pre check Access to APT repository and ability to install Debian packages with it. verify failed.)

在使用SDK Manager给Jetson AGX Orin安装SDK时出错,SDK Manager通过了剩余空间检查和联网检查,在第三个有关APT的检查失败。日志显示sudo密码错误,确定开始下载时所输入的root密码无误,但仍然提示失败。错误的日志部分如下

00:23:30 INFO: --- nvidia.com ping statistics ---
00:23:30 INFO: 正在连接 www.nvidia.com (www.nvidia.com)|2.16.1.169|:80... 已连接。
00:23:30 INFO: 打开 Spider 模式。检查是否存在远程文件。
00:23:30 INFO: 正在连接 www.nvidia.cn (www.nvidia.cn)|112.90.90.91|:443... 已连接。
00:23:31 INFO: 已发出 HTTP 请求,正在等待回应... 200 OK
00:23:31 INFO: 长度: 816353 (797K) [text/html]
00:23:31 INFO: 存在远程文件且该文件可能含有更深层的链接,
00:23:31 INFO: 但不能进行递归操作 -- 无法获取。
00:23:31 INFO: command finished successfully
00:23:31 INFO: Install pre check Internet connection. verify succeed.
00:25:18 INFO: [sudo] lin 的密码:
00:25:18 INFO: [sudo] lin 的密码:
00:25:20 INFO: 对不起,请重试。
00:25:20 INFO: 对不起,请重试。
00:27:20 INFO: [sudo] lin 的密码:
00:27:20 INFO: [sudo] lin 的密码:
00:27:22 INFO: 对不起,请重试。
00:27:22 INFO: 对不起,请重试。
00:29:22 INFO: [sudo] lin 的密码:
00:29:22 INFO: [sudo] lin 的密码:
00:29:24 ERROR: sudo: 3 次错误密码尝试
00:29:24 INFO: command finished successfully
00:29:24 ERROR: sudo: 3 次错误密码尝试
00:29:24 ERROR: command terminated with error
00:29:24 ERROR: Install pre check Access to APT repository and ability to install Debian packages with it. verify failed.

Hi PhiberLin,

Are you using standalone Ubuntu 20.04 as your host PC

Have you entered the correct password for your sudo permission on host PC?

You can run sudo su on your host PC and enter the password to check if the password is valid.

Thank you for replying. I have found several users have the same problem with me. All of them post in Chinese. I guess maybe it is associated with the Chinese language on jetson. I tried to change the system language of linux on jetson back to English, and it worked. Most packages were installed properly, but there are still 2 packages installed failed.

I just tried again. This time all packages are installed successfully.

1 Like