Source: munin
Version: 2.999.12-1
Severity: important
Tags: upstream
Forwarded: https://github.com/munin-monitoring/munin/issues/1212

Hello,

since munin 2.999.12 the default settings for new sqlite databases
(the default database created automatically after package installation)
prevents the database from being accessed by munin-httpd.  Thus the
web interface is broken (status 500).

The issue can be resolved by changing the database journal mode after
the file was created:

  echo "PRAGMA journal_mode=delete;" | su -s /bin/bash -c "sqlite3 
/var/lib/munin/datafile.sqlite" munin

Upstream is discussing the proper solution for this issue:

  https://github.com/munin-monitoring/munin/issues/1212

Cheers,
Lars

Reply via email to