From owner-freebsd-questions@FreeBSD.ORG Sun Mar 10 10:43:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 01352F3F; Sun, 10 Mar 2013 10:43:13 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl6.internode.on.net (ipmail06.adl6.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:6:6]) by mx1.freebsd.org (Postfix) with ESMTP id 633DD755; Sun, 10 Mar 2013 10:43:12 +0000 (UTC) Received: from ppp247-71.static.internode.on.net (HELO leader.local) ([203.122.247.71]) by ipmail06.adl6.internode.on.net with ESMTP; 10 Mar 2013 21:13:11 +1030 Message-ID: <513C63BE.6020808@ShaneWare.Biz> Date: Sun, 10 Mar 2013 21:13:10 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: FreeBSD Subject: Re: fbsdmon error message References: <20130309065404.45bece21@scorpio> In-Reply-To: <20130309065404.45bece21@scorpio> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jerry , gblach@FreeBSD.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 10:43:14 -0000 On 09/03/2013 22:24, Jerry wrote: > After working fine for over a year, the "ports-mgmt/fbsdmon" port has > started spitting out errors once a week for the past month. > > ********************************************************************** > Rebuilding locate database: > > Rebuilding whatis database: > makewhatis: /usr/local/man/man3/EVP_PKEY_verifyrecover_init.3.gz: No such file or directory > > Sending statistic to fbsdmon.org > > -- End of weekly output -- > ********************************************************************* The error isn't from fbsdmon, the message is from the weekly periodic run which has fbsdmon on it's list of tasks. The error is from the task before fbsdmon - rebuilding the whatis database. While I know the error originates from an openssl item being renamed from EVP_PKEY_verifyrecover_init to EVP_PKEY_verify_recover_init I'm not sure why it still tries to find the old man page.