Re: postgresql 8.4 on android table with debian installed (Debian Kit APK)

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: "f-s(at)libero(dot)it" <f-s(at)libero(dot)it>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: postgresql 8.4 on android table with debian installed (Debian Kit APK)
Date: 2013-07-31 21:31:50
Message-ID: 20130731213150.GB14652@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

f-s(at)libero(dot)it wrote:
> problem:
> I have build from source posgresql (8.4) on a android table whith a minimal linux debian installed."configure" process and "make" (compiling source) and "make install": all are OK!!
> Also initdb works fine (/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data).
> but postgresql (launched with "/usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data") always says :
> LOG: could not create IPv6 socket: Permission denied
> LOG: could not create IPv4 socket: Permission denied
> WARNING: could not create listen socket for "localhost"
> FATAL: could not create any TCP/IP sockets

Maybe the Android kernel (or something) is tweaked to prohibit processes
from creating sockets.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Mark Kirkwood 2013-07-31 21:59:27 Re: postgresql 8.4 on android table with debian installed (Debian Kit APK)
Previous Message f-s@libero.it 2013-07-31 21:13:09 postgresql 8.4 on android table with debian installed (Debian Kit APK)