Closed laminair closed 1 year ago
I saw no one support on this so I did compare the system service changes from v4.1 -> 4.2 is that they add "After=multi-user.target", tbh I'm not familiar with system service but in my case, I rm that line in jtop system service and then it works for me. Maybe you can have a try
@NguyenKhanh27 Thanks for the suggestion! That did the job but it seems odd that there is a conflict between multi-user.target (which is the user console/GUI being available) and the Jtop GUI (colors, to be specific).
Anyway, it works. Thanks.
Describe the bug
I just installed jetson_stats on a bunch of Jetson AGX Orin 64 GB devices. Tried installation via pip and from source (GIT repo). Launched the systemd service without error but cannot access the GUI.
To Reproduce
Installation via pip
Installation from source
Steps to reproduce the behavior:
Run
jtop
orsudo jtop
. Both produces the same errorScreenshots / Terminal Logs
Running
jtop
:Running
sudo jtop --health
:Expected behavior
When running
jtop
, the jetson_stats GUI becomes available.Additional context
From the logs, the jetson_stats service seems to be running just fine. I already set the power profile to max power, as suggested by #406.
Board
Log from jtop.service
Log from jetson-stats installation