console-kit-daemon errors
This document (7005003) is provided subject to the disclaimer at the end of this document.
Environment
s390x
Situation
Nov 3 06:31:15 sles11 console-kit-daemon[6919]: WARNING: Could not determine active consoleThese are caused when the daemon attempts to send ioctls to VTs which don't exist in the s390 architecture.
Nov 3 06:31:15 sles11 console-kit-daemon[6919]: WARNING: Error waiting for native console 1 activation: Invalid argument
Nov 3 06:31:15 sles11 console-kit-daemon[6919]: WARNING: Error waiting for native console 2 activation: Invalid argument
...
Nov 3 06:31:15 sles11 console-kit-daemon[6919]: WARNING: Error waiting for native console 61 activation: Invalid argument
Nov 3 06:31:15 sles11 console-kit-daemon[6919]: WARNING: Error waiting for native console 62 activation: Invalid argument
Resolution
add:
filter f_ignore { match('console-kit-daemon.*Error waiting for native console') or match('console-kit-daemon.*Could not determine active console'); };
modify:
filter f_messages { not facility(news, mail) and not filter(f_iptables); };
filter f_warn { level(warn, err, crit) and not filter(f_iptables); };
to
filter f_messages { not facility(news, mail) and not filter(f_iptables) and not filter(f_ignore); };
filter f_warn { level(warn, err, crit) and not filter(f_iptables) and not filter(f_ignore); };
Note that glib will still print the error to the screen but they will no longer appear in the syslog.
Disclaimer
This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:7005003
- Creation Date: 10-Dec-2009
- Modified Date:28-Sep-2022
-
- SUSE Linux Enterprise Server
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com