diciembre 2012

You are browsing the site archives for diciembre 2012.

Estaba trabajando en un servidor y de pronto dejo de funcionar el mysql cuando intentaba arrancarlo simplemente obtenia: # /etc/init.d/mysqld start MySQL Daemon failed to start. Starting mysqld: [FAILED] Entonces me puse a revisar los logs y obtuve el siguiente reporte: [root@server ~]# tail -f /var/log/mysqld.log 121227 09:25:22 mysqld_safe Starting mysqld daemon with databases from …

Continue reading Unknown/unsupported storage engine: InnoDB

Cuando intentas ingresar a tu webmail a través de roundcube si hiciste alguna actualización en tu servidor es posible que te salga en siguiente error. ERROR: Wrong ‘suhosin.session.encrypt’ option value. Read REQUIREMENTS section in INSTALL file or use Roundcube Installer, please! Solución: Edita tu archivo php.ini y coloca la siguiente línea al final: suhosin.session.encrypt=off Listo …

Continue reading ERROR: Wrong ‘suhosin.session.encrypt’ option value. Read REQUIREMENTS section in INSTALL file or use Roundcube Installer, please!

Luego de actualizar tu versión de kloxo dejan de funcionar las estadisticas de tu sitio y obtienes un mensaje como este: The requested URL /awstats/awstats.pl was not found on this server La solucion a este problema es la siguiente: Primero renombra el archivo de estadisticas por cualquier otro nombre del siguiente modo: mv /var/cache/kloxo/lxawstats4400.tar.gz /var/cache/kloxo/lxawstats4000.tar.gz …

Continue reading No se cargan las estadisticas en kloxo