On Mon, Nov 26, 2018 at 02:31:29PM -0500, Theodore Y. Ts'o wrote: > On Mon, Nov 26, 2018 at 10:37:23AM -0800, Omar Sandoval wrote: > > > > Hm, what if we output it as KERN_INFO? > > > > diff --git a/check b/check > > index f6c3537..9b4765f 100755 > > --- a/check > > +++ b/check > > @@ -314,7 +314,7 @@ _call_test() { > > > > if [[ -w /dev/kmsg ]]; then > > local dmesg_marker="run blktests $TEST_NAME at ${TEST_RUN["date"]}" > > - echo "$dmesg_marker" >> /dev/kmsg > > + echo "<6>$dmesg_marker" >> /dev/kmsg > > else > > local dmesg_marker="" > > CHECK_DMESG=0 > > Still not working, alas. I tested it via: > > root@xfstests-ltm:~# echo "<6>testing 123" >> /dev/kmsg > > It still didn't appear in /var/log/kern.log > > - Ted Ok, well that's my due diligence, so applied. Thanks!