Skip to main content

Posts

Showing posts from 2014

Error when installing Zenoss in Centos 6 Docker image

This happens when using auto-deploy installation ( hint ). # ./core-autodeploy.sh The error happens in  https://gist.github.com/fortran01/e6eb87c87fa8bb7aa3eb/ebdcce749b366c6cf97346f0411e91dd114a61d4#file-zenoss-core-autodeploy-ec817e6_core-autodeploy-sh-L261-L265  when the zenoss service is started. Zenoss not initialized. Performing first-boot initialization... Fresh install pre steps Checking RRDtool version >= 1.4.7: [FAIL] Missing. Error: rrdtool is not in the search path. Please confirm that RRDtool (version >= 1.4.7) is installed. It can be verified that rrdtool is already installed. # rrdtool --version RRDtool 1.4.7 Copyright 1997-2012 by Tobias Oetiker Compiled Apr 5 2012 17:36:08 The routine that checks for rrdtool is in /opt/zenoss/bin/install-functions.sh. Look for confirm_rrd(). It uses the command `which` that is not installed by default in the Centos 6 docker image. # yum install which -y Loaded plugins: fastestmirror Setting up In

Reset or fixing display settings in Mac OS X 10.10 (Yosemite) for external display LG 22LS2100

For some reason after the Yosemite installation when I tried to change the Display Settings to "Best for Display" resolution font smoothing just went crazy. I tried to do the following without any effect. Forcing RGB mode  - I did the workaround suggested by the author (taken from a commenter) Changing Font Smoothing Settings in Yosemite The workaround involves creating a new user and re-logging in to that new user. I know this is painful but for me this is a quick workaround because the old user is disposable for me. In the new user I notice that the Display Settings resolution is scaled but it does not indicate which scale it used. The BIG NOTE is not to use auto-scale resolution this time in the new user.

Mac OS X - rackspace-novaclient - UserWarning: Unknown distribution option: 'pbr'

Faulty install logs below. $ sudo pip install rackspace-novaclient --verbose Downloading/unpacking rackspace-novaclient   Running setup.py egg_info for package rackspace-novaclient     running egg_info     writing requirements to pip-egg-info/rackspace_novaclient.egg-info/requires.txt     writing pip-egg-info/rackspace_novaclient.egg-info/PKG-INFO     writing top-level names to pip-egg-info/rackspace_novaclient.egg-info/top_level.txt     writing dependency_links to pip-egg-info/rackspace_novaclient.egg-info/dependency_links.txt     warning: manifest_maker: standard file '-c' not found     reading manifest file 'pip-egg-info/rackspace_novaclient.egg-info/SOURCES.txt'     writing manifest file 'pip-egg-info/rackspace_novaclient.egg-info/SOURCES.txt' Downloading/unpacking python-novaclient (from rackspace-novaclient)   Running setup.py egg_info for package python-novaclient     /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/di