見出し画像

#コンピュータ談義 #Venturaアップグレード #Muninノード #備忘録

Mac mini 2018 をVentura にアップグレードした所、Munin ノードクライアントが立ち上がらなくなった。
つらつらと調べてみた所、Perl のバージョンが上がった為の様。
毎回調べるのは面倒なので、備忘録として残しておくことにした。

これまでのPerl バージョンは5.18 で、Ventura では5.30 になった。
/Library/perl 配下に各バージョン毎のモジュールがあるので、旧バージョンのMunin モジュールを、新バージョンにも登録する。

myos@myos-si2 perl % /usr/bin/perl -v

This is perl 5, version 30, subversion 3 (v5.30.3) built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)

Copyright 1987-2020, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

myos@myos-si2 perl % cd /Library/perl
myos@myos-si2 perl % ls -l
total 0
drwxr-xr-x  3 root  wheel   96 Oct 28 10:29 5.18
drwxr-xr-x  4 root  wheel  128 Oct 28 11:02 5.30
drwxr-xr-x  3 root  wheel   96 Oct 18 21:36 5.34
myos@myos-si2 perl % ls -l 5.18
total 0
lrwxr-xr-x  1 root  wheel  41 Oct 20  2019 Munin -> /opt/local/lib/perl5/site_perl/5.28/Munin
myos@myos-si2 perl % 


Munin-node をインストール時に、適当にあちこち編集して無理くりして何とか動作する様にしたものだから、細かい所が良く理解できていない… orz
本来こういったバージョン変更に耐えうる実装が望ましいのだけど😝





#コンピュータ談義 #Ventura #Munin #備忘録

この記事が気に入ったらサポートをしてみませんか?