Skip to content

Commit f29da0c

Browse files
committed
sbx: VM clock drift is fixed; remove troubleshooting step
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent adb9861 commit f29da0c

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

content/manuals/ai/sandboxes/troubleshooting.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -185,24 +185,6 @@ isn't configured, use one of these workarounds:
185185
This replays each commit on the branch and re-signs it with your local
186186
signing key.
187187

188-
## Clock drift after sleep/wake
189-
190-
If your laptop sleeps and wakes while a sandbox is running, the VM clock can
191-
fall behind the host clock. This causes problems such as:
192-
193-
- External API calls failing because of timestamp validation.
194-
- Git commits with incorrect timestamps.
195-
- TLS certificate errors due to time mismatches.
196-
197-
To fix the issue, stop and restart the sandbox:
198-
199-
```console
200-
$ sbx stop <sandbox-name>
201-
$ sbx run <sandbox-name>
202-
```
203-
204-
Restarting the sandbox re-syncs the VM clock with the host.
205-
206188
## Daemon fails to start after downgrading
207189

208190
If you downgrade `sbx` to a version older than the one that last managed your

0 commit comments

Comments
 (0)