Bug #9483
closedforeman-tasks fails to start on rhel7 as soon as install finished
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1193791
Description of problem:
hammer ping shows FAIL status for foreman-tasks
[root@qe-sat6-rhel7 ~]# hammer --username admin --password changeme ping
candlepin:
Status: ok
Server Response: Duration: 31ms
candlepin_auth:
Status: ok
Server Response: Duration: 24ms
pulp:
Status: ok
Server Response: Duration: 18ms
pulp_auth:
Status: ok
Server Response: Duration: 21ms
elasticsearch:
Status: ok
Server Response: Duration: 21ms
foreman_tasks:
Status: FAIL
Server Response: Message: foreman-tasks service not running
But looks like service is running.
[root@qe-sat6-rhel7 ~]# systemctl status foreman-tasks
foreman-tasks.service - Foreman jobs daemon
Loaded: loaded (/usr/lib/systemd/system/foreman-tasks.service; enabled)
Active: active (running) since Tue 2015-02-17 18:12:57 EST; 9h ago
Docs: https://github.com/theforeman/foreman-tasks
CGroup: /system.slice/foreman-tasks.service
└─28567 dynflow_executor_monitor
Feb 17 18:07:49 qe-sat6-rhel7.usersys.redhat.com systemd1: Starting Foreman jobs daemon...
Feb 17 18:07:56 qe-sat6-rhel7.usersys.redhat.com foreman-tasks28541: Dynflow Executor: start in progress
Feb 17 18:07:57 qe-sat6-rhel7.usersys.redhat.com foreman-tasks28541: dynflow_executor: process with pid 28564 started.
Feb 17 18:07:57 qe-sat6-rhel7.usersys.redhat.com foreman-tasks28541: Waiting for the executor to be ready...
Feb 17 18:12:57 qe-sat6-rhel7.usersys.redhat.com foreman-tasks28541: ...............................................................................
Feb 17 18:12:57 qe-sat6-rhel7.usersys.redhat.com systemd1: Started Foreman jobs daemon.
Hint: Some lines were ellipsized, use -l to show in full.
Version-Release number of selected component (if applicable):
sat6.1 beta snap3
Satellite-6.1.0-RHEL-7-20150217.0
How reproducible:
always
Steps to Reproduce:
1. install snap3 and once katello-installer finished, check all services with hammer ping command.
2.
3.
Actual results:
foreman-tasks service has FAIL status
Expected results:
should be 'OK'
Additional info:
After restarting foreman-tasks..hammer ping shows 'ok'
[root@qe-sat6-rhel7 ~]# hammer --username admin --password changeme ping
candlepin:
Status: ok
Server Response: Duration: 30ms
candlepin_auth:
Status: ok
Server Response: Duration: 24ms
pulp:
Status: ok
Server Response: Duration: 17ms
pulp_auth:
Status: ok
Server Response: Duration: 22ms
elasticsearch:
Status: ok
Server Response: Duration: 21ms
foreman_tasks:
Status: ok
Server Response: Duration: 1ms
please note state of foreman task failed just after the install.
Updated by Ivan Necas almost 10 years ago
- Status changed from New to Ready For Testing
Updated by Eric Helms almost 10 years ago
- Target version set to 67
- Translation missing: en.field_release set to 23
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 10 years ago
- Pull request https://github.com/Katello/katello-installer/pull/185 added
- Pull request deleted (
)
Updated by Ivan Necas almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|784a25aa12cadfc83829142b93c8db369595535a.