From owner-freebsd-database@FreeBSD.ORG Thu Oct 23 04:56:13 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 CEA8C1065670 for ; Thu, 23 Oct 2008 04:56:13 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id 7F7E58FC19 for ; Thu, 23 Oct 2008 04:56:13 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 5D92519E79; Thu, 23 Oct 2008 08:38:09 +0400 (MSD) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from dchagin.dialup.corbina.ru ([78.107.232.239] verified) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1371370888; Thu, 23 Oct 2008 08:38:09 +0400 Received: from dchagin.dialup.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.dialup.corbina.ru (8.14.3/8.14.2) with ESMTP id m9N4c71v001568; Thu, 23 Oct 2008 08:38:07 +0400 (MSD) (envelope-from root@dchagin.dialup.corbina.ru) Received: (from root@localhost) by dchagin.dialup.corbina.ru (8.14.3/8.14.2/Submit) id m9N4c24A001567; Thu, 23 Oct 2008 08:38:02 +0400 (MSD) (envelope-from root) Date: Thu, 23 Oct 2008 08:38:02 +0400 From: Chagin Dmitry To: Adrian Penisoara Message-ID: <20081023043802.GA1530@dchagin.dialup.corbina.ru> References: <78cb3d3f0810221638ua05ef45yeff0778c98b954ae@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <78cb3d3f0810221638ua05ef45yeff0778c98b954ae@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-database@freebsd.org, freebsd-emulation Subject: Re: 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: Thu, 23 Oct 2008 04:56:13 -0000 On Thu, Oct 23, 2008 at 01:38:34AM +0200, Adrian Penisoara wrote: > 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 (?). > Hi, yes, this problem well-known to us :) please, see kern/102956 for full description. I think that this PR will be closed soon. > 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) ? > -- Have fun! chd