You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running -> journalctl --unit=systemd-timesyncd.service
Got the following:
systemd-timesyncd.service - Network Time Synchronization was skipped because of an unmet condition check (ConditionVirtualization=!container).
Its working in Rockpi 4 b.
The timedate sync is not working.
After running -> journalctl --unit=systemd-timesyncd.service
Got the following:
systemd-timesyncd.service - Network Time Synchronization was skipped because of an unmet condition check (ConditionVirtualization=!container).
edited /etc/systemd/system/dbus-org.freedesktop.timesync1.service
-ConditionVirtualization=!container
+ConditionVirtualization=container
Time sync is working. Dont know if a better solution is available.
PS: Thanks for your hard work.
The text was updated successfully, but these errors were encountered: