Bug #5226
closedError in katello-installer starting mongod service for the first time.
Description
[ERROR 2014-04-14 11:41:25 verbose] /Stage[main]/Mongodb::Server::Service/Service[mongodb]/ensure: change from stopped to running failed: Could not start Service[mongodb]: Execution of '/usr/share/
katello-installer/modules/service_wait/bin/service-wait mongod start' returned 7:
[ERROR 2014-04-14 12:01:28 verbose] /Stage[main]/Mongodb::Server::Service/Service[mongodb]: Failed to call refresh: Could not start Service[mongodb]: Execution of '/usr/share/katello-installer/modu
les/service_wait/bin/service-wait mongod start' returned 7:
[ERROR 2014-04-14 12:01:28 verbose] /Stage[main]/Mongodb::Server::Service/Service[mongodb]: Could not start Service[mongodb]: Execution of '/usr/share/katello-installer/modules/service_wait/bin/ser
vice-wait mongod start' returned 7:
Caused by the fact that mongodb client is not installed at this point, but the service wait script is attempting to use it to check if the service is up yet and redirecting all output to /dev/null. Lacking a successful return code the wait script just keeps trying until it reaches the max and times out even though mongodb server is up and running fine. Later in install process the client is installed, thus a subsequent run of the installer will succeed fine.
Updated by Dominic Cleal over 10 years ago
- Project changed from Foreman to Katello
- Category set to Installer
- Triaged set to No
Updated by Eric Helms over 10 years ago
- Status changed from New to Closed
- Triaged changed from No to Yes
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13