[SOLVED] ag -u in /sys spams syslog
$ cd ../sys
$ sudo ag -u burgerbox 2>/dev/null
Mar 15 01:40:45 xyz kernel: [ 1859.562251] nouveau 0000:01:00.0: fb: trapped read at 00010c1cdc on channel -1 [1fed0000 unknown] engine 06 [BAR] client 08 [PFIFO_READ] subclient
00 [FB] reason 00000002 [PAGE_NOT_PRESENT]
Mar 15 01:40:45 xyz kernel: [ 1859.562576] nouveau 0000:01:00.0: fb: trapped read at 00010c1da8 on channel -1 [1fed0000 unknown] engine 06 [BAR] client 08 [PFIFO_READ] subclient
00 [FB] reason 00000002 [PAGE_NOT_PRESENT]
Mar 15 01:40:45 xyz kernel: [ 1859.562951] nouveau 0000:01:00.0: fb: trapped read at 00010c1e28 on channel -1 [1fed0000 unknown] engine 06 [BAR] client 08 [PFIFO_READ] subclient
00 [FB] reason 00000002 [PAGE_NOT_PRESENT]
Mar 15 01:40:45 xyz kernel: [ 1859.563294] nouveau 0000:01:00.0: fb: trapped read at 00010c1ec0 on channel -1 [1fed0000 unknown] engine 06 [BAR] client 08 [PFIFO_READ] subclient
00 [FB] reason 00000002 [PAGE_NOT_PRESENT]
Obviously this is a silly example, but the same sort of search in / results in zillions of messages going to syslog, and unless the logging is set up to limit max file size and/or message repetions (which I hadn't initially done with my /etc/rsyslog.conf) it rapidly fills the entire harddrive, then you can't reboot unless you do something to free up some drive space. Plus the search hangs and doesn't complete.