Bug 83625
Summary: | 'dmesg -n $LOGLEVEL' get overwriten by syslog service | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Oliver Schulze L. <oliver> |
Component: | initscripts | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.3 | CC: | rvokal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-02-06 15:58:24 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Oliver Schulze L.
2003-02-06 14:04:55 UTC
Found a nice solution: Set this variable: KLOGD_OPTIONS="-x -c 3" in this file: /etc/sysconfig/syslog The key part is to add "-c 3" to the variable KLOGD_OPTIONS This solution makes variable LOGLEVEL in: /etc/sysconfig/init obsolete only when the service syslog is used. The default /etc/sysconfig/init says that syslogd will reset the console loglevel; hence, this isn't really a bug. I think the bug is only described in: /etc/sysconfig/init The issue is not solved in /etc/sysconfig/init, thats why I opened the bug. Because initscripts fails to set the console loglevel. It is a bug or at least a feature that does not work. Please let me know if there will be a solucion for setting the console level in all cases. (when syslog is used) |