From owner-freebsd-current Wed Jan 26 20: 5:47 2000 Delivered-To: freebsd-current@freebsd.org Received: from fgwmail7.fujitsu.co.jp (fgwmail7.fujitsu.co.jp [192.51.44.37]) by hub.freebsd.org (Postfix) with ESMTP id 7F129154B2 for ; Wed, 26 Jan 2000 20:05:32 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from m1.gw.fujitsu.co.jp by fgwmail7.fujitsu.co.jp (8.9.3/3.7W-MX9912-Fujitsu Gateway) id NAA23430; Thu, 27 Jan 2000 13:05:18 +0900 (JST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from chisato.nd.net.fujitsu.co.jp by m1.gw.fujitsu.co.jp (8.9.3/3.7W-9912-Fujitsu Domain Master) id NAA04047; Thu, 27 Jan 2000 13:05:17 +0900 (JST) Received: from localhost (dhcp7194.nd.net.fujitsu.co.jp [10.18.7.194]) by chisato.nd.net.fujitsu.co.jp (8.8.5+2.7Wbeta5/3.3W8chisato-970826) with ESMTP id NAA02341; Thu, 27 Jan 2000 13:05:16 +0900 (JST) To: culverk@wam.umd.edu Cc: freebsd-current@FreeBSD.ORG Subject: Re: ipsec errors In-Reply-To: References: X-Mailer: Mew version 1.94 on Emacs 20.4 / Mule 4.0 (HANANOEN) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000127130559K.shin@nd.net.fujitsu.co.jp> Date: Thu, 27 Jan 2000 13:05:59 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 31 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I was just wondering how to get rid of these errors in my startup: > > Jan 26 22:12:19 culverk inetd[739]: ftp/tcp: ipsec initialization > failed; out entrust > Jan 26 22:12:19 culverk inetd[739]: telnet/tcp: ipsec initialization > failed; in entrust > Jan 26 22:12:19 culverk inetd[739]: telnet/tcp: ipsec initialization > failed; out entrust > Jan 26 22:12:19 culverk inetd[739]: finger/tcp: ipsec initialization > failed; in entrust > Jan 26 22:12:19 culverk inetd[739]: finger/tcp: ipsec initialization > failed; out entrust > Jan 26 22:12:19 culverk inetd[739]: ntalk/udp: ipsec initialization > failed; in entrust > Jan 26 22:12:19 culverk inetd[739]: ntalk/udp: ipsec initialization > failed; out entrust > > Maybe there was a message on here that I overlooked, I'm not sure, but how > exactly do I get rid of them? Now IPsec related control functionalities are added to inetd, and when kernel is not compiled with IPSEC related options, IPsec related socket initialization fails and those messages are print out. It is not harmful but I should have lower the syslog level, sorry. I'll soon fix it. Thanks, Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message