BUG #8239: postgresql cannot run after install with apt-get because of permisions - Mailing list pgsql-bugs

From niflheim123@gmail.com
Subject BUG #8239: postgresql cannot run after install with apt-get because of permisions
Date
Msg-id E1UoyPl-0004c4-TM@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      8239
Logged by:          Niflheim123
Email address:      niflheim123@gmail.com
PostgreSQL version: 9.1.0
Operating system:   Kali Linux ARM  Chroot Android
Description:

If I run apt-get install postgresql in an chroot enviroment on my android
phone I get on start that it cannot bind to socket. Found out this today:
the user postgres needs permisions to run on android so it can bind to
sockets. Add to install script please: if the installer detects that it is
an ARM (or also detects Kali linux) architecture and its on Android:
usermod -a -G aid_inet postgres
Then start the server. Thank you.

pgsql-bugs by date:

Previous
From: james.e.hughes@boeing.com
Date:
Subject: BUG #8238: duplicate of bug #6372 on panffs
Next
From: Tom Lane
Date:
Subject: Re: BUG #8237: CASE Expression - Order of expression processing