Thread: respawning too fast

respawning too fast

From
Tadej Panjtar
Date:
Why i get this message in /var/log/messages

medo init: Id "pg" respawning too fast: disabled for 5 minutes




Re: [ADMIN] respawning too fast

From
"Oliver Elphick"
Date:
Tadej Panjtar wrote:
  >Why i get this message in /var/log/messages
  >
  >medo init: Id "pg" respawning too fast: disabled for 5 minutes

This is a message from the init process.  Look at the file /etc/inittab
which must contain a respawned command (probably on a line that begins
'pg:') that is failing.

Run the failing command in an ordinary window to find out what is going
wrong.

If you are not the system administrator, you should pass the problem to
him.

Read the man page on init, to understand what it does.


--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
               PGP key from public servers; key ID 32B8FAA1
                 ========================================
     "Who is like unto thee, O LORD, among the gods? who is
      like thee, glorious in holiness, fearful in praises,
      doing wonders?"             Exodus 15:11



Re: [ADMIN] respawning too fast

From
"Gene Selkov Jr."
Date:
> Why i get this message in /var/log/messages
>
> medo init: Id "pg" respawning too fast: disabled for 5 minutes
>

In order to get to the cause, try to execute the command line from
/etc/innittab manually, without redirecting errors to /dev/null. It is
most probably because of the lock file, .s.PGSQL.*, left by a dead or
interrupted postmaster.

--Gene