Getting Active: active (exited) status on code deploy agent awsProblem when trying to install a service for running Virtualbox VMs headlessvsftpd service will not start for 14.04Active: active (exited) Service plexconnect starts exitedWhy does my systemd service shut down immediately after running?Cron service fails to startInstall Redis-Server on Ubuntu 16.04 LTS minimal
My name causes an issue with any booking! (names end with MR and MRS)
Fantasy movie with magical cliffs that crush a ship
Is it possible to write a short story in 500 words?
What is the difference between turbojet and turbofan engines?
What is the difference between an axiom and a definition?
Multiple premoves
Legality of reading unpaid e-book (ex. from genlib/sci-hub)
Physical interpretation of complex numbers
Improving the observation skill & making less blunders
CO₂ level is high enough that it reduces cognitive ability. Isn't that a reason to worry?
HR trying to sabotage my wife's work because we're married
Why does Smaug have 4 legs in the 1st movie but only 2 legs in the 2nd?
Can we rotate symbols in LaTeX? How should we make this diagram?
How to use FDE without needing to share the encryption password
Why are Democrats mostly focused on increasing healthcare spending, rarely mentioning any proposals for decreasing the costs of healthcare services?
What (if anything) could have caused all three shuttle main engines to stop at the same time?
Translation Golf XLIX - An Accurate Shot
count network interfaces in bash
Why do airports in the UK have so few runways?
How do I find the unknown program enabled during Start-Up?
Check the validity of a 10-digit telephone number
What type of beer is best for beer battered fish?
Getting health insurance with the highest deductible and putting the savings in HSA
Is it sportsmanlike to waste opponents' time by giving check at the end of the game?
Getting Active: active (exited) status on code deploy agent aws
Problem when trying to install a service for running Virtualbox VMs headlessvsftpd service will not start for 14.04Active: active (exited) Service plexconnect starts exitedWhy does my systemd service shut down immediately after running?Cron service fails to startInstall Redis-Server on Ubuntu 16.04 LTS minimal
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I installed Code Deploy agent on my ubuntu server.
Ouput of sudo service codedeploy-agent status
:
Active: active (exited) since Sat 2019-07-20 18:16:37 UTC; 4s ago
Docs: man:systemd-sysv-generator(8)
Process: 4968 ExecStart=/etc/init.d/codedeploy-agent start (code=exited, status=0/SUCCESS)
How to make active(exited)
to active(running)
?
18.04 services aws aptdaemon continuous-deployment
add a comment
|
I installed Code Deploy agent on my ubuntu server.
Ouput of sudo service codedeploy-agent status
:
Active: active (exited) since Sat 2019-07-20 18:16:37 UTC; 4s ago
Docs: man:systemd-sysv-generator(8)
Process: 4968 ExecStart=/etc/init.d/codedeploy-agent start (code=exited, status=0/SUCCESS)
How to make active(exited)
to active(running)
?
18.04 services aws aptdaemon continuous-deployment
add a comment
|
I installed Code Deploy agent on my ubuntu server.
Ouput of sudo service codedeploy-agent status
:
Active: active (exited) since Sat 2019-07-20 18:16:37 UTC; 4s ago
Docs: man:systemd-sysv-generator(8)
Process: 4968 ExecStart=/etc/init.d/codedeploy-agent start (code=exited, status=0/SUCCESS)
How to make active(exited)
to active(running)
?
18.04 services aws aptdaemon continuous-deployment
I installed Code Deploy agent on my ubuntu server.
Ouput of sudo service codedeploy-agent status
:
Active: active (exited) since Sat 2019-07-20 18:16:37 UTC; 4s ago
Docs: man:systemd-sysv-generator(8)
Process: 4968 ExecStart=/etc/init.d/codedeploy-agent start (code=exited, status=0/SUCCESS)
How to make active(exited)
to active(running)
?
18.04 services aws aptdaemon continuous-deployment
18.04 services aws aptdaemon continuous-deployment
asked Jul 20 at 18:27
Mohit MalikMohit Malik
552 silver badges10 bronze badges
552 silver badges10 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
You can run sudo service codedeploy-agent restart
to change the active status to active(running)
Then verify the active status is running with sudo service codedeploy-agent status
.
I had the same thing happen to me around the same time and it hasn't happened since.
add a comment
|
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/4.0/"u003ecc by-sa 4.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%2f1159744%2fgetting-active-active-exited-status-on-code-deploy-agent-aws%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can run sudo service codedeploy-agent restart
to change the active status to active(running)
Then verify the active status is running with sudo service codedeploy-agent status
.
I had the same thing happen to me around the same time and it hasn't happened since.
add a comment
|
You can run sudo service codedeploy-agent restart
to change the active status to active(running)
Then verify the active status is running with sudo service codedeploy-agent status
.
I had the same thing happen to me around the same time and it hasn't happened since.
add a comment
|
You can run sudo service codedeploy-agent restart
to change the active status to active(running)
Then verify the active status is running with sudo service codedeploy-agent status
.
I had the same thing happen to me around the same time and it hasn't happened since.
You can run sudo service codedeploy-agent restart
to change the active status to active(running)
Then verify the active status is running with sudo service codedeploy-agent status
.
I had the same thing happen to me around the same time and it hasn't happened since.
answered Aug 30 at 17:32
Aaron K.Aaron K.
11 bronze badge
11 bronze badge
add a comment
|
add a comment
|
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.
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%2f1159744%2fgetting-active-active-exited-status-on-code-deploy-agent-aws%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