Bug 75791

Summary: error messages running postgresql SysV init script
Product: [Retired] Red Hat Linux Reporter: Chris Ricker <chris.ricker>
Component: postgresqlAssignee: Tom Lane <tgl>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: hhorak
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-14 20:10:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chris Ricker 2002-10-12 14:25:16 UTC
When I start postgresql the first time, I get the error message "stdin:  is not
a tty"

	
[root@peppy data]# /etc/init.d/postgresql start
Initializing database: stdin: is not a tty

                                                           [  OK  ]
Starting postgresql service: stdin: is not a tty

                                                           [  OK  ]
[root@peppy data]#

Comment 1 Chris Ricker 2002-10-12 14:31:01 UTC
Actually, it does this on all postgresql start / stops, not just the first

[root@peppy data]# /etc/init.d/postgresql start
Starting postgresql service: stdin: is not a tty
                                                           [  OK  ]
[root@peppy data]# 

I'm ssh'ed into peppy as a normal user, then su - to root

Comment 2 Andrew Overholt 2003-03-04 17:36:17 UTC
Assigning to me.

Comment 3 Andrew Overholt 2003-03-12 22:56:35 UTC
Reassigning.

Comment 4 Tom Lane 2005-01-14 20:10:55 UTC
I've never seen this happen, so I'm going to close it as WORKSFORME.
Feel free to reopen if you can provide info on how to reproduce it.