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;









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) ?










share|improve this question
































    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) ?










    share|improve this question




























      0












      0








      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) ?










      share|improve this question















      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






      share|improve this question














      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 20 at 18:27









      Mohit MalikMohit Malik

      552 silver badges10 bronze badges




      552 silver badges10 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          0


















          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.






          share|improve this answer



























            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
            );



            );














            draft saved

            draft discarded
















            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









            0


















            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.






            share|improve this answer






























              0


















              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.






              share|improve this answer




























                0














                0










                0









                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.






                share|improve this answer














                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.







                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered Aug 30 at 17:32









                Aaron K.Aaron K.

                11 bronze badge




                11 bronze badge































                    draft saved

                    draft discarded















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?