Jetson-Nano-Ubuntu-20-image icon indicating copy to clipboard operation
Jetson-Nano-Ubuntu-20-image copied to clipboard

performing ssh into jetson nano gives warnings

Open oscar-lima opened this issue 3 years ago • 7 comments

warning 1: /usr/bin/xauth: file /home/jetson/.Xauthority does not exist

oscar-lima avatar Feb 21 '22 23:02 oscar-lima

solution:

On the jetson nano do:

chmod 644 $HOME/.Xauthority

oscar-lima avatar Feb 21 '22 23:02 oscar-lima

warning 2:

X Error of failed request: BadLength (poly request too large or internal Xlib length error) ...

see: https://forums.developer.nvidia.com/t/x-error-of-failed-request-i-get-this-error-when-connecting-with-ssh-any-idea/160651

oscar-lima avatar Feb 22 '22 00:02 oscar-lima

Before jumping into the deep, is a dummy HDMI plug an option? See https://github.com/Qengineering/realsr-ncnn-Jetson-Nano/issues/4

Qengineering avatar Feb 22 '22 08:02 Qengineering

Hello, thanks for the help. Actually I have attached a real hdmi display to the jetson, at least at setup phase. Later on I plan to remove it.

oscar-lima avatar Feb 22 '22 09:02 oscar-lima

OK, I'm very busy at the moment. I see what I can do this weekend.

Qengineering avatar Feb 22 '22 09:02 Qengineering

Thanks, actually X11 works properly and does forward the display to the client via ssh. Is just an annoying warning but does not seem to affect the system.

oscar-lima avatar Feb 22 '22 12:02 oscar-lima

Strange. Just flashed a fresh SD-card from the Gdrive.

SSH login : jetson password : jetson

And this is the screen I get: image No warnings at all. Even after sudo apt-get update && sudo apt-get upgrade with lots of new upgrades, no warnings.

Qengineering avatar Feb 26 '22 17:02 Qengineering