previous issues already discussed about this topic
Enviorment
Ubuntu native 22.04 (same one 20.04)
JetPack 6.2
error log was steps just start flash using sdkmanager
“”"
14:41:54.118 - info: Event: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_AGX_ORIN_TARGETS - error is: rpcbind: another rpcbind is already running. Aborting
14:41:54.410 - error: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_AGX_ORIN_TARGETS: clnt_create: RPC: Authentication error
14:41:54.410 - info: Event: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_AGX_ORIN_TARGETS - error is: clnt_create: RPC: Authentication error
14:41:54.410 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_AGX_ORIN_TARGETS: NFS server is not running
“”"
I found another solution.
it shoud do on machine that launch sdkmanager
file
“”"
/etc/hosts.allow
“”"
add below lines
“”"
rpcbind: 127.0.0.1
portmap: ALL
lockd: ALL
mountd: ALL
statd: ALL
rquotad: ALL
“”
with this below error printed but installation will be started without error on sdkmanager
14:47:55 ERROR: Flash Jetson Linux - flash: clnt_create: RPC: Authentication error