From: | rajeshwar(dot)mukund(at)gmail(dot)com |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #14097: unalbe to locate runuser in /usr/pgsql-9.4/bin/postgresql94-setup |
Date: | 2016-04-18 11:40:30 |
Message-ID: | 20160418114030.22895.7406@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 14097
Logged by: rajeshwar mukund
Email address: rajeshwar(dot)mukund(at)gmail(dot)com
PostgreSQL version: 9.4.7
Operating system: CENTOS 7
Description:
In some env runuser might not be in path so in
/usr/pgsql-9.4/bin/postgresql94-setup script runuser path should be fully
mentioned as.
# For SELinux we need to use 'runuser' not 'su'
if [ -x /sbin/runuser ]
then
SU=/usr/sbin/runuser
else
SU=su
fi
script_result=0
From | Date | Subject | |
---|---|---|---|
Next Message | Alex Bolenok | 2016-04-18 12:36:49 | Re: BUG #14089: ON CONFLICT allows function variables in index expressions |
Previous Message | zhaozp | 2016-04-18 09:32:44 | BUG #14096: run pgbench, db crash |