From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 7 15:44:18 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00A2416A4E8 for ; Thu, 7 Sep 2006 15:44:18 +0000 (UTC) (envelope-from saper@SYSTEM.PL) Received: from mail01.ish.de (pip249.ish.de [80.69.98.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id A858D43D6E for ; Thu, 7 Sep 2006 15:43:57 +0000 (GMT) (envelope-from saper@SYSTEM.PL) Received: from [80.69.97.9] (account saper@iesy.net HELO [127.0.0.1]) by mail-fe-02.mail01.ish.de (CommuniGate Pro SMTP 5.0.6) with ESMTPSA id 66407246 for freebsd-emulation@freebsd.org; Thu, 07 Sep 2006 17:43:50 +0200 Message-ID: <45003E2E.3070606@SYSTEM.PL> Date: Thu, 07 Sep 2006 17:43:42 +0200 From: Marcin Cieslak User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.4) Gecko/20060721 SeaMonkey/1.0.2 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Installation of Oracle10g Express Edition: another patch for OS authentication X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 15:44:18 -0000 Hello, After installing Oracle XE on FreeBSD 6.1-RC I got another problem: I could easily start listener using "lsnrctl start" but any further attempt to communicate with the listener failed because of authentication problem: TNS-01189: The listener could not authenticate the user It does not matter if the user was a member of the priviledged group "dba" or not. I found out that my Linux emulation does not support SO_PEERCRED socket option that returns pid, uid and gid of the other side of the UNIX socket connection. I have patched my system to partially support this option: http://www.freebsd.org/cgi/query-pr.cgi?pr=102956 I hope it works for you as well. Now Oracle XE works for me perfectly, I could even install and run Compiere for XE (http://sf.net/projects/comxe) without messing with Firebird and Fyracle stuff. -- << Marcin Cieslak // saper@system.pl >>