| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Notes:
See CI logs with:
git notes --ref=refs/notes/ci-logs show 5c2836a338de43540b52bd519a9eae58d8d22890
git notes --ref=refs/notes/ci-data show 5c2836a338de43540b52bd519a9eae58d8d22890
Exit status: 0
Duration: 0
|
| |
|
|
|
|
|
|
| |
argument"
This reverts commit ad82613439203f497ae773bcad399d28f71418e7.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit f32c1bd78f1399cedd2167dc113237cab1878f30.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
And move it to the "finished services" section.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
default
By manually enabling `(run-in-container? #t)` in the server and doing an
strace(1) of the running processes:
$ strace `pgrep -fi dkimproxy.out-real | sed 's|^| -p|' | tr -d '\n'`
...revealed that dkimproxy_out(1) failed when it couldn't find the
`/etc/protocols` file in its namespace. After adding that manually via
the `(extra-mappings ...)` list, it worked correctly.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|