Jump to content

Recommended Posts

Posted

Hi guys

 

2 new CentOS 6.7 64 bit installations, all works as expected and the agent does its job well however, once machine restarts, agent doesn't start automatically. We need to force it by: /etc/init.d/pulseway start

The get around the problem we tried:

chkconfig --add pulseway

and error comes up:

service pulseway does not support chkconfig

Any ideas please?

 

  • Staff
Posted

Hi Norman,

Please edit /etc/init.d/pulseway and change :
 
# chkconfig: 98 98 03
 
with:
 
# chkconfig: 35 98 03
 
Then run this:
 
/sbin/chkconfig --add pulseway
/sbin/chkconfig --level 35 pulseway on
 

Regards,

Mark

 

 

  • Staff
Posted

Hi Noman,

We've released a new Linux agent that has this problem fixed. Thanks again for your report.

Chris

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...