Bug 141545
Summary: | klogd will translate odd number of % (percent sign) into even number of percent signs | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | seth arnold <sarnold> | ||||
Component: | sysklogd | Assignee: | Jason Vas Dias <jvdias> | ||||
Status: | CLOSED ERRATA | QA Contact: | Brian Brock <bbrock> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.0 | CC: | jturner | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2005-01-15 19:11:41 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: | |||||||
Attachments: |
|
Description
seth arnold
2004-12-01 22:20:43 UTC
Created attachment 107743 [details]
patch to sillymod that will change the printk to include a single percent sign
Sillymod is pretty simple to work with: download, unpack, cd sillymod ; patch
-p1 < /path/to/percent-problem.diff ; ./configure ; make ; sudo insmod
./sillymod.ko ; dmesg | tail ; sudo tail /var/log/messages
There's nothing magic about sillymod; it was just a convenient example of a
hello world kernel module.
This is now fixed - it was a hangover from the days when syslogd WAS "fantastically stupid" and was passing the message string as a *printf function fmt string. The new syslogd-1.4.1-24_EL that fixes this issue for RHEL-4 will be in RHEL-4-RC1 and meanwhile can be downloaded from: http://people.redhat.com/~jvdias/sysklogd . Seth, does this new sysklogd fix things up for you? Jason, Jay, yes, this fixes the problem! Many thanks. (I'm sorry I let this slip through the cracks -- I thought I couldn't find the packages at Jason's URL earlier on, so I assumed it had been taken down when the packages had been made available in the rhel 4 repos.. Much more likely is that I typo'd the URL when browsing from another machine. D'oh.) Closing out. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2005-087.html |