[Pgsql-ayuda] error al iniciar postgresql

Carlos cperochena@servilex.com.pe
Tue, 22 Jul 2003 12:32:09 -0500


Mauro hize lo que dices:  -pero -
[root@mail tmp]# service postgresql start
Starting postgresql service:                               [FALLÓ]

Tengo RedHat 7.3, postgresql 7.2.1

mi archivo pg_hba.conf solo tiene estas lineas

local      all                                          trust
host       all         127.0.0.1     255.255.255.255    trust
#Accesos
host         all          10.0.0.14    255.255.255.0       trust
host         all          10.0.0.11    255.255.255.0       trust
host         all          10.0.0.20    255.255.255.0       trust

saludos

Carlos
-----Mensaje original-----
De: Mauro Morales <mmorales@tvninteractivo.cl>
Para: Carlos <cperochena@servilex.com.pe>
CC: pgsql-ayuda@tlali.iztacala.unam.mx <pgsql-ayuda@tlali.iztacala.unam.mx>
Fecha: Martes, 22 de Julio de 2003 12:44 p.m.
Asunto: RE: [Pgsql-ayuda] error al iniciar postgresql


No recuerdo que distribucion linux tienes instalado,
pero si tienes Mandrake o Redhat, haz lo siguiente.

# service postgresql start (otras opciones son stop, restart, reload)

y luego vuelve a revisar si el puerto 5432 esta evantado.

_NO OLVIDES_ revisar tambien tu pg_hba.conf. OK ?.

Saludos.

El mar, 22-07-2003 a las 13:06, Carlos escribió:
> patricio,
> utilize el nmap y
> el puerto 5432 no esta abierto.
>
> luego...
>
>
> -----Mensaje original-----
> De: Patricio Muñoz <pmunoz@cmet.net>
> Para: Carlos <cperochena@servilex.com.pe>;
> pgsql-ayuda@tlali.iztacala.unam.mx <pgsql-ayuda@tlali.iztacala.unam.mx>
> Fecha: Martes, 22 de Julio de 2003 11:59 a.m.
> Asunto: Re: [Pgsql-ayuda] error al iniciar postgresql
>
>
> >
> >> gracias patricio,
> >> pero revise mi postgresql.conf y si estan sin # esas lineas
> >>
> >> ...
> >> tcpip_socket = true
> >> #ssl = false
> >> #max_connections = 32
> >> port = 5432
> >> #hostname_lookup = false
> >> #show_source_port = true
> >> #unix_socket_directory = ''
> >> #unix_socket_group = ''
> >> #unix_socket_permissions = 0777
> >> ...
> >>
> >> alguna otra sugerencia?
> >
> >Como primera medida es verificar que PostgreSql esté aceptando peticiones
> >hacia el puerto 5432. Puedes utilizar el comando "nmap" de linux, te
> muestra
> >los puertos que estan abiertos, debería aparecer el 5432.
> >
> >saludos
> >> -----Mensaje original-----
> >> De: Patricio Muñoz <pmunoz@cmet.net>
> >> Para: Carlos <cperochena@servilex.com.pe>;
> >> pgsql-ayuda@tlali.iztacala.unam.mx <pgsql-ayuda@tlali.iztacala.unam.mx>
> >> Fecha: Martes, 22 de Julio de 2003 11:01 a.m.
> >> Asunto: Re: [Pgsql-ayuda] error al iniciar postgresql
> >>
> >>
> >> >> hola a todos,, gracias por sus respuestas, tengo un error cuando
> quiero
> >> >> levantar el servicio postgresql:
> >> >>
> >> >> No such file or directory Is the server running locally and
accepting
> >> >> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
> >> >>
> >> >> He revisado y no tengo ese archivo (lo busqué /tmp/ls -a)
> >> >>
> >> >> Pero tambien me he fijado que no existen los archivos:( que leyendo
al
> >> >> respecto, creo q son archivos que se generan con postgresql)
> >> >> .s.PGSQL.5432
> >> >> .s.PGSQL.5432.lock
> >> >PostgreSql no esta aceptando conexiones via socket al puerto 5432.
> >> Configura
> >> >el archivo postgresql.conf para que acepte conexiones tcp/ip
> >> >en las lineas que dice:
> >> >tcpip_socket = true
> >> >port = 5432
> >> >sacas el simbolo #
> >> >
> >> >saludos
> >> >> alguien me puede dar un help!!!
> >> >>
> >> >> gracias
> >> >>
> >> >> Carlos
> >> >>
> >> >> _______________________________________________
> >> >> Pgsql-ayuda mailing list
> >> >> Pgsql-ayuda@tlali.iztacala.unam.mx
> >> >> http://tlali.iztacala.unam.mx/mailman/listinfo/pgsql-ayuda
> >> >>
> >> >
> >>
> >> _______________________________________________
> >> Pgsql-ayuda mailing list
> >> Pgsql-ayuda@tlali.iztacala.unam.mx
> >> http://tlali.iztacala.unam.mx/mailman/listinfo/pgsql-ayuda
> >>
> >
>
> _______________________________________________
> Pgsql-ayuda mailing list
> Pgsql-ayuda@tlali.iztacala.unam.mx
> http://tlali.iztacala.unam.mx/mailman/listinfo/pgsql-ayuda
>