rbonghi / jetson_stats

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
https://rnext.it/jetson_stats
GNU Affero General Public License v3.0
2.14k stars 261 forks source link

jetson-stats not supported for [L4T 32.5.2] #190

Closed moran991231 closed 2 years ago

moran991231 commented 2 years ago

Logout and reboot didn't work to me! sudo systemctl restart jetson_stats.service also didn't work

Please update jetson-stats with new jetpack

Linux for Tegra

Jetson-Stats

asdf

moran991231 commented 2 years ago

Plz help me

clintlombard commented 2 years ago

I get the same warning, but everything seems to work fine in jtop

clintlombard commented 2 years ago

Duplicate of #185

rbonghi commented 2 years ago

I read now. I fix soon :-)

rbonghi commented 2 years ago

Please update jetson-stats to 3.1.2

sudo -H pip install -U jetson-stats

and reboot your board

moran991231 commented 2 years ago

It worked! Thanks!!! :)

moran991231 commented 2 years ago

Hi I have a question. I have an account that I made at first when installing jetpack --> let this account user0
And then, I made another one after installation jetpack --> let this user1

With user0 I can run jtop successfully.
However with user1, jtop doesn't work, even though I try it after rebooting.

user1@my_board:~$ jtop
I can't access jetson_stats.service.
Please logout or reboot this board.

Fortunately, I can run through sudo jtop with user1 (I can see a warning comment)

user1@my_board:~$ sudo jtop
[sudo] password for user1: 
[WARN] SUDO is no more required

Anyway I can run jtop with user1, but I wonder why it doesn't work through jtop. I think you can give me a advice. Thanks for reading

rbonghi commented 2 years ago

because the second user is not in the same group and doesn't have access without sudo.

To enable it:

usermod -a -G jetson_stats user1

remember to logout and login