Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137677 - logsentry logtail.c sends error output to stdout, collides with regular output
Summary: logsentry logtail.c sends error output to stdout, collides with regular output
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-22 17:49 UTC by Gentoo User
Modified: 2006-11-16 00:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gentoo User 2006-06-22 17:49:08 UTC
All error output from logtail.c is via "printf" statements, sending it to the normal channel, confusing the invocator.

Change to use perror() or similar.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-28 02:58:25 UTC
Not security, please read the product descriptions when filing bugs.
Comment 2 Robert Clark (RETIRED) gentoo-dev 2006-11-16 00:10:50 UTC
I have reviewed the logtail.c file, The information that is being
printed appears to be critical and should be printed normally, this would seem to be a feature not a bug. 
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-11-16 00:44:09 UTC
(In reply to comment #2)
> I have reviewed the logtail.c file, The information that is being
> printed appears to be critical and should be printed normally, this would seem
> to be a feature not a bug. 

Indeed. Please, take this upstream, it looks to be intended, we are not touching this.

http://sourceforge.net/tracker/?group_id=80573&atid=560198