Extremely slow boot up - Ubuntu 18.04.1 LTS
I'm running:
LSB Version: core-9.20170808ubuntu1-noarch:printing-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
My boot up is very slow indeed. There are multiple services that fail to start:
grep -i fail boot.log|sort|uniq -d -c
6 [FAILED] Failed to start Authorization Manager.
20 [FAILED] Failed to start Avahi mDNS/DNS-SD Stack.
14 [FAILED] Failed to start Dispatcher daemon for systemd-networkd.
7 [FAILED] Failed to start Hostname Service.
320 [FAILED] Failed to start Login Service.
3 [FAILED] Failed to start Manage, Install and Generate Color Profiles.
21 [FAILED] Failed to start Modem Manager.
392 [FAILED] Failed to start Network Manager.
19 [FAILED] Failed to start Network Name Resolution.
5 [FAILED] Failed to start Network Service.
17 [FAILED] Failed to start Network Time Synchronization.
5 [FAILED] Failed to start OpenBSD Secure Shell server.
19 [FAILED] Failed to start Postfix Mail Transport Agent (instance -).
10 [FAILED] Failed to start Samba NMB Daemon.
16 [FAILED] Failed to start Samba SMB Daemon.
3 [FAILED] Failed to start Session c1 of user peterbrooks.
38 [FAILED] Failed to start Start TightVNC server at startup.
5 [FAILED] Failed to start Thermal Daemon Service.
8 [FAILED] Failed to start Tool to automatically collect and submit kernel crash signatures.
3 [FAILED] Failed to start User Manager for UID 1000.
21 [FAILED] Failed to start WPA supplicant.
16 [FAILED] Failed to start vboxadd.service.
19 [FAILED] Failed to start vncserver.service.
3 [DEPEND] Dependency failed for Wait for Network to be Configured.
It says the boot is still running:
systemd-analyze blame
Bootup is not yet finished. Please try again later.
Even though:
uptime
12:41:22 up 58 min, 3 users, load average: 0.61, 0.78, 3.65
The first error in boot.log is:
[ OK ] Started Thermal Daemon Service.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
[FAILED] Failed to start Avahi mDNS/DNS-SD Stack.
See 'systemctl status avahi-daemon.service' for details.
[FAILED] Failed to start WPA supplicant.
See 'systemctl status wpa_supplicant.service' for details.
[FAILED] Failed to start Login Service.
If I look at the Avahi report:
systemctl status avahi-daemon.service
* avahi-daemon.service - Avahi mDNS/DNS-SD Stack
Loaded: loaded (/lib/systemd/system/avahi-daemon.service; enabled; vendor preset: enabled)
Active: failed (Result: timeout) since Sat 2018-12-22 11:46:59 SAST; 56min ago
Process: 654 ExecStart=/usr/sbin/avahi-daemon -s (code=exited, status=0/SUCCESS)
Main PID: 654 (code=exited, status=0/SUCCESS)
Status: "avahi-daemon 0.7 starting up."
Dec 22 11:46:53 govern avahi-daemon[654]: Server startup complete. Host name is govern.local. Local service cookie is 246024952.
Dec 22 11:46:57 govern systemd[1]: avahi-daemon.service: Start operation timed out. Terminating.
Dec 22 11:46:57 govern avahi-daemon[654]: Got SIGTERM, quitting.
Dec 22 11:46:57 govern avahi-daemon[654]: Leaving mDNS multicast group on interface enp0s3.IPv6 with address fe80::a00:27ff:fe56:5727.
Dec 22 11:46:57 govern avahi-daemon[654]: Leaving mDNS multicast group on interface enp0s3.IPv4 with address 10.0.1.10.
Dec 22 11:46:58 govern avahi-daemon[654]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Dec 22 11:46:58 govern avahi-daemon[654]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Dec 22 11:46:58 govern avahi-daemon[654]: avahi-daemon 0.7 exiting.
Dec 22 11:46:59 govern systemd[1]: avahi-daemon.service: Failed with result 'timeout'.
Dec 22 11:46:59 govern systemd[1]: Failed to start Avahi mDNS/DNS-SD Stack.
Any idea of what is going wrong?
boot virtualbox network-manager dns avahi
add a comment |
I'm running:
LSB Version: core-9.20170808ubuntu1-noarch:printing-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
My boot up is very slow indeed. There are multiple services that fail to start:
grep -i fail boot.log|sort|uniq -d -c
6 [FAILED] Failed to start Authorization Manager.
20 [FAILED] Failed to start Avahi mDNS/DNS-SD Stack.
14 [FAILED] Failed to start Dispatcher daemon for systemd-networkd.
7 [FAILED] Failed to start Hostname Service.
320 [FAILED] Failed to start Login Service.
3 [FAILED] Failed to start Manage, Install and Generate Color Profiles.
21 [FAILED] Failed to start Modem Manager.
392 [FAILED] Failed to start Network Manager.
19 [FAILED] Failed to start Network Name Resolution.
5 [FAILED] Failed to start Network Service.
17 [FAILED] Failed to start Network Time Synchronization.
5 [FAILED] Failed to start OpenBSD Secure Shell server.
19 [FAILED] Failed to start Postfix Mail Transport Agent (instance -).
10 [FAILED] Failed to start Samba NMB Daemon.
16 [FAILED] Failed to start Samba SMB Daemon.
3 [FAILED] Failed to start Session c1 of user peterbrooks.
38 [FAILED] Failed to start Start TightVNC server at startup.
5 [FAILED] Failed to start Thermal Daemon Service.
8 [FAILED] Failed to start Tool to automatically collect and submit kernel crash signatures.
3 [FAILED] Failed to start User Manager for UID 1000.
21 [FAILED] Failed to start WPA supplicant.
16 [FAILED] Failed to start vboxadd.service.
19 [FAILED] Failed to start vncserver.service.
3 [DEPEND] Dependency failed for Wait for Network to be Configured.
It says the boot is still running:
systemd-analyze blame
Bootup is not yet finished. Please try again later.
Even though:
uptime
12:41:22 up 58 min, 3 users, load average: 0.61, 0.78, 3.65
The first error in boot.log is:
[ OK ] Started Thermal Daemon Service.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
[FAILED] Failed to start Avahi mDNS/DNS-SD Stack.
See 'systemctl status avahi-daemon.service' for details.
[FAILED] Failed to start WPA supplicant.
See 'systemctl status wpa_supplicant.service' for details.
[FAILED] Failed to start Login Service.
If I look at the Avahi report:
systemctl status avahi-daemon.service
* avahi-daemon.service - Avahi mDNS/DNS-SD Stack
Loaded: loaded (/lib/systemd/system/avahi-daemon.service; enabled; vendor preset: enabled)
Active: failed (Result: timeout) since Sat 2018-12-22 11:46:59 SAST; 56min ago
Process: 654 ExecStart=/usr/sbin/avahi-daemon -s (code=exited, status=0/SUCCESS)
Main PID: 654 (code=exited, status=0/SUCCESS)
Status: "avahi-daemon 0.7 starting up."
Dec 22 11:46:53 govern avahi-daemon[654]: Server startup complete. Host name is govern.local. Local service cookie is 246024952.
Dec 22 11:46:57 govern systemd[1]: avahi-daemon.service: Start operation timed out. Terminating.
Dec 22 11:46:57 govern avahi-daemon[654]: Got SIGTERM, quitting.
Dec 22 11:46:57 govern avahi-daemon[654]: Leaving mDNS multicast group on interface enp0s3.IPv6 with address fe80::a00:27ff:fe56:5727.
Dec 22 11:46:57 govern avahi-daemon[654]: Leaving mDNS multicast group on interface enp0s3.IPv4 with address 10.0.1.10.
Dec 22 11:46:58 govern avahi-daemon[654]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Dec 22 11:46:58 govern avahi-daemon[654]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Dec 22 11:46:58 govern avahi-daemon[654]: avahi-daemon 0.7 exiting.
Dec 22 11:46:59 govern systemd[1]: avahi-daemon.service: Failed with result 'timeout'.
Dec 22 11:46:59 govern systemd[1]: Failed to start Avahi mDNS/DNS-SD Stack.
Any idea of what is going wrong?
boot virtualbox network-manager dns avahi
add a comment |
I'm running:
LSB Version: core-9.20170808ubuntu1-noarch:printing-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
My boot up is very slow indeed. There are multiple services that fail to start:
grep -i fail boot.log|sort|uniq -d -c
6 [FAILED] Failed to start Authorization Manager.
20 [FAILED] Failed to start Avahi mDNS/DNS-SD Stack.
14 [FAILED] Failed to start Dispatcher daemon for systemd-networkd.
7 [FAILED] Failed to start Hostname Service.
320 [FAILED] Failed to start Login Service.
3 [FAILED] Failed to start Manage, Install and Generate Color Profiles.
21 [FAILED] Failed to start Modem Manager.
392 [FAILED] Failed to start Network Manager.
19 [FAILED] Failed to start Network Name Resolution.
5 [FAILED] Failed to start Network Service.
17 [FAILED] Failed to start Network Time Synchronization.
5 [FAILED] Failed to start OpenBSD Secure Shell server.
19 [FAILED] Failed to start Postfix Mail Transport Agent (instance -).
10 [FAILED] Failed to start Samba NMB Daemon.
16 [FAILED] Failed to start Samba SMB Daemon.
3 [FAILED] Failed to start Session c1 of user peterbrooks.
38 [FAILED] Failed to start Start TightVNC server at startup.
5 [FAILED] Failed to start Thermal Daemon Service.
8 [FAILED] Failed to start Tool to automatically collect and submit kernel crash signatures.
3 [FAILED] Failed to start User Manager for UID 1000.
21 [FAILED] Failed to start WPA supplicant.
16 [FAILED] Failed to start vboxadd.service.
19 [FAILED] Failed to start vncserver.service.
3 [DEPEND] Dependency failed for Wait for Network to be Configured.
It says the boot is still running:
systemd-analyze blame
Bootup is not yet finished. Please try again later.
Even though:
uptime
12:41:22 up 58 min, 3 users, load average: 0.61, 0.78, 3.65
The first error in boot.log is:
[ OK ] Started Thermal Daemon Service.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
[FAILED] Failed to start Avahi mDNS/DNS-SD Stack.
See 'systemctl status avahi-daemon.service' for details.
[FAILED] Failed to start WPA supplicant.
See 'systemctl status wpa_supplicant.service' for details.
[FAILED] Failed to start Login Service.
If I look at the Avahi report:
systemctl status avahi-daemon.service
* avahi-daemon.service - Avahi mDNS/DNS-SD Stack
Loaded: loaded (/lib/systemd/system/avahi-daemon.service; enabled; vendor preset: enabled)
Active: failed (Result: timeout) since Sat 2018-12-22 11:46:59 SAST; 56min ago
Process: 654 ExecStart=/usr/sbin/avahi-daemon -s (code=exited, status=0/SUCCESS)
Main PID: 654 (code=exited, status=0/SUCCESS)
Status: "avahi-daemon 0.7 starting up."
Dec 22 11:46:53 govern avahi-daemon[654]: Server startup complete. Host name is govern.local. Local service cookie is 246024952.
Dec 22 11:46:57 govern systemd[1]: avahi-daemon.service: Start operation timed out. Terminating.
Dec 22 11:46:57 govern avahi-daemon[654]: Got SIGTERM, quitting.
Dec 22 11:46:57 govern avahi-daemon[654]: Leaving mDNS multicast group on interface enp0s3.IPv6 with address fe80::a00:27ff:fe56:5727.
Dec 22 11:46:57 govern avahi-daemon[654]: Leaving mDNS multicast group on interface enp0s3.IPv4 with address 10.0.1.10.
Dec 22 11:46:58 govern avahi-daemon[654]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Dec 22 11:46:58 govern avahi-daemon[654]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Dec 22 11:46:58 govern avahi-daemon[654]: avahi-daemon 0.7 exiting.
Dec 22 11:46:59 govern systemd[1]: avahi-daemon.service: Failed with result 'timeout'.
Dec 22 11:46:59 govern systemd[1]: Failed to start Avahi mDNS/DNS-SD Stack.
Any idea of what is going wrong?
boot virtualbox network-manager dns avahi
I'm running:
LSB Version: core-9.20170808ubuntu1-noarch:printing-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
My boot up is very slow indeed. There are multiple services that fail to start:
grep -i fail boot.log|sort|uniq -d -c
6 [FAILED] Failed to start Authorization Manager.
20 [FAILED] Failed to start Avahi mDNS/DNS-SD Stack.
14 [FAILED] Failed to start Dispatcher daemon for systemd-networkd.
7 [FAILED] Failed to start Hostname Service.
320 [FAILED] Failed to start Login Service.
3 [FAILED] Failed to start Manage, Install and Generate Color Profiles.
21 [FAILED] Failed to start Modem Manager.
392 [FAILED] Failed to start Network Manager.
19 [FAILED] Failed to start Network Name Resolution.
5 [FAILED] Failed to start Network Service.
17 [FAILED] Failed to start Network Time Synchronization.
5 [FAILED] Failed to start OpenBSD Secure Shell server.
19 [FAILED] Failed to start Postfix Mail Transport Agent (instance -).
10 [FAILED] Failed to start Samba NMB Daemon.
16 [FAILED] Failed to start Samba SMB Daemon.
3 [FAILED] Failed to start Session c1 of user peterbrooks.
38 [FAILED] Failed to start Start TightVNC server at startup.
5 [FAILED] Failed to start Thermal Daemon Service.
8 [FAILED] Failed to start Tool to automatically collect and submit kernel crash signatures.
3 [FAILED] Failed to start User Manager for UID 1000.
21 [FAILED] Failed to start WPA supplicant.
16 [FAILED] Failed to start vboxadd.service.
19 [FAILED] Failed to start vncserver.service.
3 [DEPEND] Dependency failed for Wait for Network to be Configured.
It says the boot is still running:
systemd-analyze blame
Bootup is not yet finished. Please try again later.
Even though:
uptime
12:41:22 up 58 min, 3 users, load average: 0.61, 0.78, 3.65
The first error in boot.log is:
[ OK ] Started Thermal Daemon Service.
[ OK ] Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
[FAILED] Failed to start Avahi mDNS/DNS-SD Stack.
See 'systemctl status avahi-daemon.service' for details.
[FAILED] Failed to start WPA supplicant.
See 'systemctl status wpa_supplicant.service' for details.
[FAILED] Failed to start Login Service.
If I look at the Avahi report:
systemctl status avahi-daemon.service
* avahi-daemon.service - Avahi mDNS/DNS-SD Stack
Loaded: loaded (/lib/systemd/system/avahi-daemon.service; enabled; vendor preset: enabled)
Active: failed (Result: timeout) since Sat 2018-12-22 11:46:59 SAST; 56min ago
Process: 654 ExecStart=/usr/sbin/avahi-daemon -s (code=exited, status=0/SUCCESS)
Main PID: 654 (code=exited, status=0/SUCCESS)
Status: "avahi-daemon 0.7 starting up."
Dec 22 11:46:53 govern avahi-daemon[654]: Server startup complete. Host name is govern.local. Local service cookie is 246024952.
Dec 22 11:46:57 govern systemd[1]: avahi-daemon.service: Start operation timed out. Terminating.
Dec 22 11:46:57 govern avahi-daemon[654]: Got SIGTERM, quitting.
Dec 22 11:46:57 govern avahi-daemon[654]: Leaving mDNS multicast group on interface enp0s3.IPv6 with address fe80::a00:27ff:fe56:5727.
Dec 22 11:46:57 govern avahi-daemon[654]: Leaving mDNS multicast group on interface enp0s3.IPv4 with address 10.0.1.10.
Dec 22 11:46:58 govern avahi-daemon[654]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Dec 22 11:46:58 govern avahi-daemon[654]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Dec 22 11:46:58 govern avahi-daemon[654]: avahi-daemon 0.7 exiting.
Dec 22 11:46:59 govern systemd[1]: avahi-daemon.service: Failed with result 'timeout'.
Dec 22 11:46:59 govern systemd[1]: Failed to start Avahi mDNS/DNS-SD Stack.
Any idea of what is going wrong?
boot virtualbox network-manager dns avahi
boot virtualbox network-manager dns avahi
asked Dec 22 '18 at 10:47
Peter BrooksPeter Brooks
19816
19816
add a comment |
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%2f1103768%2fextremely-slow-boot-up-ubuntu-18-04-1-lts%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.
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%2f1103768%2fextremely-slow-boot-up-ubuntu-18-04-1-lts%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