What does NetworkManager-wait-online.service do?

Clash Royale CLAN TAG#URR8PPP up vote
2
down vote
favorite
NetworkManager-wait-online.service fails at boot and it delays my startup
network-manager 17.10
add a comment |Â
up vote
2
down vote
favorite
NetworkManager-wait-online.service fails at boot and it delays my startup
network-manager 17.10
Waits for the network to come online.
â Soren A
Mar 23 at 14:48
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
NetworkManager-wait-online.service fails at boot and it delays my startup
network-manager 17.10
NetworkManager-wait-online.service fails at boot and it delays my startup
network-manager 17.10
network-manager 17.10
asked Mar 23 at 14:46
Sandeep C
251214
251214
Waits for the network to come online.
â Soren A
Mar 23 at 14:48
add a comment |Â
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
add a comment |Â
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).
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
add a comment |Â
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
add a comment |Â
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).
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
add a comment |Â
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).
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
add a comment |Â
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).
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).
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
add a comment |Â
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
From the man page:
NAME
systemd-networkd-wait-online.service, systemd-networkd-wait-online -
Wait for network to come online
answered Mar 23 at 14:49
waltinator
20.6k74068
20.6k74068
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Waits for the network to come online.
â Soren A
Mar 23 at 14:48