Обсуждение:

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

От
Pavithran Sudarmozhi
Дата:
Hi...I could not fire the following command after installing postgresql.

postgres -D /var/lib/pgsql/data/   ( My conf file resides at /var/lib/pgsql/data/ )

It gives me the following error.

LOG:  could not bind IPv4 socket: Address already in use
HINT:  Is another postmaster already running on port 5433? If not, wait a few seconds and retry.
WARNING:  could not create listen socket for "127.0.0.1"
FATAL:  could not create any TCP/IP sockets

Please help me out asap.I have enclosed my postgresql.conf file hereby.

Thanks and Regards,

Pavithran Sudarmozhi,669590.

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
for the use of the addressee(s). If you are not the intended recipient, please
notify the sender by e-mail and delete the original message. Further, you are not
to copy, disclose, or distribute this e-mail or its contents to any other person and
any such actions are unlawful. This e-mail may contain viruses. Infosys has taken
every reasonable precaution to minimize this risk, but is not liable for any damage
you may sustain as a result of any virus in this e-mail. You should carry out your
own virus checks before opening the e-mail or attachment. Infosys reserves the
right to monitor and review the content of all messages sent to or from this e-mail
address. Messages sent to or from this e-mail address may be stored on the
Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

Вложения

Re:

От
John R Pierce
Дата:
On 4/10/2015 2:52 AM, Pavithran Sudarmozhi wrote:
> LOG:  could not bind IPv4 socket: Address already in use
> HINT:  Is another postmaster already running on port 5433?

that seems self-evident to me.

I fail to see how this is a bug report.

you also left out the details like what OS and version you're running,
how you installed postgres (many platforms have multiple choices), and
what version of postgresql this is.

a side note, you rarely if ever manually start postgres that way, rather
on most platforms the installer adds system service scripts, so for
example on a RHEL 5 or 6 system, you'd use

$ sudo service postgresql-9.3 start



--
john r pierce, recycling bits in santa cruz