Conexión al local host del servidor

Lists: pgsql-es-ayuda
From: "Sistemas C(dot)M(dot)P(dot)" <sistemascmp(at)redynet4(dot)com(dot)ar>
To: <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: postgres con Crystal reports
Date: 2006-05-05 15:44:44
Message-ID: 001301c6705a$d4c78190$0501a8c0@pcsistemas
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

Luego de llamar a un reporte (Crystal) conectado con postgres al intentar hacer un UPDATE en una tabla obtengo un error de protección general.
Solo en las Pc que todavia usan Windows98.
A alguien le sucedió?


From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Sistemas C(dot)M(dot)P(dot)" <sistemascmp(at)redynet4(dot)com(dot)ar>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: postgres con Crystal reports
Date: 2006-05-07 17:45:53
Message-ID: c2d9e70e0605071045se01d167v9ec54a09b3c01763@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

On 5/5/06, Sistemas C.M.P. <sistemascmp(at)redynet4(dot)com(dot)ar> wrote:
>
> Luego de llamar a un reporte (Crystal) conectado con postgres al intentar
> hacer un UPDATE en una tabla obtengo un error de protección general.
> Solo en las Pc que todavia usan Windows98.
> A alguien le sucedió?
>

Me ha sucedido pero usaba access en esa epoca... el problema no es de
la base sino de crystal... o sera win98?

--
Atentamente,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook


From: "Roberto Aguirre" <raguirre(at)infonegocio(dot)net(dot)pe>
To: <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Conexión al local host del servidor
Date: 2006-05-07 20:43:22
Message-ID: 000001c67216$e4d21ce0$0901a8c0@dmageserver
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

Hola gente, tengo un problema al conectarme al host para acceder a la
base de datos...me sale el sgte error:

could not connect to server: Connection refused(0x0000274D/10061) Is the
server running on host
"127.0.0.1" and accepeting TCP/IP connections on port 5432?

El lugar donde van los rangos de IP en el pg_hba.conf lo tengo de la
sgte manera

# Put your actual configuration here
# ----------------------------------
#
# If you want to allow non-local connections, you need to add more
# "host" records. In that case you will also need to make PostgreSQL
listen
# on a non-local interface via the listen_addresses configuration
parameter,
# or via the -i or -h command line switches.
#

# TYPE DATABASE USER CIDR-ADDRESS
Roberto dice:
#IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 192.168.1.0/24 md5

Roberto dice:
# IPv6 local connections:
#host all all ::1/128 md5

POR FAVOR, q alguien me diga q puedo hacer para solucionar este
problema.


From: "Javier Carlos" <nediam(at)nediam(dot)com(dot)mx>
To: "Roberto Aguirre" <raguirre(at)infonegocio(dot)net(dot)pe>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Conexión al local host del servidor
Date: 2006-05-07 21:20:40
Message-ID: 62391.200.95.155.150.1147036840.squirrel@mail.nediam.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

Reiniciaste el server despúes de hacer los cambios al pg_hba.conf?

Te estás tratando de conectar a tu localhost de qué manera:

a) psql -h 127.0.0.1 template1

b) psql template1

Si lo estás haciendo de la segunda manera, entonces también necesitas
agregar a tu pg_hba.con la siguiente línea:

local all all md5

Saludos,

Javier

> Hola gente, tengo un problema al conectarme al host para acceder a la
> base de datos...me sale el sgte error:
>
> could not connect to server: Connection refused(0x0000274D/10061) Is the
> server running on host
> "127.0.0.1" and accepeting TCP/IP connections on port 5432?
>
> El lugar donde van los rangos de IP en el pg_hba.conf lo tengo de la
> sgte manera
>
> # Put your actual configuration here
> # ----------------------------------
> #
> # If you want to allow non-local connections, you need to add more
> # "host" records. In that case you will also need to make PostgreSQL
> listen
> # on a non-local interface via the listen_addresses configuration
> parameter,
> # or via the -i or -h command line switches.
> #
>
>
>
> # TYPE DATABASE USER CIDR-ADDRESS
> Roberto dice:
> #IPv4 local connections:
> host all all 127.0.0.1/32 md5
> host all all 192.168.1.0/24 md5
>
> Roberto dice:
> # IPv6 local connections:
> #host all all ::1/128 md5
>
> POR FAVOR, q alguien me diga q puedo hacer para solucionar este
> problema.
>
>
>
> ---------------------------(fin del mensaje)---------------------------
> TIP 3: si publicas/lees desde Usenet, por favor envía "subscribe-nomail"
> a majordomo(at)postgresql(dot)org para que tus mensajes puedan llegar
> a los suscriptores de la lista
>

-------------
nediam.com.mx


From: "Roberto Aguirre" <raguirre(at)infonegocio(dot)net(dot)pe>
To: "'Javier Carlos'" <nediam(at)nediam(dot)com(dot)mx>
Cc: <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: RE: [pgsql-es-ayuda] Conexión al local host del servidor
Date: 2006-05-07 21:30:08
Message-ID: 000001c6721d$6d0c52a0$0901a8c0@dmageserver
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

Como verifico de q manera me conecto al server a (psql -h 127.0.0.1
template1) o b(psql template1)?

-----Mensaje original-----
De: pgsql-es-ayuda-owner(at)postgresql(dot)org
[mailto:pgsql-es-ayuda-owner(at)postgresql(dot)org] En nombre de Javier Carlos
Enviado el: Domingo, 07 de Mayo de 2006 04:21 p.m.
Para: Roberto Aguirre
CC: pgsql-es-ayuda(at)postgresql(dot)org
Asunto: Re: [pgsql-es-ayuda] Conexión al local host del servidor

Reiniciaste el server despúes de hacer los cambios al pg_hba.conf?

Te estás tratando de conectar a tu localhost de qué manera:

a) psql -h 127.0.0.1 template1

b) psql template1

Si lo estás haciendo de la segunda manera, entonces también necesitas
agregar a tu pg_hba.con la siguiente línea:

local all all md5

Saludos,

Javier

> Hola gente, tengo un problema al conectarme al host para acceder a la
> base de datos...me sale el sgte error:
>
> could not connect to server: Connection refused(0x0000274D/10061) Is
> the server running on host "127.0.0.1" and accepeting TCP/IP
> connections on port 5432?
>
> El lugar donde van los rangos de IP en el pg_hba.conf lo tengo de la
> sgte manera
>
> # Put your actual configuration here
> # ----------------------------------
> #
> # If you want to allow non-local connections, you need to add more #
> "host" records. In that case you will also need to make PostgreSQL
> listen # on a non-local interface via the listen_addresses
> configuration parameter,
> # or via the -i or -h command line switches.
> #
>
>
>
> # TYPE DATABASE USER CIDR-ADDRESS
> Roberto dice:
> #IPv4 local connections:
> host all all 127.0.0.1/32 md5
> host all all 192.168.1.0/24 md5
>
> Roberto dice:
> # IPv6 local connections:
> #host all all ::1/128 md5
>
> POR FAVOR, q alguien me diga q puedo hacer para solucionar este
> problema.
>
>
>
> ---------------------------(fin del
> mensaje)---------------------------
> TIP 3: si publicas/lees desde Usenet, por favor envía
"subscribe-nomail"
> a majordomo(at)postgresql(dot)org para que tus mensajes puedan llegar
> a los suscriptores de la lista
>

-------------
nediam.com.mx

---------------------------(fin del mensaje)---------------------------
TIP 3: si publicas/lees desde Usenet, por favor envía "subscribe-nomail"
a majordomo(at)postgresql(dot)org para que tus mensajes puedan llegar
a los suscriptores de la lista


From: Espartano <espartano(dot)mail(at)gmail(dot)com>
To: "Roberto Aguirre" <raguirre(at)infonegocio(dot)net(dot)pe>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Conexión al local host del servidor
Date: 2006-05-07 23:40:48
Message-ID: d353bd50605071640m3bc4f0abi81be3130dc6dda7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

On 5/7/06, Roberto Aguirre <raguirre(at)infonegocio(dot)net(dot)pe> wrote:
> Hola gente, tengo un problema al conectarme al host para acceder a la
> base de datos...me sale el sgte error:
>
> could not connect to server: Connection refused(0x0000274D/10061) Is the
> server running on host
> "127.0.0.1" and accepeting TCP/IP connections on port 5432?
>
> El lugar donde van los rangos de IP en el pg_hba.conf lo tengo de la
> sgte manera
>
> # Put your actual configuration here
> # ----------------------------------
> #
> # If you want to allow non-local connections, you need to add more
> # "host" records. In that case you will also need to make PostgreSQL
> listen
> # on a non-local interface via the listen_addresses configuration
> parameter,
> # or via the -i or -h command line switches.
> #
>
>
>
> # TYPE DATABASE USER CIDR-ADDRESS
> Roberto dice:
> #IPv4 local connections:
> host all all 127.0.0.1/32 md5
> host all all 192.168.1.0/24 md5
>
> Roberto dice:
> # IPv6 local connections:
> #host all all ::1/128 md5
>
> POR FAVOR, q alguien me diga q puedo hacer para solucionar este
> problema.
>

Esto me huele mas a que no has editado el archivo postgresql.conf para
dar soporte a los sockets unix


From: "Javier Carlos" <nediam(at)nediam(dot)com(dot)mx>
To: "Roberto Aguirre" <raguirre(at)infonegocio(dot)net(dot)pe>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: RE: Conexión al local host del servidor
Date: 2006-05-08 03:27:05
Message-ID: 64293.200.95.155.150.1147058825.squirrel@mail.nediam.com.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-es-ayuda

Qué es exactamente lo que escribes para que te dé el error que nos
dices: "could not connect to server: Connection
refused(0x0000274D/10061) Is the server running on host "127.0.0.1"
and accepting TCP/IP connections on port 5432?"

> Como verifico de q manera me conecto al server a (psql -h 127.0.0.1
> template1) o b(psql template1)?
>
>
> -----Mensaje original-----
> De: pgsql-es-ayuda-owner(at)postgresql(dot)org
> [mailto:pgsql-es-ayuda-owner(at)postgresql(dot)org] En nombre de Javier Carlos
> Enviado el: Domingo, 07 de Mayo de 2006 04:21 p.m.
> Para: Roberto Aguirre
> CC: pgsql-es-ayuda(at)postgresql(dot)org
> Asunto: Re: [pgsql-es-ayuda] Conexión al local host del servidor
>
>
> Reiniciaste el server despúes de hacer los cambios al pg_hba.conf?
>
> Te estás tratando de conectar a tu localhost de qué manera:
>
> a) psql -h 127.0.0.1 template1
>
> b) psql template1
>
> Si lo estás haciendo de la segunda manera, entonces también necesitas
> agregar a tu pg_hba.con la siguiente línea:
>
> local all all md5
>
>
> Saludos,
>
> Javier
>
>
>
>> Hola gente, tengo un problema al conectarme al host para acceder a la
>> base de datos...me sale el sgte error:
>>
>> could not connect to server: Connection refused(0x0000274D/10061) Is
>> the server running on host "127.0.0.1" and accepeting TCP/IP
>> connections on port 5432?
>>
>> El lugar donde van los rangos de IP en el pg_hba.conf lo tengo de la
>> sgte manera
>>
>> # Put your actual configuration here
>> # ----------------------------------
>> #
>> # If you want to allow non-local connections, you need to add more #
>> "host" records. In that case you will also need to make PostgreSQL
>> listen # on a non-local interface via the listen_addresses
>> configuration parameter,
>> # or via the -i or -h command line switches.
>> #
>>
>>
>>
>> # TYPE DATABASE USER CIDR-ADDRESS
>> Roberto dice:
>> #IPv4 local connections:
>> host all all 127.0.0.1/32 md5
>> host all all 192.168.1.0/24 md5
>>
>> Roberto dice:
>> # IPv6 local connections:
>> #host all all ::1/128 md5
>>
>> POR FAVOR, q alguien me diga q puedo hacer para solucionar este
>> problema.
>>
>>
>>
>> ---------------------------(fin del
>> mensaje)---------------------------
>> TIP 3: si publicas/lees desde Usenet, por favor envía
> "subscribe-nomail"
>> a majordomo(at)postgresql(dot)org para que tus mensajes puedan llegar
>> a los suscriptores de la lista
>>
>
>
>
> -------------
> nediam.com.mx
>
>
> ---------------------------(fin del mensaje)---------------------------
> TIP 3: si publicas/lees desde Usenet, por favor envía "subscribe-nomail"
> a majordomo(at)postgresql(dot)org para que tus mensajes puedan llegar
> a los suscriptores de la lista
>
>
>