Bug 14646

Summary: pam_console emits debugging messages when debugging is not turned on
Product: [Retired] Red Hat Linux Reporter: Chris Siebenmann <cks-rhbugzilla>
Component: pamAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
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: 2000-07-26 19:20:40 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 Flags
make the debugging messages actually debugging messages none

Description Chris Siebenmann 2000-07-25 23:40:53 UTC
The new pam_console RPM emits debugging messages, messages about
perfectly normal and expected conditions, when the 'debug' argument
has not been specified to pam_console. The two immediately noticeable
(and annoying) messages are:
	console %s is owned by UID 0
and	console %s is a character device
These messages mean nothing more than that everything is OK. As such
they should only be emitted when debugging is turned on. Worse yet,
the code attempts to send them out at priority LOG_ERR, which should
be saved for things that indicate, well, important errors.

 I will attach a simple patch to fix this.

Comment 1 Chris Siebenmann 2000-07-25 23:41:25 UTC
Created attachment 1553 [details]
make the debugging messages actually debugging messages

Comment 2 Nalin Dahyabhai 2000-07-26 19:20:59 UTC

*** This bug has been marked as a duplicate of 14644 ***