Announcement

Collapse
No announcement yet.

Delayed start up, Kubuntu 20.04

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Delayed start up, Kubuntu 20.04

    Folks, here is a listing of top few lines of the "systemd-analyze blame" command on my Lenovo desktop right after booting up this a.m.
    Is this normal?
    I googled to see if i can somehow eliminate or reduce the times to no avail.
    Any comments-suggestions will be appreciated.
    Thanks!

    marco@Lenovo:~$ systemd-analyze blame
    59.244s nmbd.service
    46.900s man-db.service
    39.688s udisks2.service
    23.847s snapd.service
    ...

    #2
    List a little more of systemd-anaylze blame
    as well as systemd-analyze critical-chain

    At first glance, I'd look at nmbd -- Samba is possibly a main culprit.

    Comment


      #3
      Originally posted by claydoh View Post
      List a little more of systemd-anaylze blame
      as well as systemd-analyze critical-chain

      At first glance, I'd look at nmbd -- Samba is possibly a main culprit.
      Thank! Here are what you asked for

      Code:
      marco@Lenovo:~$ systemd-analyze blame
      1min 1.095s nmbd.service                                                             
         44.354s man-db.service                                                           
         33.501s udisks2.service                                                          
         22.229s snapd.service                                                            
         20.822s networkd-dispatcher.service                                              
         20.036s systemd-journal-flush.service                                            
         19.994s accounts-daemon.service                                                  
         19.786s dev-sdb3.device                                                          
         14.814s NetworkManager-wait-online.service                                       
         11.467s NetworkManager.service                                                   
         11.452s avahi-daemon.service                                                     
         11.159s polkit.service                                                           
         10.380s ModemManager.service                                                     
         10.277s wpa_supplicant.service                                                   
         10.189s thermald.service                                                         
      1min 1.095s nmbd.service                                                             
         44.354s man-db.service                                                           
         33.501s udisks2.service                                                          
         22.229s snapd.service                                                            
         20.822s networkd-dispatcher.service                                              
         20.036s systemd-journal-flush.service                                            
         19.994s accounts-daemon.service                                                  
         19.786s dev-sdb3.device                                                          
         14.814s NetworkManager-wait-online.service                                       
         11.467s NetworkManager.service                                                   
         11.452s avahi-daemon.service                                                     
         11.159s polkit.service                                                           
         10.380s ModemManager.service                                                     
         10.277s wpa_supplicant.service                                                   
         10.189s thermald.service                                                         
         10.186s systemd-logind.service                                                   
          9.488s plymouth-start.service                                                   
          9.215s logrotate.service                                                        
          6.908s systemd-udevd.service                                                    
          6.436s plymouth-read-write.service                                              
          5.656s gpu-manager.service                                                      
          5.556s grub-common.service                                                      
          5.524s apparmor.service                                                         
          5.170s apport.service                                                           
          4.853s rsyslog.service                                                          
          4.810s packagekit.service                                                       
          4.201s colord.service                                                           
          3.960s smbd.service                                                             
          3.606s systemd-resolved.service                                                 
          2.822s e2scrub_reap.service
          ...
      Code:
      marco@Lenovo:~$ systemd-analyze critical-chain
      The time when unit became active or started is printed after the "@" character.
      The time the unit took to start is printed after the "+" character.
      
      graphical.target @1min 57.639s
      └─multi-user.target @1min 57.639s
       └─smbd.service @1min 53.678s +3.960s
         └─nmbd.service @52.578s +1min 1.095s
           └─network-online.target @52.558s
             └─NetworkManager-wait-online.service @37.742s +14.814s
               └─NetworkManager.service @26.272s +11.467s
                 └─dbus.service @26.263s
                   └─basic.target @26.098s
                     └─sockets.target @26.098s
                       └─snapd.socket @26.093s +4ms
                         └─sysinit.target @25.813s
      Looks like its getting worse!

      Comment


        #4
        Oops, I mised the rest of 2nd Code:
        \
        Code:
        └─network-online.target @52.558s
              └─NetworkManager-wait-online.service @37.742s +14.814s
        
                          └─sysinit.target @25.813s
                            └─systemd-timesyncd.service @24.766s +1.047s
                              └─systemd-tmpfiles-setup.service @24.282s +394ms
                                └─systemd-journal-flush.service @4.243s +20.036s
                                  └─systemd-journald.service @3.380s +861ms
                                    └─systemd-journald.socket @3.371s
                                      └─system.slice @3.336s
                                        └─-.slice @3.336s
        Last edited by marco07; Jun 28, 2020, 11:18 AM.

        Comment

        Working...
        X