Re: fbsdmon error message

2013-03-10 Thread Shane Ambler

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.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: fbsdmon error message

2013-03-10 Thread Jerry
On Sun, 10 Mar 2013 21:13:10 +1030
Shane Ambler articulated:

 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.

Should a PR be filed against this or has one all ready been filed? I
didn't find any.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: fbsdmon error message

2013-03-10 Thread Shane Ambler

On 10/03/2013 23:27, Jerry wrote:

On Sun, 10 Mar 2013 21:13:10 +1030
Shane Ambler articulated:



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.


Should a PR be filed against this or has one all ready been filed? I
didn't find any.



A pr should probably be submitted, I haven't. While the fix may be to 
clear a cache file, there should be a way to stop makewhatis always 
searching for non-existent man files.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


fbsdmon error message

2013-03-09 Thread Jerry
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 --
*

This line is from the /etc/periodic.conf file.

weekly_fbsdmon_enable=YES

Has anyone else experienced this problem?

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org