zyl
deepin
2021-10-11 17:40 第一阶段排查:
/etc/profile 开始 2021-10-11 09:36:16
/etc/profile.d/bash_completion 开始 2021-10-11 09:36:16
/etc/profile.d/bash_completion 结束 2021-10-11 09:36:16
/etc/profile.d/im-deepin-xdg-dir 开始 2021-10-11 09:36:16
/etc/profile.d/im-deepin-xdg-dir 结束 2021-10-11 09:36:16
/etc/profild.d/gawk 开始 2021-10-11 09:36:16
/etc/profild.d/gawk 结束 2021-10-11 09:36:16
/etc/profile.d/im-config_wayland 开始 2021-10-11 09:36:16
/etc/profile 结束 2021-10-11 09:36:16
基本配置文件没有问题
Reply Like 0 View the author


中文 
以前登录速度还可以,最近把其他电脑的共享文件挂载后导致登录非常慢,新增的新用户没有这个问题
可能导致登录慢的命令:sudo mount -t cifs -o username= ${username},password=${password},rw,uid=zyl,gid=zyl ${host}/Document /opt/share
不是开机时间,是在登录页面,输入密码以后,加载桌面时超过了40秒
已做过的处理:
1. 使用systemd-analyze 分析,关闭了smbd等服务,现在开机显示总共22秒,但是登录加载桌面就是非常慢
2. 新添加的用户第一次登录时非常快,不知道时影响了哪个配置文件