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

To reply to this bug, email your comments to 78480 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#78480; Package guix. (Sun, 18 May 2025 14:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ziyed mstph <mustapha.ziy <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 18 May 2025 14:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ziyed mstph <mustapha.ziy <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: 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 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.