From owner-freebsd-database@FreeBSD.ORG Wed Oct 22 23:38:36 2008 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8D111065674 for ; Wed, 22 Oct 2008 23:38:36 +0000 (UTC) (envelope-from ady@ady.ro) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 87CD58FC20 for ; Wed, 22 Oct 2008 23:38:35 +0000 (UTC) (envelope-from ady@ady.ro) Received: by fg-out-1718.google.com with SMTP id l26so447775fgb.35 for ; Wed, 22 Oct 2008 16:38:34 -0700 (PDT) Received: by 10.181.150.16 with SMTP id c16mr1691153bko.150.1224718714433; Wed, 22 Oct 2008 16:38:34 -0700 (PDT) Received: by 10.181.37.7 with HTTP; Wed, 22 Oct 2008 16:38:34 -0700 (PDT) Message-ID: <78cb3d3f0810221638ua05ef45yeff0778c98b954ae@mail.gmail.com> Date: Thu, 23 Oct 2008 01:38:34 +0200 From: "Adrian Penisoara" To: freebsd-emulation , freebsd-database@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Need help diagnosing Local OS authentication issue when running OracleXE Linux X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2008 23:38:37 -0000 Hi, I am working on a FreeBSD port for the OracleXE for Linux package and I stumbled upon a collateral issue when testing the functionality of OracleXE: I am unable to manually shutdown the TNS Listener (running "lsnrctl stop"), since the listener's "Local OS authentication" appears to malfunction. This feature prevents any other OS user but the user who initially started the listener to execute administrative tasks on the listener, including shutting down the listener. The listener process is a background service and accepts commands through the standard 1521 TCP port from the administration tool. I guess there is a problem when "emulating" the Linux kernel/library calls related to OS credentials for network sockets (?). Does anyone else have clues on this ? What would be the best way to proceed analyzing the issue -- e.g. how should I trace the execution for the running listener process (and eventually compare to a trace ran on a real Linux machine) ? Thank you, Adrian Penisoara Ady (@freebsd.ady.ro)