On Tue, Jul 09, 2019 at 08:13:10AM -0700, Mike McClain wrote: > Is there a way to get gpm to quit issuing these messages? > > Jul 9 08:10:00 playground /usr/sbin/gpm[2929]: *** info > [daemon/processrequest.c(42)]: > Jul 9 08:10:00 playground /usr/sbin/gpm[2929]: Request on 12 (console 6)
Yes, filter them with rsyslog like this: :syslogtag, startswith, "/usr/sbin/gpm" stop Or get used to them if you're using journalctl. There are no filters in journald. Rebuilding gpm without HAVE_VSYSLOG flag may also help. Reco