Bug 786994 - katello-jobs not started / on chkconfig after running katello-configure --deployment=headpin
Summary: katello-jobs not started / on chkconfig after running katello-configure --dep...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Subscription Asset Manager
Classification: Retired
Component: katello
Version: 1.0.0
Hardware: All
OS: Linux
urgent
medium
Target Milestone: ---
: 1.0
Assignee: Jordan OMara
QA Contact: SAM QE List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-02 20:51 UTC by Jordan OMara
Modified: 2014-11-09 22:55 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-27 00:20:58 UTC
Embargoed:


Attachments (Terms of Use)

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


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