Actions
Bug #4762
closedfrequent "shutting down Core ... Core terminated." in /var/log/foreman/production.log
Description
I have been tailing logs for about 2 hours and seen this to appear 3 times:
==> /var/log/foreman/cron.log <== ==> /var/log/foreman/production.log <== Connecting to database specified by database.yml Clean start. shutting down Core ... ... Core terminated. Processing by HostsController#externalNodes as YML Parameters: {"name"=>"<fqdn>"} Rendered text template (0.0ms) Completed 200 OK in 66ms (Views: 0.8ms | ActiveRecord: 9.1ms) Processing by Api::V2::HostsController#facts as JSON Parameters: {"facts"=>"[FILTERED]", "certname"=>"<fqdn>", "name"=>"<fqdn>", "apiv"=>"v2", "host"=>{"facts"=>"[FILTERED]", "certname"=>"<fqdn>", "name"=>"<fqdn>"}} Import facts for '<fqdn>' completed. Added: 0, Updated: 3, Deleted 0 facts Completed 201 Created in 336ms (Views: 6.2ms | ActiveRecord: 0.0ms) Processing by HostsController#externalNodes as YML Parameters: {"name"=>"<fqdn>"} Rendered text template (0.0ms) Completed 200 OK in 39ms (Views: 0.8ms | ActiveRecord: 5.5ms) Processing by Api::V2::ReportsController#create as JSON Parameters: {"report"=>"[FILTERED]", "apiv"=>"v2"} processing report for <fqdn> Imported report for <fqdn> in 0.02 seconds Completed 201 Created in 32ms (Views: 2.5ms | ActiveRecord: 0.0ms)
After discussion with inecas, i have been told to file this as that is strange:
<inecas_> jhutar: that shows there when stopping/restarting the service
[...]
<inecas> jhutar: that is kind of strange: could you file a bug here http://projects.theforeman.org/projects/katello/issues/new, it might or might not be an issue, but I would like to look into more details
This happened on:
# rpm -qa | grep -e katello -e foreman | sort foreman-1.5.0.8-1.el6sat.noarch foreman-compute-1.5.0.8-1.el6sat.noarch foreman-libvirt-1.5.0.8-1.el6sat.noarch foreman-ovirt-1.5.0.8-1.el6sat.noarch foreman-postgresql-1.5.0.8-1.el6sat.noarch foreman-proxy-1.5.2-1.el6sat.noarch foreman-selinux-1.5.0-0.develop.el6sat.noarch foreman-vmware-1.5.0.8-1.el6sat.noarch <fqdn>-foreman-client-1.0-1.noarch <fqdn>-foreman-proxy-1.0-1.noarch katello-1.5.0-17.el6sat.noarch katello-apache-1.0-1.noarch katello-ca-1.0-1.noarch katello-certs-tools-1.5.4-1.el6sat.noarch katello-installer-0.0.28-1.el6sat.noarch pulp-katello-plugins-0.2-1.el6sat.noarch ruby193-rubygem-foreman-tasks-0.4.0-4.el6sat.noarch ruby193-rubygem-katello-1.5.0-21.el6sat.noarch rubygem-foreman_api-0.1.11-3.el6sat.noarch rubygem-hammer_cli_foreman-0.0.18-3.el6sat.noarch rubygem-hammer_cli_foreman_tasks-0.0.1-4.el6sat.noarch rubygem-hammer_cli_katello-0.0.3-3.el6sat.noarch rubygem-katello_api-0.0.8-2.el6sat.noarch
Actions