Advertisement
lifeboy

Untitled

Oct 16th, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.45 KB | None | 0 0
  1. [root@yster2 /usr/local/share/munin/plugins]# munin-run mysql autoconf
  2. no (Missing dependency Cache::Cache)
  3.  
  4. So I install Cache::Cache
  5.  
  6. [root@yster2 /usr/local/share/munin/plugins]# cpan Cache::Cache
  7. Loading internal null logger. Install Log::Log4perl for logging messages
  8. Reading '/root/.cpan/Metadata'
  9.   Database was generated on Tue, 16 Oct 2018 19:17:03 GMT
  10. Cache::Cache is up to date (1.08).
  11.  
  12. And try again:
  13.  
  14. [root@yster2 /usr/local/share/munin/plugins]# munin-run mysql autoconf
  15. no (Missing dependency Cache::Cache)
  16.  
  17. No go.  What now?
  18.  
  19. # munin-run mysql suggest
  20. Missing dependency Cache::Cache at /usr/local/etc/munin/plugins/mysql line 728.
  21.  
  22. This was working earlier, now it doesn't anymore.
  23.  
  24. # pkg info perl*
  25. perl5-5.26.2
  26. perl5.24-5.24.4
  27.  
  28. # pkg info munin-node
  29. munin-node-2.0.34_1
  30. Name           : munin-node
  31. Version        : 2.0.34_1
  32. Installed on   : Tue Apr  3 08:06:01 2018 SAST
  33. Origin         : sysutils/munin-node
  34. Architecture   : FreeBSD:11:*
  35. Prefix         : /usr/local
  36. Categories     : sysutils perl5
  37. Licenses       :
  38. Maintainer     : mat@FreeBSD.org
  39. WWW            : http://munin-monitoring.org/
  40. Comment        : Node-specific part of Munin
  41. Options        :
  42.     JAVA           : off
  43.     PERL           : on
  44.     PYTHON         : on
  45.     SNMP           : on
  46. Annotations    :
  47.     cpe            : cpe:2.3:a:munin-monitoring:munin:2.0.34:::::freebsd11:x64:1
  48.     repo_type      : binary
  49.     repository     : FreeBSD
  50. Flat size      : 1.04MiB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement