I think OMD on ubuntu 12.04 is missing some dependencies. My most recent install (omd-daily, omd-1.01.20130815) was done with:
apt-get install libpython2.7 libevent-2.0-5 apache2-mpm-prefork omd-daily The specific problem you are having I think is due to apache worker vs. prefork mpm. Switch to prefork and install libpython2.7 if it's missing and you should be all set. libevent-2.0-5 fixes this: gearman/gearmand.log:/omd/sites/test/version/sbin/gearmand: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory --Bill On Wed, Aug 28, 2013 at 7:58 AM, Torbjörn Eklöv <[email protected]>wrote: > Hi, I have installed omd-1.00 on a Ubuntu 12.04 but my check_mk Dashboard > -> Main Overview always get broken. > I get "Internal error:: 'admin' (Retry with debug mode)" under Service > Problems and "Internal error:: 'user' (Retry with debug mode)" under Host > Problems. > If I press "retry with debug mode" it often works ok. > The problem start immediately with a empty configuration. >
_______________________________________________ omd-users mailing list [email protected] http://lists.mathias-kettner.de/mailman/listinfo/omd-users
