From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#29992: 'postgres' service doesn't stop Date: Fri, 05 Jan 2018 16:32:33 +0100 Message-ID: <87mv1scodq.fsf@lassieur.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eXTzW-0007V4-9h for bug-guix@gnu.org; Fri, 05 Jan 2018 10:33:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eXTzT-00069D-6M for bug-guix@gnu.org; Fri, 05 Jan 2018 10:33:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56724) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eXTzT-00068g-12 for bug-guix@gnu.org; Fri, 05 Jan 2018 10:33:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eXTzS-00058u-5E for bug-guix@gnu.org; Fri, 05 Jan 2018 10:33:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eXTz6-0007FP-Lq for bug-guix@gnu.org; Fri, 05 Jan 2018 10:32:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eXTz3-0005fs-Ix for bug-guix@gnu.org; Fri, 05 Jan 2018 10:32:40 -0500 Received: from mail.lassieur.org ([83.152.10.219]:49564) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eXTz3-0005d2-An for bug-guix@gnu.org; Fri, 05 Jan 2018 10:32:37 -0500 Received: from newt (46.218.109.88 [46.218.109.88]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id 906b0d34 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Fri, 5 Jan 2018 15:32:34 +0000 (UTC) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 29992@debbugs.gnu.org 1. add (postgresql-service) to the service list 2. reconfigure 3. ps -ef | grep postgres --8<---------------cut here---------------start------------->8--- postgres 19058 1 0 16:21 ? 00:00:00 /gnu/store/0v539yjmdqhjm1xcpvndmagkgjz5fvh2-guile-2.2.2/bin/guile --no-auto-compile /gnu/store/rp6qyfv5wyznz5a1i6szzzy997v603sl-start-postgres postgres 19061 19058 0 16:21 ? 00:00:00 /gnu/store/3rg0avphlwgq56qjxd8gr8xbmh1rwkal-postgresql-10.1/bin/postgres --config-file=/gnu/store/7m8yrv4avricqkn92737b5mamlvaid34-postgresql.conf -p 5432 -D /var/lib/postgresql/data postgres 19063 19061 0 16:21 ? 00:00:00 postgres: checkpointer process postgres 19064 19061 0 16:21 ? 00:00:00 postgres: writer process postgres 19065 19061 0 16:21 ? 00:00:00 postgres: wal writer process postgres 19066 19061 0 16:21 ? 00:00:00 postgres: autovacuum launcher process postgres 19067 19061 0 16:21 ? 00:00:00 postgres: stats collector process postgres 19068 19061 0 16:21 ? 00:00:00 postgres: bgworker: logical replication launcher clement 19070 18802 0 16:21 pts/4 00:00:00 grep postgres --8<---------------cut here---------------end--------------->8--- 4. herd stop postgres (output: Service postgres has been stopped) 5. ps -ef | grep postgres --8<---------------cut here---------------start------------->8--- postgres 19061 1 0 16:21 ? 00:00:00 /gnu/store/3rg0avphlwgq56qjxd8gr8xbmh1rwkal-postgresql-10.1/bin/postgres --config-file=/gnu/store/7m8yrv4avricqkn92737b5mamlvaid34-postgresql.conf -p 5432 -D /var/lib/postgresql/data postgres 19063 19061 0 16:21 ? 00:00:00 postgres: checkpointer process postgres 19064 19061 0 16:21 ? 00:00:00 postgres: writer process postgres 19065 19061 0 16:21 ? 00:00:00 postgres: wal writer process postgres 19066 19061 0 16:21 ? 00:00:00 postgres: autovacuum launcher process postgres 19067 19061 0 16:21 ? 00:00:00 postgres: stats collector process postgres 19068 19061 0 16:21 ? 00:00:00 postgres: bgworker: logical replication launcher clement 19078 18802 0 16:21 pts/4 00:00:00 grep postgres --8<---------------cut here---------------end--------------->8---