Closed pythops closed 6 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.
Done
Related to #118