Bug 4779
Summary: | pppd logs to the console instead of to /var/log/messages | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | giulioo |
Component: | ppp | Assignee: | Michael K. Johnson <johnsonm> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | ||
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: | 1999-11-22 16:55:54 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
giulioo
1999-08-30 08:29:56 UTC
I think this is considered a feature when pppd is run with a controlling terminal, though I may be mistaken. Have you tried running pppd with standard in, out, and err redirected from/to /dev/null? pppd [arguments] </dev/null >/dev/null 2>/dev/null You're right, with S0:234:respawn:/usr/sbin/pppd ttyS0 1>/dev/null the console is not cluttered anymore. However, I think this behavior is not so intuitive; usually stuff run from inittab doesn't log to console, but for critical problems. And the old pppd did this way. Thanks. If you would like, you may discuss your preferences for pppd's behaviour to pppd's author; we can't be very effective middlemen on this. |