1.2.10 インストールが41%から進まない
Cacti_Stats.xml.gz が壊れているので置き換える。
This was due to a damaged Cacti_Stats package in the release.
https://forums.cacti.net/viewtopic.php?f=21&t=60803&p=282080#p282080
wget https://github.com/Cacti/cacti/blob/develop/install/templates/Cacti_Stats.xml.gz -O /usr/share/cacti/install/templates/Cacti_Stats.xml.gz
1.2.11 ログインできない
本来コメントアウトされるはずのものが有効になったままリリースされているのでコメントアウトする。
comment out the $cacti_cookie_domain line. This was supposed to be commented out, but for some reason (likely late night), it was not commented out.
https://github.com/Cacti/cacti/issues/3436#issuecomment-611285060
< $cacti_cookie_domain = 'cacti.net';
---
> #$cacti_cookie_domain = 'cacti.net';