hardware / mailserver

:warning: UNMAINTAINED - Simple and full-featured mail server using Docker
https://store.docker.com/community/images/hardware/mailserver
MIT License
1.29k stars 322 forks source link

Segmentation fault with gucci commands #385

Closed budimanjojo closed 5 years ago

budimanjojo commented 5 years ago

Classification

Please delete options that are not relevant.

Reproducibility

Please delete options that are not relevant.

Docker information

docker images hardware/mailserver --digests --filter "dangling=false"
REPOSITORY            TAG                 DIGEST                                                                    IMAGE ID            CREATED             SIZE
hardware/mailserver   1.1-stable          sha256:0af0d6bb7d5de589cb1cf47811f844d7ed43827a3298197fdd4cafee8d2c8ed5   1d08ae0bb068        2 months ago        380MB

Description

Can no longer start mailserver after doing docker-compose pull. My mailserver was doing just fine until the latest update (16 days ago pull request)

Debugging information

docker logs mailserver
[INFO] Search for SSL certificates generated by Traefik
[INFO] acme.json found with ACME v2 format, dumping into pem files
[INFO] Let's encrypt wildcard certificate found
[INFO] Let's encrypt live directory found
[INFO] Using /etc/letsencrypt/live/mail.mydomain.com folder
[INFO] Found DKIM key pair for domain mydomain.com - skip creation
/usr/local/bin/run.sh: fork: Cannot allocate memory
[INFO] Search for SSL certificates generated by Traefik
[INFO] acme.json found with ACME v2 format, dumping into pem files
[INFO] Let's encrypt wildcard certificate found
[INFO] Let's encrypt live directory found
[INFO] Using /etc/letsencrypt/live/mail.mydomain.com folder
[INFO] Found DKIM key pair for domain mydomain.com - skip creation
/usr/local/bin/run.sh: line 253:   130 Segmentation fault      gucci "$1.tpl" > "$1"
/usr/local/bin/run.sh: fork: Cannot allocate memory

Configuration (docker-compose.yml, traefik.toml...etc)

The basic with my own modified domain name and password

SaraSmiseth commented 5 years ago

How much RAM is available on your server?

/usr/local/bin/run.sh: fork: Cannot allocate memory

It looks to me that you don't have enough free memory.

hardware commented 5 years ago

This issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.