GNU bug report logs -
#78480
Database container postgres service stopped
Previous Next
Full log
View this message in rfc822 format
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-system
(host-name "container")
(timezone "Europe/Paris")
(file-systems (cons (file-system
(device (file-system-label "does-not-matter"))
(mount-point "/")
(type "ext4"))
%base-file-systems))
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
(targets '("/dev/sdX"))))
(services
(cons*
(service openssh-service-type (openssh-configuration
(port-number 2222)
(permit-root-login #t)
(allow-empty-passwords? #t)))
%base-services)))
```
the ssh-daemon is stopped.
Thanks,
Scander
This bug report was last modified 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.