[pgadmin-support] pgadmin-support@postgresql.org

2003-02-14 Thread Sutto Zoltan
After compiling , installing postgresql-server-7.3-2 on my Red Hat 6.2 box
when I'am trying to run psql I receive the following error message.

psql: FATAL:  Missing or erroneous pg_hba.conf file, see postmaster log
for details

Is there anybody could fix it?

Any help woudl be appreciated.


Thanx

Zoltan Sutto


The pg_hba.conf as follows.
# PostgreSQL Client Authentication Configuration File
# ===
#
# Refer to the PostgreSQL Administrator's Guide, chapter "Client
# Authentication" for a complete description.  A short synopsis
# follows.
#
# This file controls: which hosts are allowed to connect, how clients
# are authenticated, which PostgreSQL user names they can use, which
# databases they can access.  Records take one of three forms:
#
# localDATABASE  USER  METHOD  [OPTION]
# host DATABASE  USER  IP-ADDRESS  IP-MASK  METHOD  [OPTION]
# hostssl  DATABASE  USER  IP-ADDRESS  IP-MASK  METHOD  [OPTION]
#
# (The uppercase quantities should be replaced by actual values.)
# DATABASE can be "all", "sameuser", "samegroup", a database name (or
# a comma-separated list thereof), or a file name prefixed with "@".
# USER can be "all", an actual user name or a group name prefixed with
# "+" or a list containing either.  IP-ADDRESS and IP-MASK specify the
# set of hosts the record matches.  METHOD can be "trust", "reject",
# "md5", "crypt", "password", "krb4", "krb5", "ident", or "pam".  Note
# that "password" uses clear-text passwords; "md5" is preferred for
# encrypted passwords.  OPTION is the ident map or the name of the PAM
# service.
#
# This file is read on server startup and when the postmaster receives
# a SIGHUP signal.  If you edit the file on a running system, you have
# to SIGHUP the postmaster for the changes to take effect, or use
# "pg_ctl reload".

# Put your actual configuration here
# --
#
# CAUTION: The default configuration allows any local user to connect
# using any PostgreSQL user name, including the superuser, over either
# Unix-domain sockets or TCP/IP.  If you are on a multiple-user
# machine, the default configuration is probably too liberal for you.
# Change it to use something other than "trust" authentication.
#
# If you want to allow non-local connections, you need to add more
# "host" records.  Also, remember TCP/IP connections are only enabled
# if you enable "tcpip_socket" in postgresql.conf.

# TYPE  DATABASEUSERIP-ADDRESSIP-MASK   METHOD

#local   all all trust
hostall all 127.0.0.1 255.255.255.255   trust

# Using sockets credentials for improved security. Not available everywhere,
# but works on Linux, *BSD (and probably some others)

local   all ident   sameuser


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster



[pgadmin-support] Very Slow connecting and loading database

2003-02-14 Thread Roberto Mason
I'm running PostgreSQL at home. I want to learn SQL programming with Visual
Basic. When I connect with pgadminII to the server  (log in with postgres -
no password), it takes up to 3-4 minutes to connect. When I click to the
database "bobsimple - sample database", it can take over 5 minutes to
"examine".

Would some now what could possibly cause this problems.


I have a home network, running PostgreSQL 7.2.3 on Redhat 8.0. It's a home
server running on a Celeron 400 Mhz, 256 Megs of memory. I'm also running
Samba and Exim MTA. I may be overloading it a bit, but it shouldn't be this
slow, atleast I think not.

Thanks for whatever help may be available

Roberto


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]