This is a discussion on dmesg pollution within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> I just noticed that the dmesg file contains lots of mplayer messages "can't find playback rate 22050 ". Is ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Thu, 28 Jun 2007 09:01:33 -0500, dave wrote: > I just noticed that the dmesg file contains lots of mplayer messages "can't > find playback rate 22050 ". Is there any way to keep those mplayer messages > out of the dmesg? % cat /var/run/dmesg.boot |
| |||
| Dave Uhring <daveuhring@yahoo.com> wrote: > On Thu, 28 Jun 2007 09:01:33 -0500, dave wrote: > >> I just noticed that the dmesg file contains lots of mplayer messages "can't >> find playback rate 22050 ". Is there any way to keep those mplayer messages >> out of the dmesg? > > % cat /var/run/dmesg.boot > Thanks! -- Don't Worry. Be Happy. |
| ||||
| dave wrote: > Dave Uhring <daveuhring@yahoo.com> wrote: >> On Thu, 28 Jun 2007 09:01:33 -0500, dave wrote: >> >>> I just noticed that the dmesg file contains lots of mplayer messages "can't >>> find playback rate 22050 ". Is there any way to keep those mplayer messages >>> out of the dmesg? >> % cat /var/run/dmesg.boot >> > Thanks! You can add the line : quiet=yes in the mplayer user or system conf (/etc/mplayer/mplayer.conf) in order to get less verbose output to the console. |