Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 1997 17:08:14 -0100 (GMT)
From:      Remy NONNENMACHER <remy@synx.com>
To:        freebsd-emulation@freebsd.org
Subject:   Running Oracle listener in SCO emulation.
Message-ID:  <Pine.A32.3.91.970810165910.21849A-100000@rs1>

next in thread | raw e-mail | index | archive | help

I have got the Oracle SQL*Net V2 working under SCO (ibcs2) emulation by 
introducing a little modification in /sys/i386/ibcs2/ibcs2_ioctl.c :

(FreeBSD-2.2.2RELEASE OOB)

ibcs2_ioctl(.....
		.
		.

            /* socksys */
        case IBCS2_SIOCSOCKSYS:
                return ibcs2_socksys(p, (struct ibcs2_socksys_args *)uap,
                                     retval);
 
>>>>    case IBCS2_FIONREAD:     /* STREAMS */
        case IBCS2_I_NREAD:     /* STREAMS */ 
                SCARG(uap, cmd) = FIONREAD;
                return ioctl(p, (struct ioctl_args *)uap, retval);
  		.
		.


Do i am using a wrong version of ibcs2 emulation ?

(Note : Sorry if it's a silly question, i just switched from NetBSD to 
FreeBSD for my workstation).


-------------------------------------------------------------------------------
     S Y N C H R O N I X  S.A.

  Avn des ANDES, Bat. LE CEDRE - 91952 LES ULIS - FRANCE
     Tel : +33 1 64462626  -  FAX : +33 1 64466976  -  Internet : Synx.com

   Remy NONNENMACHER - APAV Dpt. (remy@synx.com)

#include <Following-tags-are-my-own-and-not-of-my-employer>
#include <Copyright-GNU-like-but-excludes-M$-network(s)-and-affiliates>

----

"My uncle and I entered a better life" - Alphonse Allais
					 (When his rich uncle died).




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.A32.3.91.970810165910.21849A-100000>