From cc1ed05ceeeac5f6f28be10ea52b890d5c14ddf6 Mon Sep 17 00:00:00 2001 From: Cheng Zhang Date: Sat, 11 May 2024 04:00:19 +0000 Subject: [PATCH] docs: add to FAQ about NTS DoT deadlock (#274) * add a FAQ about NTS DoT deadlock * Update FAQ.md * Update FAQ.md --------- Co-authored-by: qoijjj <129108030+qoijjj@users.noreply.github.com> --- FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FAQ.md b/FAQ.md index 527cc9f..8ad4caf 100644 --- a/FAQ.md +++ b/FAQ.md @@ -67,3 +67,9 @@ This is an issue with rpm-ostree image-based systems generally, and not specific The functionality that provides this, called GHNS, is disabled by default due to the risk posed by the installation of potentially damaging or malicious scripts. This has caused [real damage](https://blog.davidedmundson.co.uk/blog/kde-store-content/). If you still want to enable this functionality, run `ujust toggle-ghns` + +#### My clock is wrong and it's not getting automatically set. How do I fix this? + +If your system time is off by an excessive amount due to rare conditions like a CMOS reset, your network will not connect. A one-time manual reset will fix this. This should never be required except under very rare circumstances. + +For more technical detail, see [#268](https://github.com/secureblue/secureblue/issues/268)