Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2018 10:54:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 234093] /sbin/kldload not possible to 'silence' with 1> /dev/null or 2> /dev/null redirection
Message-ID:  <bug-234093-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234093

            Bug ID: 234093
           Summary: /sbin/kldload not possible to 'silence' with 1>
                    /dev/null or 2> /dev/null redirection
           Product: Base System
           Version: 11.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: vermaden@interia.pl

# echo $SHELL
/usr/local/bin/zsh
# kldload /boot/modules/i915kms.ko 1> /dev/null 2> /dev/null
Dec 16 11:08:03 t420s kernel: Failed to add WC MTRR for
[0xe0000000-0xefffffff]: -28; performance may suffer

Why it is not possible to 'silence' this command with 1> or 2> redirections?

This message is not from the kernel (white color font) because I have it
disabled with boot_mute=3DYES in /boot/loader.conf file.

The /boot/modules/i915kms.ko is from drm-next package on FreeBSD 11.2-RELEA=
SE.

Regards.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234093-227>