Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Kura » how to stop kura from restarting its self(every time i stop kura via 'service kura stop' it restarts within 10 seconds)
how to stop kura from restarting its self [message #1709097] Thu, 24 September 2015 03:10 Go to next message
paul stanton is currently offline paul stantonFriend
Messages: 87
Registered: July 2009
Member
Hi all,

I would like to stop the kura process temporarily while I test some stuff. I do not want to shutdown the system/os.

I have tried

>> chkconfig kura off
>> service kura stop

>> chkconfig --list 

kura                      0:off  1:off  2:off  3:off  4:off  5:off  6:off


it starts again anyway within 10 seconds.

how do I disable the auto-restart of kura? Ideally, I would like kura to start on boot, but if I stop it, I want it to stay stopped until i reboot or start it.

thanks, p.
Re: how to stop kura from restarting its self [message #1709115 is a reply to message #1709097] Thu, 24 September 2015 07:36 Go to previous messageGo to next message
paul stanton is currently offline paul stantonFriend
Messages: 87
Registered: July 2009
Member
uname -a
Linux beaglebone 3.8.13-bone47 #1 SMP Fri Apr 11 01:36:09 UTC 2014 armv7l GNU/Linux
Re: how to stop kura from restarting its self [message #1709124 is a reply to message #1709115] Thu, 24 September 2015 09:14 Go to previous messageGo to next message
Pierre Pitiot is currently offline Pierre PitiotFriend
Messages: 16
Registered: April 2015
Junior Member
Hello

you need to stop monit which is in charge of restarting Kura:

sudo service monit stop
or sudo killall monit

Regards
--Pierre
Re: how to stop kura from restarting its self [message #1709125 is a reply to message #1709115] Thu, 24 September 2015 09:14 Go to previous messageGo to next message
Pierre Pitiot is currently offline Pierre PitiotFriend
Messages: 16
Registered: April 2015
Junior Member
Hello

you need to stop monit which is in charge of restarting Kura:

sudo service monit stop
or sudo killall monit

Regards
--Pierre
Re: how to stop kura from restarting its self [message #1709137 is a reply to message #1709125] Thu, 24 September 2015 12:15 Go to previous message
paul stanton is currently offline paul stantonFriend
Messages: 87
Registered: July 2009
Member
perfect thanks pierre!
Previous Topic:Maven Tycho Surefire Plugin issue
Next Topic:Problems installing Kura
Goto Forum:
  


Current Time: Thu Apr 25 14:44:38 GMT 2024

Powered by FUDForum. Page generated in 0.25580 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top