What does NetworkManager-wait-online.service do?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
2
down vote

favorite
1












NetworkManager-wait-online.service fails at boot and it delays my startup










share|improve this question





















  • Waits for the network to come online.
    – Soren A
    Mar 23 at 14:48














up vote
2
down vote

favorite
1












NetworkManager-wait-online.service fails at boot and it delays my startup










share|improve this question





















  • Waits for the network to come online.
    – Soren A
    Mar 23 at 14:48












up vote
2
down vote

favorite
1









up vote
2
down vote

favorite
1






1





NetworkManager-wait-online.service fails at boot and it delays my startup










share|improve this question













NetworkManager-wait-online.service fails at boot and it delays my startup







network-manager 17.10






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 23 at 14:46









Sandeep C

251214




251214











  • Waits for the network to come online.
    – Soren A
    Mar 23 at 14:48
















  • Waits for the network to come online.
    – Soren A
    Mar 23 at 14:48















Waits for the network to come online.
– Soren A
Mar 23 at 14:48




Waits for the network to come online.
– Soren A
Mar 23 at 14:48










2 Answers
2






active

oldest

votes

















up vote
4
down vote



accepted










Some code runs off the network



In some multi-user environments the part of the boot-up process can come from the network. For this case systemd defaults to waiting for the network to come on-line before certain steps are taken.



Majority of Desktop Users



Unlike some multi-user environments most Ubuntu desktop users have the Operating System and driver code on their hard disks, SSDs or Live Boot USBs.



There is a glitch where some users wait an extremely long time for network to come up during boot and one of the recommendations is to set the maximum wait time to 30 seconds. A better way is to simply disable the service, especially when you aren't using the Internet all the time and just want to get to work on your spreadsheets or documents, etc.



For most users 10 to 15 seconds can be sliced off the parallel boot time by using:



sudo systemctl disable NetworkManager-wait-online.service


Then, after you sign on you will likely get a message bubble stating you've now been connected to the network (WiFi or Ethernet access to Internet).






share|improve this answer




















  • Is it needed if I use a wireless keyboard and mouse as input to my system (works with a wireless receiver adapter plugged into USB port)?
    – Nikhil
    Jun 15 at 15:10






  • 1




    No its not needed for USB.
    – WinEunuuchs2Unix
    Jun 15 at 15:11










  • @Also , if I use a bluetooth keyboard and mouse, will it be needed (I am considering buying one)?
    – Nikhil
    Jun 15 at 15:15










  • Bluetooth is often embedded in WiFi card so I'm not sure on that one.
    – WinEunuuchs2Unix
    Jun 15 at 17:37

















up vote
4
down vote













From the man page:



NAME

systemd-networkd-wait-online.service, systemd-networkd-wait-online -
Wait for network to come online





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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    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%2f1018576%2fwhat-does-networkmanager-wait-online-service-do%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    4
    down vote



    accepted










    Some code runs off the network



    In some multi-user environments the part of the boot-up process can come from the network. For this case systemd defaults to waiting for the network to come on-line before certain steps are taken.



    Majority of Desktop Users



    Unlike some multi-user environments most Ubuntu desktop users have the Operating System and driver code on their hard disks, SSDs or Live Boot USBs.



    There is a glitch where some users wait an extremely long time for network to come up during boot and one of the recommendations is to set the maximum wait time to 30 seconds. A better way is to simply disable the service, especially when you aren't using the Internet all the time and just want to get to work on your spreadsheets or documents, etc.



    For most users 10 to 15 seconds can be sliced off the parallel boot time by using:



    sudo systemctl disable NetworkManager-wait-online.service


    Then, after you sign on you will likely get a message bubble stating you've now been connected to the network (WiFi or Ethernet access to Internet).






    share|improve this answer




















    • Is it needed if I use a wireless keyboard and mouse as input to my system (works with a wireless receiver adapter plugged into USB port)?
      – Nikhil
      Jun 15 at 15:10






    • 1




      No its not needed for USB.
      – WinEunuuchs2Unix
      Jun 15 at 15:11










    • @Also , if I use a bluetooth keyboard and mouse, will it be needed (I am considering buying one)?
      – Nikhil
      Jun 15 at 15:15










    • Bluetooth is often embedded in WiFi card so I'm not sure on that one.
      – WinEunuuchs2Unix
      Jun 15 at 17:37














    up vote
    4
    down vote



    accepted










    Some code runs off the network



    In some multi-user environments the part of the boot-up process can come from the network. For this case systemd defaults to waiting for the network to come on-line before certain steps are taken.



    Majority of Desktop Users



    Unlike some multi-user environments most Ubuntu desktop users have the Operating System and driver code on their hard disks, SSDs or Live Boot USBs.



    There is a glitch where some users wait an extremely long time for network to come up during boot and one of the recommendations is to set the maximum wait time to 30 seconds. A better way is to simply disable the service, especially when you aren't using the Internet all the time and just want to get to work on your spreadsheets or documents, etc.



    For most users 10 to 15 seconds can be sliced off the parallel boot time by using:



    sudo systemctl disable NetworkManager-wait-online.service


    Then, after you sign on you will likely get a message bubble stating you've now been connected to the network (WiFi or Ethernet access to Internet).






    share|improve this answer




















    • Is it needed if I use a wireless keyboard and mouse as input to my system (works with a wireless receiver adapter plugged into USB port)?
      – Nikhil
      Jun 15 at 15:10






    • 1




      No its not needed for USB.
      – WinEunuuchs2Unix
      Jun 15 at 15:11










    • @Also , if I use a bluetooth keyboard and mouse, will it be needed (I am considering buying one)?
      – Nikhil
      Jun 15 at 15:15










    • Bluetooth is often embedded in WiFi card so I'm not sure on that one.
      – WinEunuuchs2Unix
      Jun 15 at 17:37












    up vote
    4
    down vote



    accepted







    up vote
    4
    down vote



    accepted






    Some code runs off the network



    In some multi-user environments the part of the boot-up process can come from the network. For this case systemd defaults to waiting for the network to come on-line before certain steps are taken.



    Majority of Desktop Users



    Unlike some multi-user environments most Ubuntu desktop users have the Operating System and driver code on their hard disks, SSDs or Live Boot USBs.



    There is a glitch where some users wait an extremely long time for network to come up during boot and one of the recommendations is to set the maximum wait time to 30 seconds. A better way is to simply disable the service, especially when you aren't using the Internet all the time and just want to get to work on your spreadsheets or documents, etc.



    For most users 10 to 15 seconds can be sliced off the parallel boot time by using:



    sudo systemctl disable NetworkManager-wait-online.service


    Then, after you sign on you will likely get a message bubble stating you've now been connected to the network (WiFi or Ethernet access to Internet).






    share|improve this answer












    Some code runs off the network



    In some multi-user environments the part of the boot-up process can come from the network. For this case systemd defaults to waiting for the network to come on-line before certain steps are taken.



    Majority of Desktop Users



    Unlike some multi-user environments most Ubuntu desktop users have the Operating System and driver code on their hard disks, SSDs or Live Boot USBs.



    There is a glitch where some users wait an extremely long time for network to come up during boot and one of the recommendations is to set the maximum wait time to 30 seconds. A better way is to simply disable the service, especially when you aren't using the Internet all the time and just want to get to work on your spreadsheets or documents, etc.



    For most users 10 to 15 seconds can be sliced off the parallel boot time by using:



    sudo systemctl disable NetworkManager-wait-online.service


    Then, after you sign on you will likely get a message bubble stating you've now been connected to the network (WiFi or Ethernet access to Internet).







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Mar 23 at 23:35









    WinEunuuchs2Unix

    35.9k759134




    35.9k759134











    • Is it needed if I use a wireless keyboard and mouse as input to my system (works with a wireless receiver adapter plugged into USB port)?
      – Nikhil
      Jun 15 at 15:10






    • 1




      No its not needed for USB.
      – WinEunuuchs2Unix
      Jun 15 at 15:11










    • @Also , if I use a bluetooth keyboard and mouse, will it be needed (I am considering buying one)?
      – Nikhil
      Jun 15 at 15:15










    • Bluetooth is often embedded in WiFi card so I'm not sure on that one.
      – WinEunuuchs2Unix
      Jun 15 at 17:37
















    • Is it needed if I use a wireless keyboard and mouse as input to my system (works with a wireless receiver adapter plugged into USB port)?
      – Nikhil
      Jun 15 at 15:10






    • 1




      No its not needed for USB.
      – WinEunuuchs2Unix
      Jun 15 at 15:11










    • @Also , if I use a bluetooth keyboard and mouse, will it be needed (I am considering buying one)?
      – Nikhil
      Jun 15 at 15:15










    • Bluetooth is often embedded in WiFi card so I'm not sure on that one.
      – WinEunuuchs2Unix
      Jun 15 at 17:37















    Is it needed if I use a wireless keyboard and mouse as input to my system (works with a wireless receiver adapter plugged into USB port)?
    – Nikhil
    Jun 15 at 15:10




    Is it needed if I use a wireless keyboard and mouse as input to my system (works with a wireless receiver adapter plugged into USB port)?
    – Nikhil
    Jun 15 at 15:10




    1




    1




    No its not needed for USB.
    – WinEunuuchs2Unix
    Jun 15 at 15:11




    No its not needed for USB.
    – WinEunuuchs2Unix
    Jun 15 at 15:11












    @Also , if I use a bluetooth keyboard and mouse, will it be needed (I am considering buying one)?
    – Nikhil
    Jun 15 at 15:15




    @Also , if I use a bluetooth keyboard and mouse, will it be needed (I am considering buying one)?
    – Nikhil
    Jun 15 at 15:15












    Bluetooth is often embedded in WiFi card so I'm not sure on that one.
    – WinEunuuchs2Unix
    Jun 15 at 17:37




    Bluetooth is often embedded in WiFi card so I'm not sure on that one.
    – WinEunuuchs2Unix
    Jun 15 at 17:37












    up vote
    4
    down vote













    From the man page:



    NAME

    systemd-networkd-wait-online.service, systemd-networkd-wait-online -
    Wait for network to come online





    share|improve this answer
























      up vote
      4
      down vote













      From the man page:



      NAME

      systemd-networkd-wait-online.service, systemd-networkd-wait-online -
      Wait for network to come online





      share|improve this answer






















        up vote
        4
        down vote










        up vote
        4
        down vote









        From the man page:



        NAME

        systemd-networkd-wait-online.service, systemd-networkd-wait-online -
        Wait for network to come online





        share|improve this answer












        From the man page:



        NAME

        systemd-networkd-wait-online.service, systemd-networkd-wait-online -
        Wait for network to come online






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 23 at 14:49









        waltinator

        20.6k74068




        20.6k74068



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018576%2fwhat-does-networkmanager-wait-online-service-do%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            Which professions warranted travel in Medieval times?

            Trouble downloading packages list due to a “Hash sum mismatch” error

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?