Operating System - HP-UX
1753902 Members
10016 Online
108810 Solutions
New Discussion юеВ

INIT: command is repwning too rapidly

 
Maria Pimentel
Occasional Contributor

INIT: command is repwning too rapidly

Hi,
I have a E35 machine with 10.20, it crashed I just rebuild it and I getting this meessage on the console "init: command is respawning too rapdly" and it's pointing to /usr/vue/bin/vuerc. Any idea?

Thanks,
Maria
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: INIT: command is repwning too rapidly

Hi Maria:

To regain control, do:

# init 1
# ...comment out the /usr/vue/bin/vuerc entry
# init 3

Now fix the problem with the 'vuerc' (or if you don't need to run it, don't).

Regards!

...JRF...
Ken Hubnik_2
Honored Contributor

Re: INIT: command is repwning too rapidly

Check and make sure you do not have something in /sbin/init.d directory that should not be there.
James R. Ferguson
Acclaimed Contributor

Re: INIT: command is repwning too rapidly

Hi (again) Maria:

'vue' generally ran at level-4, so do 'init 4' instead of 'init 3' as I first noted, but that will be apparent in the 'etc/inittab' entry.

Regards!

...JRF...