pythops / jetson-image

Create minimalist, Ubuntu based images for the Nvidia jetson boards
305 stars 100 forks source link

I can't use sudo. #86

Closed bdh1993 closed 1 year ago

bdh1993 commented 1 year ago

I got the updated contents today and build it. It works well. Thank you .

I confirmed that the login ID,PW is jetson. But there seems to be a problem with using sudo.

sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set

It cannot be modified because sudo cannot be used.

Is there a way to access the root account?

pythops commented 1 year ago

a fix is coming

pythops commented 1 year ago

fixed

bdh1993 commented 1 year ago

Thank you