im trying to install cacti under Ubuntu 16.04.
Tried
and I get.apt-get install cacti
-> ignoremysql said: mysql: [Warning] mysql: Empty value for 'port' specified. Will throw an error in future versions ERROR 1067 (42000) at line 1847: Invalid default value for 'status_fail_date'
I add the port 3306 in /etc/cacti/debian.php and /etc/dbconfig-common/cacti.conf and updated the values for the current date:
Code: Select all
sudo sed -i 's/0000-00-00/2016-05-01/g' /usr/share/cacti/conf_templates/cacti.sql
again.sudo dpkg-reconfigure cacti
-> keep the local version currently installedA new version (/tmp/dbconfig-package-config.jYuKLn) of configuration file /etc/dbconfig-common/cacti.conf is available, but the version installed currently has been locally modified.
Running cli/upgrade_database.php as part of package update...
Segmentation fault
apache2_invoke cacti: already enabled.
I tried a lot already. Has anyone an idea, how to get it running?