jueves, 18 de junio de 2015

Resolviendo un Error al querer configurar NRPE en un cliente NAGIOS


Hola, estoy configurando un servidor con el servicio NRPE para un nagios... me presento el siguiente problema.

PROBLEMA

CHECK_NRPE: Error - Could not complete SSL handshake.

miércoles, 17 de junio de 2015

Resolviendo un Error al querer instalar CARBON utilizando PIP


Aquí le dejo un error que se me presento al querer instalar "carbon" utilizando "pip".

PROBLEMA

gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c twisted/runner/portmap.c -o build/temp.linux-x86_64-2.6/twisted/runner/portmap.o

twisted/runner/portmap.c:10:20: error: Python.h: No such file or directory

twisted/runner/portmap.c:14: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

twisted/runner/portmap.c:31: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

twisted/runner/portmap.c:45: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPortmapMethodsâ

twisted/runner/portmap.c: In function âinitportmapâ:

twisted/runner/portmap.c:55: warning: implicit declaration of function âPy_InitModuleâ

twisted/runner/portmap.c:55: error: âPortmapMethodsâ undeclared (first use in this function)

twisted/runner/portmap.c:55: error: (Each undeclared identifier is reported only once

twisted/runner/portmap.c:55: error: for each function it appears in.)

error: command 'gcc' failed with exit status 1


Resolviendo un Error al querer utilizar YUM


Hola aquí le dejo un nuevo error que se me presento luego de instalar "epel" y querer utilizar "yum"

PROBLEMA

Loaded plugins: fastestmirror
Determining fastest mirrors
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again

No se puede recuperar metalink de repositorio: EPEL. Por favor, compruebe su camino y vuelva a intentarlo

Cómo instalar pip en CentOS / RHEL / Ubuntu / Debian


PIP es la alternativa de instalación del paquete python. pip es famosa para gestionar fácilmente los paquetes python basado. Además, con la ayuda de la pipa también puede instalar el paquete de versión particular. Lo más importante pip tiene una característica para administrar las listas completas de los paquetes y números de versión correspondientes, posibles a través de un archivo de "requisitos".

Se realiza el mismo trabajo básico como easy_install, pero con algunas características adicionales. Puede trabajar con repositorios de control de versiones (actualmente sólo Git, Mercurial y repositorios Bazar), registra la producción extensiva, y evita las instalaciones parciales mediante la descarga de todos los requisitos antes de comenzar la instalación.