リモートログインは不可能(SSH、Webインターフェース)、ログイン後すぐにコンソールがログアウトする

リモートログインは不可能(SSH、Webインターフェース)、ログイン後すぐにコンソールがログアウトする

しばらく前から、(不定期に)サーバーにログインできなくなるという問題が発生しています。SSH 接続または Web インターフェイス ログインではログインできません。コンソールでのログインは機能しますが、ログイン後すぐに再びログアウトされます。

サーバーは、最新のアップデートをすべて適用した Ubuntu Server 16.04.2 (LTS) を実行します。

SSH 経由でログインしようとすると、次のエラーが表示されます。

$ ssh wouter@Hyperion
wouter@Hyperion's password:
shell request failed on channel 0

サーバーを強制的に再起動すると、しばらくの間すべてが再び動作します。

/var/log/syslog で次の内容が見つかりました。これは、失敗したログイン試行の 1 つに対応しています。

May 25 12:43:16 Hyperion systemd[1]: Created slice User Slice of wouter.
May 25 12:43:16 Hyperion systemd[1]: Started Session 202 of user wouter.
May 25 12:43:16 Hyperion systemd[1]: Starting User Manager for UID 1000...
May 25 12:43:16 Hyperion systemd[11198]: [email protected]: Failed at step EXEC spawning /lib/systemd/systemd: Resource temporarily unavailable
May 25 12:43:16 Hyperion systemd[1]: Started User Manager for UID 1000.
May 25 12:43:16 Hyperion console-kit-daemon[8174]: (process:11208): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
May 25 12:43:16 Hyperion console-kit-daemon[8174]: missing action
May 25 12:43:18 Hyperion console-kit-daemon[8174]: (process:11344): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
May 25 12:43:18 Hyperion console-kit-daemon[8174]: missing action
May 25 12:43:18 Hyperion console-kit-daemon[8174]: console-kit-daemon[8174]: GLib-CRITICAL: Source ID 87 was not found when attempting to remove it
May 25 12:43:18 Hyperion console-kit-daemon[8174]: GLib-CRITICAL: Source ID 87 was not found when attempting to remove it
May 25 12:43:18 Hyperion systemd[1]: Stopped User Manager for UID 1000.
May 25 12:43:18 Hyperion systemd[1]: Removed slice User Slice of wouter.

どのような助けでも大歓迎です。

関連情報