BUG #17278: Silent install issue

Started by PG Bug reporting formover 4 years ago2 messagesbugs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following bug has been logged on the website:

Bug reference: 17278
Logged by: Maksymilian Kunc
Email address: maksymilian.kunc@deliveryhero.com
PostgreSQL version: 14.0
Operating system: macOS 11.6
Description:

Hi,
I'm trying to deploy postgre 13.2 / 14.0 silently, but I receive an error
when trying to to run ./installbuilder.sh --mode unattended .

Error:
"The application with bundle ID com.installbuilder.appinstaller is running
setugid(), which is not allowed. Exiting."

Please let me know if there is anything else I could do to achieve this
outcome.

#2Sandeep Thakkar
sandeep.thakkar@enterprisedb.com
In reply to: PG Bug reporting form (#1)
Re: BUG #17278: Silent install issue

Hi,

I did the 14.1 installation on my mac mini and it was successful:

$ sudo ./postgresql-14.1-1-osx.app/Contents/MacOS/installbuilder.sh
--serverport 54314 --mode unattended
$ ps -fu postgres
UID PID PPID C STIME TTY TIME CMD
505 45131 1 0 1:21PM ?? 0:00.02
/Library/PostgreSQL/14/bin/postmaster -D /Library/PostgreSQL/14/data
505 45132 45131 0 1:21PM ?? 0:00.00 postgres: logger
505 45134 45131 0 1:21PM ?? 0:00.00 postgres: checkpointer
505 45135 45131 0 1:21PM ?? 0:00.01 postgres: background
writer
505 45136 45131 0 1:21PM ?? 0:00.01 postgres: walwriter
505 45137 45131 0 1:21PM ?? 0:00.00 postgres: autovacuum
launcher
505 45138 45131 0 1:21PM ?? 0:00.00 postgres: stats collector

505 45139 45131 0 1:21PM ?? 0:00.00 postgres: logical
replication launcher

Can you please try installing 14.1 which was released yesterday? If the
same issue persists then please send us the installation log (can be found
in /tmp)

On Wed, Nov 10, 2021 at 4:27 PM PG Bug reporting form <
noreply@postgresql.org> wrote:

The following bug has been logged on the website:

Bug reference: 17278
Logged by: Maksymilian Kunc
Email address: maksymilian.kunc@deliveryhero.com
PostgreSQL version: 14.0
Operating system: macOS 11.6
Description:

Hi,
I'm trying to deploy postgre 13.2 / 14.0 silently, but I receive an error
when trying to to run ./installbuilder.sh --mode unattended .

Error:
"The application with bundle ID com.installbuilder.appinstaller is running
setugid(), which is not allowed. Exiting."

Please let me know if there is anything else I could do to achieve this
outcome.

--
Sandeep Thakkar