From 5826dd31e49d4023b5ff1d99939f249952e7df82 Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Sun, 12 Nov 2023 20:37:33 +0100 Subject: [PATCH] Update troubleshooting.mdx --- src/content/docs/en/support/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/support/troubleshooting.mdx b/src/content/docs/en/support/troubleshooting.mdx index efb9d45..b966d20 100644 --- a/src/content/docs/en/support/troubleshooting.mdx +++ b/src/content/docs/en/support/troubleshooting.mdx @@ -28,7 +28,7 @@ gpg: key was created 3474 seconds in the future (time warp or clock prob ``` it can occur when you are installing Athena OS by an ISO that has been released just now. To solve the issue, just wait 30 minutes and boot again by the ISO. -The cause of the issue is due to a key in `/etc/pacman.d/gnupg` that has been generated in a Live Environment that has a different time of the running installer. For example, the Live Environment shows 18:40 and the running installer, in the log string during the install, shows 19:40. When the installer creates new key by `pacman-key --init` when the time of Live Environment is different, it cause the error. Still not clear why at the beginning of ISO creation, the Live Environment and the installer have two different time clocks (observed in VM). +The cause of the issue is due to a key in `/etc/pacman.d/gnupg` that has been generated in a Live Environment that has a different time of the running installer. Since in Live Environment the time changes and fixes to the right time after some minutes, if this change is done during the running of `pacman-key --init`, it causes that error. For example, the Live Environment shows 18:40 and during the install, it switches to 19:40, so the running installer, if creates new key by `pacman-key --init` when the time of Live Environment is switched, it cause the error. If you get this error, boot on Live Environment and, before to run the installer, wait for some minutes that the time clock fixes automatically. ### Boot