320x100
ssh 로그인할때 로그인이 느려지는 현상
로그인을 할때 로그를 보면
john dbus[7254]: [system] Failed to activate service 'org.freedesktop.login1': timed out
로그인 timed out 이 뜨면서 계속 지연이 발생이 된다. 이걸 해결하기 위해서는
# systemctl restart systemd-logind
위 명령어를 입력해서 재구동 해주면 정상적으로 빠르게 로그인이 된다.
320x100
'Linux' 카테고리의 다른 글
Centos8/Redhat8 응급모드 들어가기 루트 암호 잃어버렸을때 복구하기 (0) | 2023.04.09 |
---|---|
error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory centos8 (0) | 2023.04.04 |
openmpi 사용법 (Open MPI:Open Source High Performance Computing) (0) | 2023.03.09 |
subversion(svn) log 설정하기 (0) | 2023.03.05 |
centos7 install gcc 4.9.x (0) | 2023.02.26 |