From owner-freebsd-hackers Wed Jul 18 12: 0:34 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from nomad.tor.lets.net (H74.C220.tor.velocet.net [216.138.220.74]) by hub.freebsd.org (Postfix) with SMTP id 7405D37B403 for ; Wed, 18 Jul 2001 12:00:31 -0700 (PDT) (envelope-from steve@nomad.lets.net) Received: (qmail 3802 invoked by uid 1001); 18 Jul 2001 18:55:36 -0000 Date: Wed, 18 Jul 2001 14:55:36 -0400 From: Steve Shorter To: freebsd-hackers@freebsd.org Subject: oidentd issue on FreeBSD 4.3 ? Message-ID: <20010718145536.B3791@nomad.lets.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howdy! I built oidentd from ports on FreeBSD 4.3 R. Every time oidentd gets querried it logs an error Error: sysctlbyname: Operation not permitted. I can trace this log message to the source file freebsd4.c and the failure of the system call if (sysctlbyname("net.inet.tcp.getcred",... This fails because the sysctl variable net.inet.tcp.getcred does not seem to exist (sysctl -a), I think. I would like to use oidentd but was wondering how to enable the proper sysctl variable or if you know of some other fix, or what I have done wrong. thanx - steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message