Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iLPMe-000671-0q for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 18 Oct 2019 10:20:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iLPMc-0000fy-HO for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 18 Oct 2019 10:20:06 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1iLPMb-0000fh-E8 for pgsql-pkg-debian@lists.postgresql.org; Fri, 18 Oct 2019 10:20:05 +0000 Received: from mail-lf1-x129.google.com ([2a00:1450:4864:20::129]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iLPMZ-00028E-4W for pgsql-pkg-debian@postgresql.org; Fri, 18 Oct 2019 10:20:04 +0000 Received: by mail-lf1-x129.google.com with SMTP id r2so4279504lfn.8 for ; Fri, 18 Oct 2019 03:20:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=x0IySHQQsJQ/lt2YdyfflbZ6vKjMsevf0VSZ9kzI2BY=; b=SUUwIKjUkvzjuFG6GxEWc7QthL5ruRAQNUQSJKF1bARfFT+9sCguhoyvxymQ8kD/Ip f6ggol5fNnZ7soYsK4SoETGoa3b/SoSkOxj0QN4Bwh0qucrW91yNFaJSHnOsvN+ano+a hYOLlY2iJ2u8GfP3XJ140ES6rsdddf90vJEuZFDZSl66nkNJccBVmV5Y9Rcp1d0F8OJT I9qlSI0AbTpJcoHrlNiZU+fWrWptIjMj+/ACIBlk/k1CYrhyZKp8KFUuL3AT4H29XGYy R9A0YJOdg2WRKyRleKfjQ0+xjLUKsEnmTX+eVP8flcDW9j5yd6Dxk/vPG2u9CwiaGoJw n1Kw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=x0IySHQQsJQ/lt2YdyfflbZ6vKjMsevf0VSZ9kzI2BY=; b=ZDm0j0Ha0e2P4z1EpZr7y77GJ6YWcYS4UwZ456uTmZW2T7cNddmL9oWZ/2Sf87XeLs SdO6O6LwRfqRK0QEUkG12N2B/gBtFgfrJAcbSE3zL6holV3gvXsVtejPugeC1Fv74isH EJ9HSi2rrSnHq5iRG0O5Di7eZENhSLLppi7iBVNZjIEDT1tCxajSTeRYhiESDybGSX4f tGIElLfHfD0QGRz+lk5T6buN/A+ltAtgavZA/67nqlmfHeM/fOxRTBCB/4yw84DRvTCD 66MBqw99j9ixaC5HlHenilSGYKKT2fegw4uqTHyLsRtxDTQtE8JoDgRt38qyr3j28oLD 3MXw== X-Gm-Message-State: APjAAAVK9aPND3Vi3RgRlgOf0o3VLpgBAaAo/ZeJTPFg4FqEHvrBZvq1 hEHAWrwsM6FAfIa5fimzCV/kGTaQ X-Google-Smtp-Source: APXvYqwik8Zd6EnyR0IMrrpaWvq+sdpeEu+1yr7fCxKHzLLy8qbItLZe2dlYSaQ3xXq9YcORiv9uMA== X-Received: by 2002:a19:f712:: with SMTP id z18mr5043830lfe.166.1571394001327; Fri, 18 Oct 2019 03:20:01 -0700 (PDT) Received: from [1.0.0.7] ([178.155.4.8]) by smtp.gmail.com with ESMTPSA id c69sm4267546ljf.32.2019.10.18.03.20.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Oct 2019 03:20:00 -0700 (PDT) From: Alexander Lakhin To: pgsql-pkg-debian@postgresql.org Subject: Confusing message on server install Message-ID: Date: Fri, 18 Oct 2019 13:19:59 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hello, While installing the postgresql-12 server package on Debian Buster I see the following output: # apt-get install postgresql-12 ... Creating new PostgreSQL cluster 12/main ... /usr/lib/postgresql/12/bin/initdb -D /var/lib/postgresql/12/main --auth-local peer --auth-host md5 ... performing post-bootstrap initialization ... ok syncing data to disk ... ok Success. You can now start the database server using:     pg_ctlcluster 12 main start Ver Cluster Port Status Owner    Data directory              Log file 12  main    5432 down   postgres /var/lib/postgresql/12/main /var/log/postgresql/postgresql-12-main.log update-alternatives: using /usr/share/postgresql/12/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode Processing triggers for systemd (241-5) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for libc-bin (2.28-10) ... root@debian10:/home/test# pg_ctlcluster 12 main status pg_ctl: server is running (PID: 2733) /usr/lib/postgresql/12/bin/postgres "-D" "/var/lib/postgresql/12/main" "-c" "config_file=/etc/postgresql/12/main/postgresql.conf" So I see the message "Success. You can now start the database server using:", but in fact the server is running.