アレコレ・ティプス

これ便利だな〜と思ったことなど

最近 ssh  ログイン接続が 著しく遅くなった ( D-Bus 関連バグ )

最近 ( 2018年10月初旬現在 )、 メイン開発マシンへの ssh ログイン動作が とても鈍くが 著しく遅くなった。。
( CentOS7 ( 7.5.1804 )  )
 
とりあえず 感覚的には、本体のサービス周りと睨み、一旦システムログの情報を得る。
 
# journalctl -xe
 
早速 それらしいのが いた(゚O゚)
 
 

 
○  D-Bus エラー
 
10月 09 11:49:19 localhost.localdomain dbus[8806]: [system] Failed to activate service 'org.freedesktop.login1': timed out
10月 09 11:49:19 localhost.localdomain dbus[8806]: [system] Activating service name='org.freedesktop.problems' (using servicehelper)
10月 09 11:49:19 localhost.localdomain dbus[8806]: [system] Successfully activated service 'org.freedesktop.problems'
10月 09 11:49:21 localhost.localdomain NetworkManager[3099]: <warn>  [1539053361.5615] bus-manager: could not create org.freedesktop.DBus proxy (org.freedesktop.DBus を StartServiceByName で呼び出そうとしてエラー: 接続が
sending AddMatch() message: 接続が閉じています
 
 

 
 
< 対策 >
 
調べると、OS の バグらしいので、yum update で OSを更新することで直るとのこと。
 
< アップデート前の環境 > - - - - - - - - - - - - - - - 
 
CentOS Linux release 7.5.1804 (Core)
LinuxD-bus や polkitd 、ssh のバージョンは メモるの忘れた。。
firewall-cmd --version  0.4.4.4
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
 
# yum update
 
# shutdown -r now
 
 
このホストへ 外からssh ログインした時のログ を journalctl で のぞいてみる。
 
 

 
 
10月 09 12:40:16 localhost.localdomain sshd[960]: pam_unix(sshd:session): session opened for user root by (uid=0)
10月 09 12:40:16 localhost.localdomain systemd[1]: Starting Session 2 of user ******.
-- Subject: Unit session-2.scope has begun start-up
-- Defined-By: systemd
-- 
-- Unit session-2.scope has begun starting up.
10月 09 12:40:16 localhost.localdomain dbus[597]: [system] Activating service name='org.freedesktop.problems' (using servicehelper)
10月 09 12:40:16 localhost.localdomain dbus[597]: [system] Successfully activated service 'org.freedesktop.problems'
 
 

 
CentOS7への ssh ログイン の快適さが元に戻った。
 
< アップデート後 > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
CentOS Linux release 7.5.1804 (Core) 
Linux 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018
D-Bus Message Bus Daemon 1.10.24
polkit 0.112-14.el7
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips  26 Jan 2017
firewall-cmd --version  0.4.4.4
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -