You are not logged in.

#1 2016-09-13 20:23:30

Roken
Member
From: South Wales, UK
Registered: 2012-01-16
Posts: 1,253

Startup times

Can anyone give me a clue why user service is taking so long. I've already posted regarding dbus problems and startup, but this happened before the dbus issues

systemd-analyze blame
         50.189s user@1000.service
         13.586s clamd.service
          2.066s org.cups.cupsd.service
          1.552s syslog-ng.service

Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703

Offline

#2 2016-09-13 20:46:37

r0b0t
Member
From: /tmp
Registered: 2009-05-24
Posts: 505

Re: Startup times

Mine is 996ms user@1000.service , I'd get rid of clamd as it's useless , it may be good though on proxies, and analysing web application files.
In any case, try ;

systemd-analyze dump | less 

Look for -> Unit user@1000.service
Try also :

sudo  systemd-analyze verify user@1000.service
sudo systemd-analyze verify ./user.slice

If nothing comes out of it, try setting the log level to debug and reboot:

sudo systemd-analyze set-log-level debug

(make sure the last command remains after reboot, I have no idea actually)

Last edited by r0b0t (2016-09-13 20:56:25)

Offline

Board footer

Powered by FluxBB