Failure controlling PG 9.1 service on Ubuntu 10.04 32-bit - Mailing list pgsql-general

From Jack Christensen
Subject Failure controlling PG 9.1 service on Ubuntu 10.04 32-bit
Date
Msg-id 4E8F43A5.8010905@hylesanderson.edu
Whole thread Raw
Responses Re: Failure controlling PG 9.1 service on Ubuntu 10.04 32-bit  (Craig Ringer <ringerc@ringerc.id.au>)
List pgsql-general
Just upgraded a machine from PostgreSQL 9.0 to 9.1. I uninstalled the
old version then installed the new one.

Whenever I try to run a service command to start, stop, or restart the
server it fails.

jackc@lizard:~$ sudo service postgresql stop
  * Stopping PostgreSQL 9.1 database server
  * Error: Could not open /proc/2193/comm
  [fail]

It seems to be happening in /usr/share/postgresql-common/PgCommon.pm:542

PostgreSQL is actually running fine, but the only way I can make any
changes is to reboot the server (or kill all the postgres processes I
suppose).

--
Jack Christensen
jackc@hylesanderson.edu


pgsql-general by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Connection Pooling
Next
From: Bosco Rama
Date:
Subject: select vs cursor/fetch speed disparity