Um site de peso 🙂

  • [Veeam] Failed to upgrade host components.

    When updating Veeam Server, the following error message occurred when trying to update the proxies: Failed to upgrade host components. Error: ‘ExecCommand [/opt/veeam/transport/veeamtransport] [–install 6666] has exited with code: [255], message: [] Failed to invoke rpc command ‘ The solution was to restart the services, as the Veeam Transport service was “stuck” in the proxy.

  • Erro SSL_OP_NO_COMPRESSION no MySQL

    Ao atualizar o mysql, no make ocorre o seguinte erro: mysql-5.5.39/vio/viossl.c: In function ‘ssl_do’: mysql-5.5.39/vio/viossl.c:175: error: ‘SSL_OP_NO_COMPRESSION’ undeclared (first use in this function) mysql-5.5.39/vio/viossl.c:175: error: (Each undeclared identifier is reported only once mysql-5.5.39/vio/viossl.c:175: error: for each function it appears in.) make[2]: *** [vio/CMakeFiles/vio.dir/viossl.c.o] Error 1 make[1]: *** [vio/CMakeFiles/vio.dir/all] Error 2 make: *** [all] Error 2…

  • Erro no PostgreSQL 9.0.13

    Erro: ERROR: wrong number of index expressions Solução: Atualizar para versão 9.0.14 ou fazer downgrade pra 9.0.12

  • Limpar cache do WP Super Cache na mão

    Basta criar um arquivo php na raiz da instalação do WordPress com o seguinte conteúdo: <? include(“wp-blog-header.php”); wp_cache_clear_cache(); ?> Depois só executar o arquivo.

  • Entrando em single mode (Centos, Ubuntu, Gento e cia)

    Como entrar em single mode: ->Iniciar a máquina ->Apertar E quando aparecer a versão do kernel ->No grub coloque no final: init=/bin/bash ->Aperte enter (alguns grubs pode ser F10 ou CTRL+X para bootar, mas no rodapé fala certinho dai) ->Aperte B ->Monte a raiz: mount / -orw,remount ->Troque a senha: digite: -passwd -root -digite a senha -repita…