Re: [Openstack] Stopping Devstack from running

2012-12-23 Thread Sankha Narayan Guria
On Fri, Dec 21, 2012 at 10:32 AM, Dean Troyer dtro...@gmail.com wrote:

 On Thu, Dec 20, 2012 at 9:10 PM, Sankha Narayan Guria
 sankh...@gmail.com wrote:
  I had installed Devstack on my Ubuntu system from http://devstack.org/and
  it runs everytime when I boot my system. Is there a way to stop that?
  Nothing is mentioned on their website.

 The only bits of DevStack that are set to automatically run at boot
 are the service packages provided by the OS such as Apache (as you
 found), the database server (MySQL by default), the queue server
 (rabbitmq by default) and tgt if you have cinder enabled..  Are you
 saying that you get all of the services running in screen on boot?
 That would mean that stack.sh or rejoin-stack.sh is being run by a
 boot script and it shouldn't be.


I verified, stack.sh is not running on startup. Its just that the MySQL
daemon and the Apache HTTP server that starts with the system boot, which I
don't want to happen. Is there any specific way to stop that on Ubuntu?


 Oddly enough there are a number of people that wish DevStack would
 survive a reboot.  We actively discourage that to keep it from being
 used for more than development.

 dt

 --

 Dean Troyer
 dtro...@gmail.com

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Stopping Devstack from running

2012-12-20 Thread Sankha Narayan Guria
Hi,
I had installed Devstack on my Ubuntu system from http://devstack.org/ and
it runs everytime when I boot my system. Is there a way to stop that?
Nothing is mentioned on their website.

I have been able to stop the Apache server from running in the background
by the command:

apachectl -k stop

but I am unable to stop the MySQL Daemon. The conflict is because I need to
run XAMPP for Linux sometimes on my system.

Please suggest any ways to do this.

Thanks,
Sankha
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp