Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding expect fork in upstart service #297

Closed
wants to merge 1 commit into from
Closed

Adding expect fork in upstart service #297

wants to merge 1 commit into from

Conversation

anshulpatel25
Copy link

When using upstart job_control, get following error. This results in ambiguous status.

Sep 30 05:52:14 ip-XXX-XX-XX-XXXX redis-testing[18132]: WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX redis-testing[18132]: The server is now ready to accept connections on port 6379
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX kernel: [ 2547.421719] init: redistesting main process ended, respawning
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX redis-testing[18137]: Creating Server TCP listening socket *:6379: bind: Address already in use
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX kernel: [ 2547.435435] init: redistesting main process ended, respawning
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX redis-testing[18141]: Creating Server TCP listening socket *:6379: bind: Address already in use
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX kernel: [ 2547.451350] init: redistesting main process ended, respawning
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX redis-testing[18145]: Creating Server TCP listening socket *:6379: bind: Address already in use
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX kernel: [ 2547.466029] init: redistesting main process ended, respawning
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX redis-testing[18149]: Creating Server TCP listening socket *:6379: bind: Address already in use
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX kernel: [ 2547.480576] init: redistesting main process ended, respawning
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX redis-testing[18153]: Creating Server TCP listening socket *:6379: bind: Address already in use
Sep 30 05:52:14 ip-XXX-XX-XX-XXXX kernel: [ 2547.495252] init: redistesting main process ended, respawning

Adding expect fork solves the issue.

@xorima
Copy link
Contributor

xorima commented Aug 8, 2019

Hi
We have just adopted this cookbook and are aiming to rebaseline it, as part of this we are closing down all prs older than 1 year.
If you still need this change please open a new PR and we will assess this as part of our rebaseline
Thanks for your understanding
Sous-Chefs

@xorima xorima closed this Aug 8, 2019
@lock
Copy link

lock bot commented Sep 7, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants