Bug 786994

Summary: katello-jobs not started / on chkconfig after running katello-configure --deployment=headpin
Product: [Retired] Subscription Asset Manager Reporter: Jordan OMara <jomara>
Component: katelloAssignee: Jordan OMara <jomara>
Status: CLOSED CURRENTRELEASE QA Contact: SAM QE List <sam-qe-list>
Severity: medium Docs Contact:
Priority: urgent    
Version: 1.0.0CC: athomas, bkearney, tomckay
Target Milestone: ---   
Target Release: 1.0   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-27 00:20:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jordan OMara 2012-02-02 20:51:37 UTC
katello-jobs needs to be running after configuring a new deployment of katello.

[root@smoketest ~]# chkconfig --list | grep katello
katello         0:off   1:off   2:on    3:on    4:on    5:on    6:off


[root@smoketest ~]# ps -ef | grep katel
katello  26384     1  1 15:06 ?        00:00:18 thin server  (0.0.0.0:5000)                                                                    
katello  26388     1  1 15:06 ?        00:00:15 thin server (0.0.0.0:5001) 


After starting katello-jobs by hand...
[root@smoketest ~]# chkconfig --list | grep katello
katello         0:off   1:off   2:on    3:on    4:on    5:on    6:off
[root@smoketest ~]# ps -ef | grep katel
...
katello  26957     1  2 15:31 ?        00:00:00 katello/delayed_job                             
katello  26959     1  0 15:31 ?        00:00:00 delayed_job_monitor



This should be started when the configure command is run, or delayed jobs won't run

Comment 1 Jordan OMara 2012-02-08 21:35:31 UTC
Fixed as of 1.131