Hello,
When running the database container of the cookbook, the postgres
service is stopped and therefore after entering the namespace, doing
pgrep -a postgres does not show anything.
Similarly, for the simple container with config
```
(use-modules (gnu)
(gnu services ssh))
(operating
The command
guix shell ocaml-core ocaml-core-unix gtk
fails with
builder for
`/gnu/store/s9snqp54x2g6sp6a600vw2cqs74i5m2v-gdk-pixbuf-loaders-cache-file.drv'
failed due to signal 11 (Segmentation fault).
It works if I do first
guix shell ocaml-core ocaml-core-unix gtk
and then
guix shell gtk
Gu