Skip to content

Commit 06608db

Browse files
committed
post-powercut: add mailman note
1 parent eab2885 commit 06608db

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

Diff for: docs/procedures/post-powercut.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ tags:
66
- powercut
77
- todo
88
created: 2023-12-05T01:36:11
9-
modified: 2024-09-27T13:35:28
10-
title: post-powercut
9+
modified: 2024-09-30T19:24:57
10+
title: Post-powercut Todo List
1111
---
1212

1313
# Post-powercut Todo List
@@ -19,15 +19,21 @@ A list of things that should be done/checked immediately after a power cut:
1919
- `eno2` should have *no IP address*
2020
- `br0` should have the external IP address (`136.206.16.0/24`) - this should also be reserved by DHCP on [`mordor`](../hardware/network/mordor.md)
2121
- If the [`bastion-vm`](../services/bastion-vm.md) fails to start, check:
22-
- `/storage` is mounted `rw` on each [`aperture`](docs/hardware/aperture/index.md) server
23-
- `br0` is present and configured on each [`aperture`](docs/hardware/aperture/index.md) server
22+
- `/storage` is mounted `rw` on each [`aperture`](../hardware/aperture/index.md) server
23+
- `br0` is present and configured on each [`aperture`](../hardware/aperture/index.md) server
2424
- `vm-resources.service.consul` is running and `http://vm-resources.service.consul:8000/bastion/bastion-vm-latest.qcow2` is accessible
2525
- if the `latest` symlink points to a corrupted image, `ln -sf` it to an earlier one
26-
- All the [`nixos`](docs/procedures/nixos.md) boxes rely on [`DNS`](docs/services/bind.md) for [`ldap`](docs/services/ldap.md) and [`nfs`](docs/services/nfs.md):
27-
- Make sure bind is running on [`paphos`](docs/hardware/paphos.md)
26+
- All the [`nixos`](..//procedures/nixos.md) boxes rely on [`DNS`](..//services/bind.md) for [`LDAP`](../services/ldap.md) and [`NFS`](../services/nfs.md):
27+
- Make sure bind is running on [`paphos`](../hardware/paphos.md)
2828
- mount `/storage`
2929
- `systemctl restart` `httpd`, `php-fpm-rbusers-*` and `ldap`
3030
- Apache on [`hardcase`](../hardware/nix/hardcase.md) sometimes tries to start before networking is finished starting. To fix it, disable/re-enable it a few times. This usually makes it turn on.
31+
- Mailman on [`hardcase`](../hardware/nix/hardcase.md) has a lock file at `/var/lib/mailman/lock/master.lck`. If it doesn't shut down correctly, this lock file will block mailman from starting up. Remove it with:
32+
33+
```bash
34+
rm /var/lib/mailman/lock/master.lck
35+
```
36+
3137
- [`paphos`](../hardware/paphos.md) is old and sometimes its time will become out of sync. To make sure its time is accurate, run:
3238

3339
```bash

0 commit comments

Comments
 (0)