From owner-freebsd-emulation Tue Jul 30 21:29:09 1996 Return-Path: owner-emulation Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA02164 for emulation-outgoing; Tue, 30 Jul 1996 21:29:09 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA02155 for ; Tue, 30 Jul 1996 21:29:06 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id WAA00532; Tue, 30 Jul 1996 22:28:59 -0600 (MDT) Date: Tue, 30 Jul 1996 22:28:59 -0600 (MDT) Message-Id: <199607310428.WAA00532@rocky.mt.sri.com> From: Nate Williams To: brian@mediacity.com Cc: freebsd-emulation@freebsd.org Subject: Re: SCO: Unable to open console device <> In-Reply-To: <199607302328.QAA01360@MediaCity.com> References: <199607302328.QAA01360@MediaCity.com> Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > When I run any of the applications that make up the package I get the > error: > > Unable to open console device << STATUS 28675 >> Hmm, you may want 'ktrace' on them. Note, you'll need to re-compile your kernel. > My /compat/ibcs2/dev looks like > > lrwxr-xr-x 1 root wheel 9 Jul 30 23:40 socksys -> /dev/null ... > crw-rw-rw- 1 root wheel 41, 0 Jul 30 02:14 spx It should be: mknod spx c 41 1 But, I'm not sure if that works. It may be that the call it is doing hasn't been implemented yet. Also, which version of FreeBSD are you using? Nate