Tag Archives: FreeBSD

Munin stopped working after a ports update yesterday

The graphs in Munin weren’t appearing after I preformed a ports update yesterday. When viewing the graphs in a separate tab I received the following error message. Can’t load ‘/usr/local/lib/perl5/site_perl/5.14/mach/auto/RRDs/RRDs.so’ for module RRDs: Shared object “libpixman-1.so.9” not found, required by “librrd.so.6” at /usr/local/lib/perl5/5.14/mach/DynaLoader.pm line 190. at /usr/local/lib/perl5/site_perl/5.14/Munin/Master/GraphOld.pm line 46 Compilation failed in require at /usr/local/lib/perl5/site_perl/5.14/Munin/Master/GraphOld.pm… Read More »

FreeBSD and phpList : White Screen of Death

Despite turning on errors in php.ini I wasn’t getting any error messages when I went to http://ipaddress/lists/ or http://ipaddress/lists/admin/, I just received a white screen of death. After adding error_log() statements thoughout the code to trackdown the issues I discovered that execution was getting as far as line 198 in /lists/admin/init.php ## remember the length of a hashed string… Read More »