Supervisord doesnot work
Yesterday , I reboot my ubuntu 16.04 server for OpenEdx plaftorm . After rebooting my server down . I found that out the problem is not working of supervisord .
When i run this command :
sudo service supervisord start
I take this error : Failed to start supervisord.service: Unit supervisord.service is masked.
When i run :
> sudo service supervisor restart
i get
Job for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.
Running this : systemctl status supervisor.service
Failed to start supervisord.service: Unit supervisord.service is masked.
root@ip-172-31-14-220:/# sudo service supervisord startFailed to start supervisord.service: Unit supervisord.service is masked.
supervisord: unrecognized service
root@ip-172-31-14-220:/# sudo service supervisor restart
Job for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.
root@ip-172-31-14-220:/# sudo service supervisor restartJob for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.systemctl status supervisor.service
supervisor: unrecognized service
root@ip-172-31-14-220:/# systemctl status supervisor.service
● supervisor.service - supervisord - Supervisor process control system
Loaded: loaded (/etc/systemd/system/supervisor.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2018-12-15 14:56:51 UTC; 1min 10s ago
Docs: http://supervisord.org
Process: 6546 ExecStart=/edx/app/supervisor/venvs/supervisor/bin/supervisord --configuration /edx/app/supervisor/supervisord.conf (code=exited, status=2)
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: Starting supervisord - Supervisor process control system...
Dec 15 14:56:51 ip-172-31-14-220 supervisord[6546]: Error: Cannot open an HTTP server: socket.error reported errno.EACCES (13)
Dec 15 14:56:51 ip-172-31-14-220 supervisord[6546]: For help, use /edx/app/supervisor/venvs/supervisor/bin/supervisord -h
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Control process exited, code=exited status=2
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: Failed to start supervisord - Supervisor process control system.
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Unit entered failed state.
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Failed with result 'exit-code'.
Not : i am using AWS for machine
Plese help me about fix this .
server
add a comment |
Yesterday , I reboot my ubuntu 16.04 server for OpenEdx plaftorm . After rebooting my server down . I found that out the problem is not working of supervisord .
When i run this command :
sudo service supervisord start
I take this error : Failed to start supervisord.service: Unit supervisord.service is masked.
When i run :
> sudo service supervisor restart
i get
Job for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.
Running this : systemctl status supervisor.service
Failed to start supervisord.service: Unit supervisord.service is masked.
root@ip-172-31-14-220:/# sudo service supervisord startFailed to start supervisord.service: Unit supervisord.service is masked.
supervisord: unrecognized service
root@ip-172-31-14-220:/# sudo service supervisor restart
Job for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.
root@ip-172-31-14-220:/# sudo service supervisor restartJob for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.systemctl status supervisor.service
supervisor: unrecognized service
root@ip-172-31-14-220:/# systemctl status supervisor.service
● supervisor.service - supervisord - Supervisor process control system
Loaded: loaded (/etc/systemd/system/supervisor.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2018-12-15 14:56:51 UTC; 1min 10s ago
Docs: http://supervisord.org
Process: 6546 ExecStart=/edx/app/supervisor/venvs/supervisor/bin/supervisord --configuration /edx/app/supervisor/supervisord.conf (code=exited, status=2)
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: Starting supervisord - Supervisor process control system...
Dec 15 14:56:51 ip-172-31-14-220 supervisord[6546]: Error: Cannot open an HTTP server: socket.error reported errno.EACCES (13)
Dec 15 14:56:51 ip-172-31-14-220 supervisord[6546]: For help, use /edx/app/supervisor/venvs/supervisor/bin/supervisord -h
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Control process exited, code=exited status=2
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: Failed to start supervisord - Supervisor process control system.
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Unit entered failed state.
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Failed with result 'exit-code'.
Not : i am using AWS for machine
Plese help me about fix this .
server
supervisord
is not a standard Ubuntu package. You'll have a faster response contacting AWS support on this.
– Fabby
Dec 15 '18 at 16:47
@Fabby Amazon supporting for only premium users.Unfortuanlly i am under basic package
– Murad Shukurlu
Dec 15 '18 at 17:04
add a comment |
Yesterday , I reboot my ubuntu 16.04 server for OpenEdx plaftorm . After rebooting my server down . I found that out the problem is not working of supervisord .
When i run this command :
sudo service supervisord start
I take this error : Failed to start supervisord.service: Unit supervisord.service is masked.
When i run :
> sudo service supervisor restart
i get
Job for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.
Running this : systemctl status supervisor.service
Failed to start supervisord.service: Unit supervisord.service is masked.
root@ip-172-31-14-220:/# sudo service supervisord startFailed to start supervisord.service: Unit supervisord.service is masked.
supervisord: unrecognized service
root@ip-172-31-14-220:/# sudo service supervisor restart
Job for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.
root@ip-172-31-14-220:/# sudo service supervisor restartJob for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.systemctl status supervisor.service
supervisor: unrecognized service
root@ip-172-31-14-220:/# systemctl status supervisor.service
● supervisor.service - supervisord - Supervisor process control system
Loaded: loaded (/etc/systemd/system/supervisor.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2018-12-15 14:56:51 UTC; 1min 10s ago
Docs: http://supervisord.org
Process: 6546 ExecStart=/edx/app/supervisor/venvs/supervisor/bin/supervisord --configuration /edx/app/supervisor/supervisord.conf (code=exited, status=2)
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: Starting supervisord - Supervisor process control system...
Dec 15 14:56:51 ip-172-31-14-220 supervisord[6546]: Error: Cannot open an HTTP server: socket.error reported errno.EACCES (13)
Dec 15 14:56:51 ip-172-31-14-220 supervisord[6546]: For help, use /edx/app/supervisor/venvs/supervisor/bin/supervisord -h
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Control process exited, code=exited status=2
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: Failed to start supervisord - Supervisor process control system.
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Unit entered failed state.
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Failed with result 'exit-code'.
Not : i am using AWS for machine
Plese help me about fix this .
server
Yesterday , I reboot my ubuntu 16.04 server for OpenEdx plaftorm . After rebooting my server down . I found that out the problem is not working of supervisord .
When i run this command :
sudo service supervisord start
I take this error : Failed to start supervisord.service: Unit supervisord.service is masked.
When i run :
> sudo service supervisor restart
i get
Job for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.
Running this : systemctl status supervisor.service
Failed to start supervisord.service: Unit supervisord.service is masked.
root@ip-172-31-14-220:/# sudo service supervisord startFailed to start supervisord.service: Unit supervisord.service is masked.
supervisord: unrecognized service
root@ip-172-31-14-220:/# sudo service supervisor restart
Job for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.
root@ip-172-31-14-220:/# sudo service supervisor restartJob for supervisor.service failed because the control process exited with error code. See "systemctl status supervisor.service" and "journalctl -xe" for details.systemctl status supervisor.service
supervisor: unrecognized service
root@ip-172-31-14-220:/# systemctl status supervisor.service
● supervisor.service - supervisord - Supervisor process control system
Loaded: loaded (/etc/systemd/system/supervisor.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2018-12-15 14:56:51 UTC; 1min 10s ago
Docs: http://supervisord.org
Process: 6546 ExecStart=/edx/app/supervisor/venvs/supervisor/bin/supervisord --configuration /edx/app/supervisor/supervisord.conf (code=exited, status=2)
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: Starting supervisord - Supervisor process control system...
Dec 15 14:56:51 ip-172-31-14-220 supervisord[6546]: Error: Cannot open an HTTP server: socket.error reported errno.EACCES (13)
Dec 15 14:56:51 ip-172-31-14-220 supervisord[6546]: For help, use /edx/app/supervisor/venvs/supervisor/bin/supervisord -h
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Control process exited, code=exited status=2
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: Failed to start supervisord - Supervisor process control system.
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Unit entered failed state.
Dec 15 14:56:51 ip-172-31-14-220 systemd[1]: supervisor.service: Failed with result 'exit-code'.
Not : i am using AWS for machine
Plese help me about fix this .
server
server
asked Dec 15 '18 at 14:55
Murad Shukurlu
1
1
supervisord
is not a standard Ubuntu package. You'll have a faster response contacting AWS support on this.
– Fabby
Dec 15 '18 at 16:47
@Fabby Amazon supporting for only premium users.Unfortuanlly i am under basic package
– Murad Shukurlu
Dec 15 '18 at 17:04
add a comment |
supervisord
is not a standard Ubuntu package. You'll have a faster response contacting AWS support on this.
– Fabby
Dec 15 '18 at 16:47
@Fabby Amazon supporting for only premium users.Unfortuanlly i am under basic package
– Murad Shukurlu
Dec 15 '18 at 17:04
supervisord
is not a standard Ubuntu package. You'll have a faster response contacting AWS support on this.– Fabby
Dec 15 '18 at 16:47
supervisord
is not a standard Ubuntu package. You'll have a faster response contacting AWS support on this.– Fabby
Dec 15 '18 at 16:47
@Fabby Amazon supporting for only premium users.Unfortuanlly i am under basic package
– Murad Shukurlu
Dec 15 '18 at 17:04
@Fabby Amazon supporting for only premium users.Unfortuanlly i am under basic package
– Murad Shukurlu
Dec 15 '18 at 17:04
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1102088%2fsupervisord-doesnot-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1102088%2fsupervisord-doesnot-work%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
supervisord
is not a standard Ubuntu package. You'll have a faster response contacting AWS support on this.– Fabby
Dec 15 '18 at 16:47
@Fabby Amazon supporting for only premium users.Unfortuanlly i am under basic package
– Murad Shukurlu
Dec 15 '18 at 17:04