<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.8.1">
</HEAD>
<BODY>
Blair,<BR>
Yes everything finally installed fine! <BR>
But were is the configuration file and the services autostart file? <BR>
I ran:<BR>
/usr/lib/postgresql/8.1/bin/initdb --pgdata=/var/lib/postgresql/8.1/data <BR>
/usr/lib/postgresql/8.1/bin/postmaster -D /var/lib/postgresql/8.1/data <BR>
<BR>
But got the message that the server was already started, and thus the port bussy. <BR>
I killed the Postgres services och restarted it with:<BR>
/usr/lib/postgresql/8.1/bin/postmaster -D /var/lib/postgresql/8.1/data  -i<BR>
And after that It started up allright and I could connect to the database through pgadmin3 at localhost.<BR>
After I restarted the computer the postgres-service was once more without the -i option. <BR>
and I found that /etc/postgresql/8.1/main contained another (or rather the first database location). I changed that postgresql.conf to <BR>
listen_addresses = 'localhost' and restarted the computer. But once more the server started without the -i option or without access via localhost.<BR>
???? were do I make the changes so that I can connect to my database with pgadmin3?<BR>
Regards Mikael<BR>
<BR>
</BODY>
</HTML>