Date: Wed, 18 Jul 2001 14:55:36 -0400 From: Steve Shorter <steve@nomad.lets.net> To: freebsd-hackers@freebsd.org Subject: oidentd issue on FreeBSD 4.3 ? Message-ID: <20010718145536.B3791@nomad.lets.net>
index | next in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010718145536.B3791>
