From owner-freebsd-database Tue Jan 28 7:21:47 2003 Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A47237B401 for ; Tue, 28 Jan 2003 07:21:46 -0800 (PST) Received: from mail.die.supsi.ch (mail.die.supsi.ch [193.5.153.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D11543F85 for ; Tue, 28 Jan 2003 07:21:44 -0800 (PST) (envelope-from nunnari@die.supsi.ch) Received: from die.supsi.ch (pcm2022.die.supsi.ch [193.5.152.22]) by mail.die.supsi.ch (8.11.6/8.11.6) with ESMTP id h0SFLep03414 for ; Tue, 28 Jan 2003 16:21:41 +0100 Message-ID: <3E36A004.7050705@die.supsi.ch> Date: Tue, 28 Jan 2003 16:21:40 +0100 From: Roberto Nunnari User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-database Subject: Oracle 9i on FreeBSD 4.7-Stable Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there. I'm having a hard time trying to install Oracle 9i (9.2..blabla) on a FreeBSD4.7-Stable... Is anybody successfully running Oracle 9i on their FreeBSD boxes? If not... do anybody have a clue on how sensible would be trying to get it run on FreeBSD (native or linuxEmulation)? I read somewhere on installing first on a linux box and then copying the whole things to FreeBSD.. Thanks. -- Roberto Nunnari -software engineer- mailto:nunnari@die.supsi.ch Scuola Universitaria Professionale della Svizzera Italiana Dipartimento di Informatica e Elettronica http://www.die.supsi.ch SUPSI-DIE Via Cantonale tel: +41-91-6108561 6928 Manno """ fax: +41-91-6108570 Switzerland (o o) =======================oOO==(_)==OOo======================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Jan 29 6:47:48 2003 Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3685D37B401 for ; Wed, 29 Jan 2003 06:47:46 -0800 (PST) Received: from smtp.web.de (smtp02.web.de [217.72.192.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D6BB43F43 for ; Wed, 29 Jan 2003 06:47:45 -0800 (PST) (envelope-from g.w.k@web.de) Received: from [213.148.149.130] (helo=hunter.muc.mscsoftware.com) by smtp.web.de with asmtp (WEB.DE(Exim) 4.93 #1) id 18dtUd-0006Yy-00; Wed, 29 Jan 2003 15:47:11 +0100 Subject: Re: Oracle 9i on FreeBSD 4.7-Stable From: "Georg-W. Koltermann" To: Roberto Nunnari Cc: freebsd-database@freebsd.org In-Reply-To: <1043781266.482.100.camel@hunter.muc.mscsoftware.com> References: <3E36A004.7050705@die.supsi.ch> <1043781266.482.100.camel@hunter.muc.mscsoftware.com> Content-Type: multipart/mixed; boundary="=-ovV4WevkSH2KI38uiLt3" X-Mailer: Ximian Evolution 1.0.8 Date: 29 Jan 2003 15:47:10 +0100 Message-Id: <1043851631.6761.449.camel@hunter.muc.mscsoftware.com> Mime-Version: 1.0 Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-ovV4WevkSH2KI38uiLt3 Content-Type: text/plain Content-Transfer-Encoding: 7bit You may have noticed that I forgot to attach the patch. Here it is. -- Regards, Georg. Am Di, 2003-01-28 um 20.14 schrieb Georg-W. Koltermann: > [...] > a) there's a little glitch in the mapping of Linux signal numbers to > FreeBSD signal numbers. I think I corrected that in the attached patch. > > --=-ovV4WevkSH2KI38uiLt3 Content-Disposition: inline; filename=linux-signal.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name=linux-signal.patch; charset=ISO-8859-15 --- ./i386/linux/linux_sysvec.c.old Fri Nov 8 11:21:02 2002 +++ ./i386/linux/linux_sysvec.c Fri Nov 8 11:29:17 2002 @@ -112,7 +112,7 @@ int bsd_to_linux_signal[LINUX_SIGTBLSZ] =3D { LINUX_SIGHUP, LINUX_SIGINT, LINUX_SIGQUIT, LINUX_SIGILL, LINUX_SIGTRAP, LINUX_SIGABRT, 0, LINUX_SIGFPE, - LINUX_SIGKILL, LINUX_SIGBUS, LINUX_SIGSEGV, 0, + LINUX_SIGKILL, LINUX_SIGBUS, LINUX_SIGSEGV, LINUX_SIGSYS, LINUX_SIGPIPE, LINUX_SIGALRM, LINUX_SIGTERM, LINUX_SIGURG, LINUX_SIGSTOP, LINUX_SIGTSTP, LINUX_SIGCONT, LINUX_SIGCHLD, LINUX_SIGTTIN, LINUX_SIGTTOU, LINUX_SIGIO, LINUX_SIGXCPU, @@ -128,7 +128,7 @@ SIGCHLD, SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, SIGXCPU, SIGXFSZ, SIGVTALRM, SIGPROF, SIGWINCH, - SIGIO, SIGURG, 0 + SIGIO, SIGURG, SIGSYS }; =20 #define LINUX_T_UNKNOWN 255 --- ./i386/linux/linux.h.old Fri Nov 8 11:27:11 2002 +++ ./i386/linux/linux.h Fri Nov 8 11:30:11 2002 @@ -230,7 +230,7 @@ #define LINUX_SIGIO 29 #define LINUX_SIGPOLL LINUX_SIGIO #define LINUX_SIGPWR 30 -#define LINUX_SIGUNUSED 31 +#define LINUX_SIGSYS 31 =20 #define LINUX_SIGTBLSZ 31 #define LINUX_NSIG_WORDS 2 --=-ovV4WevkSH2KI38uiLt3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Jan 29 7: 2: 6 2003 Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1303C37B401 for ; Wed, 29 Jan 2003 07:02:04 -0800 (PST) Received: from elaine.ispinfo.fr (elaine.ispinfo.fr [195.115.177.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F1243F43 for ; Wed, 29 Jan 2003 07:02:02 -0800 (PST) (envelope-from hubert.adgie@ispinfo.fr) Received: from uriens.ispinfo.fr (smtp0.ispinfo.fr [195.115.177.47]) by elaine.ispinfo.fr (8.9.3/8.9.3) with ESMTP id QAA17975 for ; Wed, 29 Jan 2003 16:02:00 +0100 (CET) (envelope-from hubert.adgie@ispinfo.fr) Received: from smtpx.ispinfo.fr (smtpx.ispinfo.fr [195.115.177.41]) by uriens.ispinfo.fr (8.11.1/8.11.1) with ESMTP id h0TF1xM55996 for ; Wed, 29 Jan 2003 16:02:00 +0100 (CET) (envelope-from hubert.adgie@ispinfo.fr) Received: from [192.168.1.82] (unverified) by smtpx.ispinfo.fr (Content Technologies SMTPRS 4.1.5) with ESMTP id ; Wed, 29 Jan 2003 16:01:59 +0100 Subject: Re: Oracle 9i on FreeBSD 4.7-Stable From: Hubert Adgie To: "Georg-W. Koltermann" Cc: Roberto Nunnari , freebsd-database@freebsd.org In-Reply-To: <1043851631.6761.449.camel@hunter.muc.mscsoftware.com> References: <3E36A004.7050705@die.supsi.ch> <1043781266.482.100.camel@hunter.muc.mscsoftware.com> <1043851631.6761.449.camel@hunter.muc.mscsoftware.com> Content-Type: text/plain; charset=ISO-8859-15 Organization: I.S.P. Informatique Message-Id: <1043852518.69163.36.camel@ihryll.acces-industrie.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 29 Jan 2003 16:01:59 +0100 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Is that possible to get the full original mail. I'm not try to use Oracle 9i over FreeBSD but it could be quickly (I'm using 8i, actualy). Regards, On Wed, 2003-01-29 at 15:47, Georg-W. Koltermann wrote: > You may have noticed that I forgot to attach the patch. Here it is. > > -- > Regards, > Georg. > > Am Di, 2003-01-28 um 20.14 schrieb Georg-W. Koltermann: > > [...] > > a) there's a little glitch in the mapping of Linux signal numbers to > > FreeBSD signal numbers. I think I corrected that in the attached patch. > > > > > > > > ______________________________________________________________________ > > --- ./i386/linux/linux_sysvec.c.old Fri Nov 8 11:21:02 2002 > +++ ./i386/linux/linux_sysvec.c Fri Nov 8 11:29:17 2002 > @@ -112,7 +112,7 @@ > int bsd_to_linux_signal[LINUX_SIGTBLSZ] = { > LINUX_SIGHUP, LINUX_SIGINT, LINUX_SIGQUIT, LINUX_SIGILL, > LINUX_SIGTRAP, LINUX_SIGABRT, 0, LINUX_SIGFPE, > - LINUX_SIGKILL, LINUX_SIGBUS, LINUX_SIGSEGV, 0, > + LINUX_SIGKILL, LINUX_SIGBUS, LINUX_SIGSEGV, LINUX_SIGSYS, > LINUX_SIGPIPE, LINUX_SIGALRM, LINUX_SIGTERM, LINUX_SIGURG, > LINUX_SIGSTOP, LINUX_SIGTSTP, LINUX_SIGCONT, LINUX_SIGCHLD, > LINUX_SIGTTIN, LINUX_SIGTTOU, LINUX_SIGIO, LINUX_SIGXCPU, > @@ -128,7 +128,7 @@ > SIGCHLD, SIGCONT, SIGSTOP, SIGTSTP, > SIGTTIN, SIGTTOU, SIGURG, SIGXCPU, > SIGXFSZ, SIGVTALRM, SIGPROF, SIGWINCH, > - SIGIO, SIGURG, 0 > + SIGIO, SIGURG, SIGSYS > }; > > #define LINUX_T_UNKNOWN 255 > --- ./i386/linux/linux.h.old Fri Nov 8 11:27:11 2002 > +++ ./i386/linux/linux.h Fri Nov 8 11:30:11 2002 > @@ -230,7 +230,7 @@ > #define LINUX_SIGIO 29 > #define LINUX_SIGPOLL LINUX_SIGIO > #define LINUX_SIGPWR 30 > -#define LINUX_SIGUNUSED 31 > +#define LINUX_SIGSYS 31 > > #define LINUX_SIGTBLSZ 31 > #define LINUX_NSIG_WORDS 2 -- Hubert Adgié - I.S.P. Informatique 2, rue du Pont de Garonne 47400 TONNEINS Tel: +33 5 53 88 00 76 Fax: +33 5 53 88 01 16 Gsm: +33 6 24 48 61 16 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message