[Seek Help] 关机延迟A stop job is running,怎么调整
Tofloor
poster avatar
datacl
deepin
2022-02-18 17:36
Author

已解决:

/etc/systemd/system.conf

/etc/systemd/user.conf

DefaultTimeoutStartSec=10s
DefaultTimeoutStopSec=10s

之前只改了system.conf,发现user.conf了也是同样的参数,一起改了就生效了。。。

最终解决:

参考方案

You need to both disable the autostarter AND mask the user bus service, or it will get started anyway. First, make sure your autostart override directory exists with this command:
mkdir -v ~/.config/autostart
Then you can run this command to disable the autostarter:
cat /etc/xdg/autostart/at-spi-dbus-bus.desktop <(echo "X-GNOME-Autostart-enabled=false") > ~/.config/autostart/at-spi-dbus-bus.desktop
Finally also mask the user bus service:
systemctl --user mask at-spi-dbus-bus.service

image.png

image.png

image.png

Reply Favorite View the author
All Replies
liwl
deepin
2022-02-18 17:37
#1

ctrl+alt+delete长按7秒

Reply View the author
datacl
deepin
2022-02-18 17:39
#2
liwl

ctrl+alt+delete长按7秒

有没有设置呢,现在每天都这样,手动太费劲

Reply View the author
deepin-superuser
deepin
2022-02-18 17:46
#3

我也想知道 不过我的是10秒

Reply View the author
jjcui8595
deepin
2022-02-18 17:48
#4

查看一下日志

Reply View the author
lcw0268
deepin
2022-02-18 17:50
#5
It has been deleted!
datacl
deepin
2022-02-18 18:26
#6
jjcui8595

查看一下日志

上传了日志 Stopped D-Bus User Message Bus

从这里开始卡的

Reply View the author
datacl
deepin
2022-02-18 18:36
#7
lcw0268 It has been deleted!

上次升级系统20.4后才变这样的

Reply View the author
lcw0268
deepin
2022-02-18 19:29
#8
It has been deleted!
datacl
deepin
2022-02-18 21:57
#9
lcw0268 It has been deleted!

不知道怎么定位是哪个包哇,您知道吗?

Reply View the author