Re: [BUGS] BUG #7750: pid file conflict in RedHat

2013-02-06 Thread Devrim GÜNDÜZ

Hi,

On Mon, 2012-12-10 at 18:41 +, postg...@tbruce.com wrote:
 The following bug has been logged on the website:
 
 Bug reference:  7750
 Logged by:  Timothy J Bruce
 Email address:  postg...@tbruce.com
 PostgreSQL version: 9.1.6
 Operating system:   RedHat v6.2
 Description:
 
 In line 238 of the rpm based init.d script, the pid file is called
 specifically with a qualified path (status -p
 /var/run/postmaster-9.1.pid), even though line 70 specifies a variable to
 point to the pid file (pidfile=/var/run/postmaster-9.1.pid).
 
 This is with rpm version of postgres 9.1.4 and 9.1.6 (we haven't tested
 9.1.7 at this time).

I committed this to 9.1.8 and 9.2.3. They will be available in Friday's
releases.

Regards,
-- 
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz


signature.asc
Description: This is a digitally signed message part


Re: [BUGS] BUG #7750: pid file conflict in RedHat

2012-12-11 Thread Bruce Momjian
On Mon, Dec 10, 2012 at 06:41:29PM +, postg...@tbruce.com wrote:
 The following bug has been logged on the website:
 
 Bug reference:  7750
 Logged by:  Timothy J Bruce
 Email address:  postg...@tbruce.com
 PostgreSQL version: 9.1.6
 Operating system:   RedHat v6.2
 Description:
 
 In line 238 of the rpm based init.d script, the pid file is called
 specifically with a qualified path (status -p
 /var/run/postmaster-9.1.pid), even though line 70 specifies a variable to
 point to the pid file (pidfile=/var/run/postmaster-9.1.pid).
 
 This is with rpm version of postgres 9.1.4 and 9.1.6 (we haven't tested
 9.1.7 at this time).

I think you need to report this to Red Hat;  we didn't create that file.

-- 
  Bruce Momjian  br...@momjian.ushttp://momjian.us
  EnterpriseDB http://enterprisedb.com

  + It's impossible for everything to be true. +


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


Re: [BUGS] BUG #7750: pid file conflict in RedHat

2012-12-11 Thread Tom Lane
Bruce Momjian br...@momjian.us writes:
 On Mon, Dec 10, 2012 at 06:41:29PM +, postg...@tbruce.com wrote:
 In line 238 of the rpm based init.d script, the pid file is called
 specifically with a qualified path (status -p
 /var/run/postmaster-9.1.pid), even though line 70 specifies a variable to
 point to the pid file (pidfile=/var/run/postmaster-9.1.pid).
 
 This is with rpm version of postgres 9.1.4 and 9.1.6 (we haven't tested
 9.1.7 at this time).

 I think you need to report this to Red Hat;  we didn't create that file.

Red Hat didn't either.  This report is evidently about the PGDG RPMs.

regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


Re: [BUGS] BUG #7750: pid file conflict in RedHat

2012-12-11 Thread Bruce Momjian
On Tue, Dec 11, 2012 at 12:28:40PM -0500, Tom Lane wrote:
 Bruce Momjian br...@momjian.us writes:
  On Mon, Dec 10, 2012 at 06:41:29PM +, postg...@tbruce.com wrote:
  In line 238 of the rpm based init.d script, the pid file is called
  specifically with a qualified path (status -p
  /var/run/postmaster-9.1.pid), even though line 70 specifies a variable to
  point to the pid file (pidfile=/var/run/postmaster-9.1.pid).
  
  This is with rpm version of postgres 9.1.4 and 9.1.6 (we haven't tested
  9.1.7 at this time).
 
  I think you need to report this to Red Hat;  we didn't create that file.
 
 Red Hat didn't either.  This report is evidently about the PGDG RPMs.

Yes, I have found it is a PGDG RPM and forwarded it to Devrim.

-- 
  Bruce Momjian  br...@momjian.ushttp://momjian.us
  EnterpriseDB http://enterprisedb.com

  + It's impossible for everything to be true. +


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs


Re: [BUGS] BUG #7750: pid file conflict in RedHat

2012-12-11 Thread Devrim GÜNDÜZ

Hi,

On Mon, 2012-12-10 at 18:41 +, postg...@tbruce.com wrote:
 The following bug has been logged on the website:
 
 Bug reference:  7750
 Logged by:  Timothy J Bruce
 Email address:  postg...@tbruce.com
 PostgreSQL version: 9.1.6
 Operating system:   RedHat v6.2
 Description:
 
 In line 238 of the rpm based init.d script, the pid file is called
 specifically with a qualified path (status -p
 /var/run/postmaster-9.1.pid), even though line 70 specifies a variable to
 point to the pid file (pidfile=/var/run/postmaster-9.1.pid).

Last time I checked (it might be an older version of RHEL), status()
could not use the $pidfile effectively, that's why I did not put it
there. Looks like it is doable now .

Created http://wiki.pgrpms.org/ticket/87 for this. This change will be
available in next patch release.

Regards,
-- 
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz


signature.asc
Description: This is a digitally signed message part


[BUGS] BUG #7750: pid file conflict in RedHat

2012-12-10 Thread postgres
The following bug has been logged on the website:

Bug reference:  7750
Logged by:  Timothy J Bruce
Email address:  postg...@tbruce.com
PostgreSQL version: 9.1.6
Operating system:   RedHat v6.2
Description:

In line 238 of the rpm based init.d script, the pid file is called
specifically with a qualified path (status -p
/var/run/postmaster-9.1.pid), even though line 70 specifies a variable to
point to the pid file (pidfile=/var/run/postmaster-9.1.pid).

This is with rpm version of postgres 9.1.4 and 9.1.6 (we haven't tested
9.1.7 at this time).





-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs