Displaying 1 result from an estimated 1 matches for "habili".
Did you mean:
habil
2014 Dec 05
5
[Bug 2325] New: excessive and unquietable stderr chatter
...urrent
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: ssh-keygen
Assignee: unassigned-bugs at mindrot.org
Reporter: schmiddy at gmail.com
I maintain some code (using cronic, see http://habilis.net/cronic/ )
which is sensitive to any noise generated on stderr, treating it as a
possible error. One culprit causing false alarms is ssh-keygen, which
generates these two messages from around line 1245 of ssh-keygen.c:
fprintf(stderr, "%s updated.\n", identity_file);
fprintf(stderr,...