-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Description
systemd version the issue has been seen with
252
Used distribution
Archlinux
Linux kernel version used
5.15.80-1-lts
CPU architectures issue was seen on
x86_64
Component
systemctl, systemd
Expected behaviour you didn't see
[root@tissvr101 ~]# time systemctl daemon-reload
real 0m0.445s
user 0m0.007s
sys 0m0.007s
Unexpected behaviour you saw
[root@arch001 ~]# time systemctl daemon-reload
real 1m0.267s
user 0m0.000s
sys 0m0.009s
It need a long time to execute "systemctl daemon-reload" .
Steps to reproduce the problem
No response
Additional program output to the terminal or log subsystem illustrating the issue
[root@arch001 ~]# SYSTEMD_LOG_LEVEL=debug
[root@arch001 ~]# systemctl daemon-reload
[root@arch001 ~]# time systemctl daemon-reload
real 1m0.422s
user 0m0.000s
sys 0m0.009sReactions are currently unavailable