Bug 866646 - Section 5.1 section 1 bogus kills
Summary: Section 5.1 section 1 bogus kills
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: CloudForms Common
Classification: Retired
Component: Docs Installation Guide
Version: 1.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
Assignee: Dan Macpherson
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-15 19:20 UTC by pgambard
Modified: 2012-12-10 21:50 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-10 21:50:28 UTC
Embargoed:


Attachments (Terms of Use)

Description pgambard 2012-10-15 19:20:00 UTC
Description of problem:
The instructions for removal of katello contain bogus kill statements

Version-Release number of selected component (if applicable):
1.1

How reproducible:
very

Steps to Reproduce:
1. run katello-service stop
2. kill -9 `ps -aef | grep katello | grep -v grep | awk '{print $2}'`
3. kill -9 `ps -aef | grep delayed_job | grep -v grep | awk '{print $2}'`
  
Actual results:

[root@katello ~]# katello-service stop
Shutting down Katello services...
Stopping katello:
Stopping elasticsearch:                                    [  OK  ]
Stopping httpd:                                            [  OK  ]
Stopping Qpid AMQP daemon:                                 [  OK  ]
Stopping mongod:                                           [  OK  ]
Stopping httpd:                                            [FAILED]
Stopping tomcat6:                                          [  OK  ]
Done.
[root@katello ~]# kill -9 `ps -aef | grep katello | grep -v grep | awk '{print $2}'`
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
[root@katello ~]# kill -9 `ps -aef | grep delayed_job | grep -v grep | awk '{print $2}'`
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]

Expected results:
kill should return nothing instead of an error bombing out because it found no PID to kill or the kills in the document are unnessesary

Additional info:

Comment 2 Dan Macpherson 2012-10-18 18:27:10 UTC
I think they're unnecessary. Originally there wasn't a script to stop the katello services so you had to stop the processes manually.

I'll remove them from the documentation.

Comment 3 Dan Macpherson 2012-10-18 19:09:53 UTC
Removed. Changes will be available next time the guide has been brewed.

Comment 6 Lana Brindley 2012-11-19 02:37:27 UTC
This documentation has now been dropped to translation ahead of publication. For any further issues, please open a new a bug.

LKB

Comment 7 Lana Brindley 2012-12-10 21:50:28 UTC
This document is now publicly available on access.redhat.com. For any further issues, please raise a new bug.

LKB


Note You need to log in before you can comment on or make changes to this bug.