Xenix console error message problem

Brian Chapman chapman at sco.COM
Wed Sep 20 12:09:13 AEST 1989


In article <2596 at gandalf.UUCP> alayne at gandalf.UUCP (Alayne McGregor) writes:

> OK, so how do I stop the kernel from barfing error messages onto the
> current multiscreen

In the special case of the floppy driver their is an ioctl()
that suppresses error messages from the floppy driver.
turn error messages off:
	ioctl(floppy_fd, FLIOCPRT, 1);
turn error messages back on:
	ioctl(floppy_fd, FLIOCPRT, 0);
This feature goes back to Xenix 2.2.

A completly different solution is to boot up w/ serial console
then all the error messages will go to the serial console.
	-- Chapman
-- 
Brian Chapman		uunet!sco!chapman
Pay no attention to the man behind the curtain!



More information about the Comp.unix.xenix mailing list