Pages

Tuesday, June 9, 2015

/usr/bin/ld: cannot find -luuid

make[2]: *** [checkgid] Error 1
/usr/bin/ld: cannot find -luuid



# yum provides */libuuid.so

libuuid-devel-2.17.2-12.18.el6.x86_64 : Universally unique ID library
Repo        : Centos-base
Matched from:
Filename    : /usr/lib64/libuuid.so



libuuid-devel-2.17.2-12.18.el6.i686 : Universally unique ID library

yum install libuuid-devel

Monday, June 8, 2015

Sysadmin's Notepad: Investigating frame errors in ifconfig output

Sysadmin's Notepad: Investigating frame errors in ifconfig output: Today I've been alerted about network issues on one of the Linux servers. Fortunately Geneos monitoring tools are analyzing ifconfig out...

Monday, March 2, 2015

Technodrone: Nova-Docker on Juno

Technodrone: Nova-Docker on Juno: Containers are hot. It is the latest buzzword. Unfortunately buzzwords are not always the right way to go, but I have been wanting to use co...

Thursday, February 19, 2015

OpenStack in Production: Using bitnami images with OpenStack

OpenStack in Production: Using bitnami images with OpenStack: At CERN, we generally use puppet to configure our production services using modules from puppetforge to quickly set up the appropriate par...