pythops / jetson-image

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

Enable systemd-timesyncd svc #119

Closed pythops closed 1 month ago

pythops commented 4 months ago

Related to #118

pgluz commented 2 months ago

Have you found any solution for this issue? In my case systemd-timesyncd is loaded but inactive due to condition:

start condition failed at Sat 2000-01-01 01:32:37 UTC; 1min 15s ago
 - ConditionVirtualization=!container was not met

which is weird because I'm running it on bare Jetson Nano 4 GB A02, not in the container. Ubuntu 22.04 was made with your tutorial and "just" tool and it seems to work fine, however because of this time issue it's impossible to use apt.

I also noticed that timedatectl status prints this: [273.840637] proc: unrecognized mount option "hidepid=invisible" or missing value

As I found in the Internet, hidepid=invisible should not be used in kernels <5.8. Not sure how to fix it and if it has anything to do with this bug, but I think it's worth to mention.

pythops commented 1 month ago

Done