GNU bug report logs - #78480
Database container postgres service stopped

Previous Next

Package: guix;

Reported by: ziyed mstph <mustapha.ziy <at> gmail.com>

Date: Sun, 18 May 2025 14:38:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: ziyed mstph <mustapha.ziy <at> gmail.com>
To: 78480 <at> debbugs.gnu.org
Subject: bug#78480: Database container postgres service stopped
Date: Sun, 18 May 2025 15:37:14 +0100
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.