KDEをインストールした14.04の新規インストールでは、次のエラーが発生します。
[...]
Jan 8 13:58:19 linuxtest4 console-kit-daemon[1969]: GLib-CRITICAL: Source ID 20 was not found when attempting to remove it
Jan 8 14:41:34 linuxtest4 console-kit-daemon[1969]: GLib-CRITICAL: Source ID 39 was not found when attempting to remove it
Jan 8 14:43:18 linuxtest4 console-kit-daemon[1969]: GLib-CRITICAL: Source ID 13 was not found when attempting to remove it
Jan 8 14:43:18 linuxtest4 console-kit-daemon[1969]: GLib-CRITICAL: Source ID 13 was not found when attempting to remove it
Jan 8 14:43:20 linuxtest4 console-kit-daemon[1969]: GLib-CRITICAL: Source ID 61 was not found when attempting to remove it
Jan 8 14:43:36 linuxtest4 console-kit-daemon[1969]: GLib-CRITICAL: Source ID 54 was not found when attempting to remove it
[...]
これはstdout/stderrおよびsyslogにスパムする傾向があり、かなり面倒です。 sshを介してボックスに接続するたびにトリガーされるようです。問題を修正する方法についてのポインタをいただければ幸いです。
私はそれを「修正」しました:
apt-get remove consolekit
consolekitはもはや積極的に保守されていません。私が知る限り、フォークはconsolekit2という名前で、systemdユーザーの場合は基本的に同じ機能がsystemd-logindに含まれています。私はデスクトップなしでvmのみを使用しているため、交換する必要はまったくありません。
ランニング
Sudo apt-get install lxpolkit
問題を修正しました。
Lubuntuを実行しています。