Обсуждение: BUG #8328: Unable to start postgresql on the Debian machine.

Поиск
Список
Период
Сортировка

BUG #8328: Unable to start postgresql on the Debian machine.

От
vijayakumar.subas@hp.com
Дата:
The following bug has been logged on the website:

Bug reference:      8328
Logged by:          Vijay
Email address:      vijayakumar.subas@hp.com
PostgreSQL version: Unsupported/Unknown
Operating system:   Debian
Description:

Hello,
We are facing issue when trying to start postgresql on the Debian machine.


Error:
-----
tuxux:~# /etc/init.d/postgresql-8.3 start
Starting PostgreSQL 8.3 database server: mainThe PostgreSQL server failed to
start. Please check the log output: 2013-07-24 19:16:38 LOG: could not bind
IPv4 socket: Permission denied 2013-07-24 19:16:38 HINT: Is another
postmaster already running on port 5432? If not, wait a few seconds and
retry. 2013-07-24 19:16:38 WARNING: could not create listen socket for
"127.0.0.1" 2013-07-24 19:16:38 FATAL: could not create any TCP/IP sockets
failed!
 failed!
Could you please help us to resolve this issue?


FYI, I was able to ping localhost and do nslookup.

Re: BUG #8328: Unable to start postgresql on the Debian machine.

От
Kevin Grittner
Дата:
"vijayakumar.subas@hp.com" <vijayakumar.subas@hp.com> wrote:=0A=0A> We are =
facing issue when trying to start postgresql on the Debian=0A> machine.=0A=
=0AThis is almost certainly not a bug; so it doesn't belong on this=0Alist.=
=A0 pgsql-general would probably have been the best choice. =0APlease pick =
a more appropriate list for any future questions.=0A=0Ahttp://www.postgresq=
l.org/community/lists/=0A=0A> 2013-07-24 19:16:38 LOG: could not bind IPv4 =
socket: Permission denied=0A> 2013-07-24 19:16:38 HINT: Is another postmast=
er already running on port 5432? If not, wait a few seconds and retry.=0A> =
2013-07-24 19:16:38 WARNING: could not create listen socket for "127.0.0.1"=
=0A> 2013-07-24 19:16:38 FATAL: could not create any TCP/IP sockets=0A=0AIs=
 another postmaster running on port 5432?=0A=0AYou could run any or all of =
these statements to get insight into that:=0A=0Alsof -i4TCP@127.0.0.1:5432=
=0Anetstat -plnt | grep ':5432 '=0Aps aux | grep postgres=0A=0A--=0AKevin G=
rittner=0AEDB: http://www.enterprisedb.com=0AThe Enterprise PostgreSQL Comp=
any