Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 1996 22:28:59 -0600 (MDT)
From:      Nate Williams <nate@mt.sri.com>
To:        brian@mediacity.com
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: SCO: Unable to open console device <<STATUS 28675>>
Message-ID:  <199607310428.WAA00532@rocky.mt.sri.com>
In-Reply-To: <199607302328.QAA01360@MediaCity.com>
References:  <199607302328.QAA01360@MediaCity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



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