Skip to content

Commit

Permalink
docs: cover bind error
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Sep 19, 2024
1 parent d456ddd commit 4f29ab7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,22 @@ nix run .#deploy-linux-builder-01 switch
```
nix run .#turn-readiness-check
```

### Bind refuses to start after an update

The error message

```
journal rollforward failed: journal out of sync with zone
```

This can be fixed by removing the journal files.

Upon connection via SSH (`nix run .\#ssh-dweb-reverse-tls-proxy
`):

```shell
systemctl stop bind
rm /etc/bind/zones/infra.holochain.org.zone.jnl
systemctl start bind
```

0 comments on commit 4f29ab7

Please sign in to comment.