>>> "John_root" == root  <[EMAIL PROTECTED]> writes:

    John_root> Everytime Bar once that i have ever installed Linux
    John_root> Mandrake v7 i have had an error report when i try and
    John_root> save any LinuxConf changes done in KDE. It says:
    John_root> "invalid /var/run/postmaster,pid file" This is actually
    John_root> really annoying and was wanting to know if anyoine
    John_root> coiuld help.  Idea's appreciated.

Are you running postgresql on startup?  

# ps ax |grep postgresql

If yes, do you need to?

If you do not need to, disable postgresql by doing

# /sbin/setup  (as user 'root', going in to 'System services')

Then to halt any existing postgresql process, do

# /etc/rc.d/init.d/postgresql stop

Then rm the .pid

(If you're running postgreql and needn't, you may experience a system
performance improvement after doing the 'stop'.  Postgresql likes lots
of memory.)

****BTW, sending mail as 'root' is a Bad Idea.****

Reply via email to