dbTalk Databases Forums  

[PostgreSQL][Install prb]

comp.databases.postgresql comp.databases.postgresql


Discuss [PostgreSQL][Install prb] in the comp.databases.postgresql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
news.free.fr
 
Posts: n/a

Default [PostgreSQL][Install prb] - 01-01-2007 , 05:59 AM






Hi,

I am under debian sarge and it is running well.
I've been trying to install postgreSQL 7.8.4 and it was working.
After trying to customize my postgresql installation, the service wasn't
available any more. Prb with postmaster and pid file.
The only way to restart the linux box was to rename the init script from
S* to K*. I've deleted all postgresql files (conf and others) ...
Now, it is impossible to reinstall postgresql via apt-get (dpkg
--configure failure)
I ve tried to compile it manually, it works, but no way to start postmaster.
How can I clean my box ? My log files don't give useful information.
(I am not a Linux Guru)

Thanks and happy new year.
roGGery

Reply With Quote
  #2  
Old   
Laurenz Albe
 
Posts: n/a

Default Re: [PostgreSQL][Install prb] - 01-03-2007 , 05:31 AM






news.free.fr <roggery (AT) free (DOT) fr> wrote:
Quote:
I am under debian sarge and it is running well.
I've been trying to install postgreSQL 7.8.4 and it was working.
After trying to customize my postgresql installation, the service wasn't
available any more. Prb with postmaster and pid file.
The only way to restart the linux box was to rename the init script from
S* to K*. I've deleted all postgresql files (conf and others) ...
Now, it is impossible to reinstall postgresql via apt-get (dpkg
--configure failure)
I ve tried to compile it manually, it works, but no way to start postmaster.
How can I clean my box ? My log files don't give useful information.
(I am not a Linux Guru)
That's a little difficult, as you seem to have messed up your installation
unnecessarily.

The message about the pid file usually means that you are trying to start
the server, but it finds a pid file (which is something that PostgreSQL
uses to determine if the server is already running) and refuses to start.

pid files get left behind when the server crashes, you kill it -9, or hit
the big red swith or similar.

Can you uninstall the package?
Have you removed all the S* and K* files for PostgreSQL that may still be
on the machine?
Maybe you can get dpkg to tell you where it has a problem; isn't there
a --debug switch?

Yours,
Laurenz Albe


Reply With Quote
  #3  
Old   
roGGery
 
Posts: n/a

Default Re: [PostgreSQL][Install prb] - 01-17-2007 , 08:42 PM



Quote:
Can you uninstall the package?
Have you removed all the S* and K* files for PostgreSQL that may still be
on the machine?
Yes and it has allowed me to desinstall postgresql via apt-get remove.

Then I reinstall but I've to install simultanously postgresql and
postgresql-client to make the installation work.

Thanks for your help.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.