Thank you for the fast answers. In the mean time I discovered another problem between MySQL's dbd and PgSQL's. I removed that and verified every permission on the needed files and finally had PgSQL back up... Now, for some _odd_ reasons, ALL the databases disapeared. At least I have postmaster running fine now... I hope to be able to find a way to reconstruct all my dbs soon enough (aaarrrghhhhhh) Thanks! ----------- [ Félix C.Courtemanche | Web Designer ] [ Head Designer | Co-Admin ] [ [EMAIL PROTECTED] ] [ Can-Host Networks | http://can-host.com ] -----Message d'origine----- De : Len Morgan <[EMAIL PROTECTED]> À : Can-Host Networks - Félix C.Courtemanche <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date : 14 mai, 2000 08:45 Objet : Re: [ADMIN] Problems with PostgreSQL >I would check two things right away: > >1. Is the Postmaster running (ps ax | grep postmaster) and is it accepting >IP connections (i.e., not just UNIX socket connections)? This is shown by >the -i option you should see in the ps command. You did not mention the >version of Postgresql/RPM you are running but as I recall, the first ones I >used from RedHat did NOT have the -i option to the postmaster on. I had to >edit the startup script. > >2. Can you run psql (i.e., don't use the Perl/DBI/DBD part yet)? It's >always easier to break down the problem and find out what IS working first. >If you can make connections with psql (on ANOTHER machine not the one the >server is on), then you know the database server is ok and the problem is >probably on the perl side. I will have to defer to others to help you there >since I use tcl/Tk. > >You might also want to check the pg_hba.conf file and make sure that you are >allowing connections from other machines. As I recall, the stock RPMs are >not set up to allow connections from anyone accept users on the same machine >the server is on. pg_hba.conf is very well documented with comments. > >You also mentioned in the error message about port #5583 not responding. >This would lead me to believe that someone has changed the stock port number >(5432) to 5583 at least for the process trying to connect (i.e., perl/DBD). >If you have the server listening on different port, you will end up with a >situation like my first marriage where one program is talking on one port# >while the other is listening to something else. The results will be the >same as mine. :-( > >I hope this helps you out. I'm sure you'll get other responses. We tend to >be a helpful bunch! > >len morgan > > > > >
Re: [ADMIN] Problems with PostgreSQL
Can-Host Networks - Félix C.Courtemanche Sun, 14 May 2000 12:36:33 -0700
- [ADMIN] Problems with PostgreSQL Can-Host Networks - Félix C.Courtemanche
- Re: [ADMIN] Problems with Po... Len Morgan
- [ADMIN] Problems with Postgr... Can-Host Networks - Félix C.Courtemanche
- [ADMIN] Problems with Postgr... Can-Host Networks - Félix C.Courtemanche
- [ADMIN] Problems with Postgr... Juan Pablo Grassi