After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637438 - net-misc/modemmanager unnecessary output to the console and syslog
net-misc/modemmanager unnecessary output to the console and syslog
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2010-12-17 08:47 UTC by Anton
Modified: 2011-07-19 19:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix tty/pty check (1.19 KB, patch)
2010-12-17 08:47 UTC, Anton
none Details | Review

Description Anton 2010-12-17 08:47:36 UTC
Created attachment 176579 [details] [review]
fix tty/pty check

repost from gentoo:
http://bugs.gentoo.org/show_bug.cgi?id=348923

Modemmanager checks for unexisting /dev/tty/{ttyXX,ptyXX} devices.
It also outputs unnecessary g_message (debug?) information during startup which shows up on a init boot screen.

Please fix tty check and remove the default "noise".
Comment 1 Dan Williams 2011-07-19 19:06:19 UTC
These have been fixed earlier this year with the logging rework, you can set MM to suppress all output to syslog if you wish.  But we do need to check for virtual ttys that may be provided by platform drivers, so the changes to checks for port names aren't quite accurate.