[Bug 230003] Cannot redirect output to /dev/console on 11.2-Release

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 24 04:24:30 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230003

            Bug ID: 230003
           Summary: Cannot redirect output to /dev/console on 11.2-Release
           Product: Base System
           Version: 11.2-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: od2010 at sbcglobal.net

This bug was discovered using the comms/mgetty+sendfax.

That port executes a system() call that has output redirected to /dev/console. 
That system() fails with the following message:

system() failed: Inappropriate ioctl for device


This error message is confirmed by the following command:

# echo "foo" >/dev/console 2>&1 </dev/null
/dev/console: Device not configured.

This program was working fine on FreeBSD 11.1-Release.

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


More information about the freebsd-bugs mailing list