Erros ao Instalar mysql-server [RESOLVIDO]

1. Erros ao Instalar mysql-server [RESOLVIDO]

Roselio
roselio_jantara

(usa Debian)

Enviado em 24/05/2014 - 15:50h

Seguinte,uso Debian Wheezy, minha base de dados do mysql se corrompeu, não consegui corrigir de jeito algum, sempre usei usuario root senha toor (localhost, apenas pra teste), e do nada simplesmente não conectava em nenhuma base da dados, resetei senha e nada. Então resolvi desinstalar tudo e reinstalar novamente e agora estou recebendo os seguintes erros:

root@proxy:/home/roselio# apt-get install mysql-server-5.5
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
mysql-server-5.5 já é a versão mais nova.
Os seguintes pacotes foram instalados automaticamente e já não são necessários:
libmozjs17d xulrunner-17.0
Utilize 'apt-get autoremove' para os remover.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
2 pacotes não totalmente instalados ou removidos.
Depois desta operação, 0 B adicionais de espaço em disco serão usados.
Você quer continuar [S/n]? s
Configurando mysql-server-5.5 (5.5.37-0+wheezy1) ...
[ ok ] Stopping MySQL database server: mysqld.
140524 15:53:55 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
140524 15:53:55 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
140524 15:53:55 [Note] Plugin 'FEDERATED' is disabled.
140524 15:53:55 InnoDB: The InnoDB memory heap is disabled
140524 15:53:55 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140524 15:53:55 InnoDB: Compressed tables use zlib 1.2.7
140524 15:53:55 InnoDB: Using Linux native AIO
140524 15:53:55 InnoDB: Initializing buffer pool, size = 128.0M
140524 15:53:55 InnoDB: Completed initialization of buffer pool
140524 15:53:55 InnoDB: highest supported file format is Barracuda.
140524 15:53:55 InnoDB: Waiting for the background threads to start
140524 15:53:56 InnoDB: 5.5.37 started; log sequence number 1598935
140524 15:53:56 InnoDB: Starting shutdown...
140524 15:53:57 InnoDB: Shutdown completed; log sequence number 1598935
insserv: warning: script 'rc.htb' missing LSB tags and overrides
insserv: warning: script 'firewall.sh' missing LSB tags and overrides
insserv: There is a loop between service minidlna and rc.htb if stopped
insserv: loop involving service rc.htb at depth 2
insserv: loop involving service minidlna at depth 1
insserv: Stopping rc.htb depends on minidlna and therefore on system facility `$all' which can not be true!
insserv: Stopping firewall.sh depends on minidlna and therefore on system facility `$all' which can not be true!
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erro ao processar mysql-server-5.5 (--configure):
sub-processo script post-installation instalado retornou estado de saída de erro 1
dpkg: problemas com dependências impedem a configuração de mysql-server:
mysql-server depende de mysql-server-5.5; porém:
Pacote mysql-server-5.5 não está configurado ainda.

dpkg: erro ao processar mysql-server (--configure):
problemas de dependência - deixando desconfigurado
Erros foram encontrados durante o processamento de:
mysql-server-5.5
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

Só um detalhe tá, este é um servidor DLNA na rede com squid transparente, Dhcp, firewall, e controle de banda com HTBTolls.



  


2. MELHOR RESPOSTA

Buckminster
Buckminster

(usa Debian)

Enviado em 24/05/2014 - 16:51h

Execute:

# dpkg --configure mysql-server-5.5

# apt-get install -f

E dê uma verificada no arquivo dos repositórios. Veja que no apt-get update tu tem vários repositórios ignorados, talvez por erro de assinaturas.
Tente comentar os repositórios onde aparece antes Ign, exemplo: Ign http://wine.sourceforge.net binary/ Release.gpg
Verifique isso.

Se os dois comandos acima não resolverem, comente os repositórios Ign e execute os comandos abaixo:

# apt-get autoremove

# apt-get remove --purge mysql-server-*

# updatedb

# apt-get update

# aptitude safe-upgrade

# apt-get install mysql-server-5.5

3. Re: Erros ao Instalar mysql-server [RESOLVIDO]

Buckminster
Buckminster

(usa Debian)

Enviado em 24/05/2014 - 16:00h

Execute:

# apt-get autoremove

# apt-get remove --purge mysql-server-5.5

# apt-get update

# apt-get install mysql-server-5.5


4. Re: Erros ao Instalar mysql-server [RESOLVIDO]

Roselio
roselio_jantara

(usa Debian)

Enviado em 24/05/2014 - 16:24h

Valeu Buckminster, vou tentar aqui e já posto o resultado.


5. Re: Erros ao Instalar mysql-server [RESOLVIDO]

Roselio
roselio_jantara

(usa Debian)

Enviado em 24/05/2014 - 16:33h

Valeu Buckminster, vou tentar aqui e já posto o resultado.


root@proxy:/home/roselio# apt-get autoremove
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
2 pacotes não totalmente instalados ou removidos.
Depois desta operação, 0 B adicionais de espaço em disco serão usados.
Configurando mysql-server-5.5 (5.5.37-0+wheezy1) ...
[ ok ] Stopping MySQL database server: mysqld.
140524 16:31:36 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
140524 16:31:36 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
140524 16:31:36 [Note] Plugin 'FEDERATED' is disabled.
140524 16:31:36 InnoDB: The InnoDB memory heap is disabled
140524 16:31:36 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140524 16:31:36 InnoDB: Compressed tables use zlib 1.2.7
140524 16:31:36 InnoDB: Using Linux native AIO
140524 16:31:36 InnoDB: Initializing buffer pool, size = 128.0M
140524 16:31:36 InnoDB: Completed initialization of buffer pool
140524 16:31:36 InnoDB: highest supported file format is Barracuda.
140524 16:31:36 InnoDB: Waiting for the background threads to start
140524 16:31:37 InnoDB: 5.5.37 started; log sequence number 1598945
140524 16:31:37 InnoDB: Starting shutdown...
140524 16:31:38 InnoDB: Shutdown completed; log sequence number 1598945
insserv: warning: script 'rc.htb' missing LSB tags and overrides
insserv: warning: script 'firewall.sh' missing LSB tags and overrides
insserv: There is a loop between service minidlna and rc.htb if stopped
insserv: loop involving service rc.htb at depth 2
insserv: loop involving service minidlna at depth 1
insserv: Stopping rc.htb depends on minidlna and therefore on system facility `$all' which can not be true!
insserv: Stopping firewall.sh depends on minidlna and therefore on system facility `$all' which can not be true!
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erro ao processar mysql-server-5.5 (--configure):
sub-processo script post-installation instalado retornou estado de saída de erro 1
dpkg: problemas com dependências impedem a configuração de mysql-server:
mysql-server depende de mysql-server-5.5; porém:
Pacote mysql-server-5.5 não está configurado ainda.

dpkg: erro ao processar mysql-server (--configure):
problemas de dependência - deixando desconfigurado
Erros foram encontrados durante o processamento de:
mysql-server-5.5
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

Depois . . .

root@proxy:/home/roselio# apt-get remove --purge mysql-server-5.5
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Os pacotes a seguir serão REMOVIDOS:
mysql-server* mysql-server-5.5*
0 pacotes atualizados, 0 pacotes novos instalados, 2 a serem removidos e 0 não atualizados.
2 pacotes não totalmente instalados ou removidos.
Depois desta operação, 31,5 MB de espaço em disco serão liberados.
Você quer continuar [S/n]? s
(Lendo banco de dados ... 146353 ficheiros e directórios actualmente instalados.)
Removendo mysql-server ...
Removendo mysql-server-5.5 ...
[ ok ] Stopping MySQL database server: mysqld.
Expurgando arquivos de configuração de mysql-server-5.5 ...
Processando gatilhos para man-db ...

Ai . . .

root@proxy:/home/roselio# apt-get update
Ign http://wine.sourceforge.net binary/ Release.gpg
Ign http://www.rarewares.org ./ Release.gpg
Ign http://ftp.hu.debian.org stable/non-US Release.gpg
Ign http://pessoal.onda.com.br ./ Release.gpg
Ign http://pessoal.onda.com.br ./ Release
Atingido http://www.rarewares.org ./ Release
Ign http://wine.sourceforge.net source/ Release.gpg
Ign http://ftp.freenet.de woody Release.gpg
Ign http://ftp.hu.debian.org stable/non-US Release
Ign http://wine.sourceforge.net ./ Release.gpg
Ign http://www.bootsplash.de unstable Release.gpg
Ign http://ftp.freenet.de woody Release
Obter:1 http://www.winischhofer.net ./ Release.gpg [5.258 B]
Ign http://wine.sourceforge.net ./ Release.gpg
Ign http://www.bootsplash.de unstable Release
Atingido http://wine.sourceforge.net binary/ Release
Err http://pessoal.onda.com.br ./ Packages
404 Not Found
Ign http://pessoal.onda.com.br ./ Translation-pt_BR
Atingido http://wine.sourceforge.net source/ Release
Ign http://pessoal.onda.com.br ./ Translation-pt
Ign http://pessoal.onda.com.br ./ Translation-en
Atingido http://wine.sourceforge.net ./ Release
Atingido http://wine.sourceforge.net ./ Release
Ign http://wine.sourceforge.net binary/ Packages/DiffIndex
Obter:2 http://www.winischhofer.net ./ Release [5.258 B]
Ign http://wine.sourceforge.net source/ Sources/DiffIndex
Obter:3 http://www.rarewares.org ./ Packages [38,9 kB]
Ign http://wine.sourceforge.net ./ Packages/DiffIndex
Ign http://www.winischhofer.net ./ Release
E: Erro GPG: http://www.winischhofer.net ./ Release: As seguintes assinaturas eram inválidas: NODATA 1 NODATA 2

Então . . .

root@proxy:/home/roselio# apt-get install mysql-server-5.5
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Pacotes sugeridos:
tinyca
Os NOVOS pacotes a seguir serão instalados:
mysql-server-5.5
0 pacotes atualizados, 1 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.
É preciso baixar 0 B/1.730 kB de arquivos.
Depois desta operação, 31,3 MB adicionais de espaço em disco serão usados.
AVISO: Os pacotes a seguir não podem ser autenticados!
mysql-server-5.5
Instalar estes pacotes sem verificação [s/N]? s
Pré-configurando pacotes ...
A seleccionar pacote anteriormente não seleccionado mysql-server-5.5.
(Lendo banco de dados ... 146267 ficheiros e directórios actualmente instalados.)
Desempacotando mysql-server-5.5 (de .../mysql-server-5.5_5.5.37-0+wheezy1_i386.deb) ...
Processando gatilhos para man-db ...
Configurando mysql-server-5.5 (5.5.37-0+wheezy1) ...
[ ok ] Stopping MySQL database server: mysqld.
140524 16:33:20 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
140524 16:33:20 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
140524 16:33:20 [Note] Plugin 'FEDERATED' is disabled.
140524 16:33:20 InnoDB: The InnoDB memory heap is disabled
140524 16:33:20 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140524 16:33:20 InnoDB: Compressed tables use zlib 1.2.7
140524 16:33:20 InnoDB: Using Linux native AIO
140524 16:33:20 InnoDB: Initializing buffer pool, size = 128.0M
140524 16:33:20 InnoDB: Completed initialization of buffer pool
140524 16:33:20 InnoDB: highest supported file format is Barracuda.
140524 16:33:20 InnoDB: Waiting for the background threads to start
140524 16:33:21 InnoDB: 5.5.37 started; log sequence number 1598945
140524 16:33:21 InnoDB: Starting shutdown...
140524 16:33:22 InnoDB: Shutdown completed; log sequence number 1598945
insserv: warning: script 'rc.htb' missing LSB tags and overrides
insserv: warning: script 'firewall.sh' missing LSB tags and overrides
insserv: There is a loop between service minidlna and rc.htb if stopped
insserv: loop involving service rc.htb at depth 2
insserv: loop involving service minidlna at depth 1
insserv: Stopping rc.htb depends on minidlna and therefore on system facility `$all' which can not be true!
insserv: Stopping firewall.sh depends on minidlna and therefore on system facility `$all' which can not be true!
insserv: exiting now without changing boot order!
update-rc.d: error: insserv rejected the script header
dpkg: erro ao processar mysql-server-5.5 (--configure):
sub-processo script post-installation instalado retornou estado de saída de erro 1
Erros foram encontrados durante o processamento de:
mysql-server-5.5
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@proxy:/home/roselio#




6. Consegui

Roselio
roselio_jantara

(usa Debian)

Enviado em 24/05/2014 - 17:06h


root@proxy:/home/roselio# /etc/init.d/mysql status
[info] /usr/bin/mysqladmin Ver 8.42 Distrib 5.5.37, for debian-linux-gnu on i686
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Server version 5.5.37-0+wheezy1
Protocol version 10
Connection Localhost via UNIX socket
UNIX socket /var/run/mysqld/mysqld.sock
Uptime: 2 min 24 sec

Threads: 1 Questions: 393 Slow queries: 0 Opens: 379 Flush tables: 1 Open tables: 93 Queries per second avg: 2.729.
root@proxy:/home/roselio#
[code]

Descobri o erro!
Cara que f@d@!
Na verdade meu Mysql nunca deu problema, a gente é que acha pelo em ovo.
O Mysql simplismente não está iniciando com servidor por causa deste erro

[code]update-rc.d: error: insserv rejected the script header


Como eu uso phpmyadmym para gerenciar meus Banco de Dados o mesmo abria no navegador pois o apache esta redando, como o mysql não estava então no user e senha do phpmyadmin não logava
nem . . .

Tudo se resolveu com o seguinte comando

root@proxy:/home/roselio# /etc/init.d/mysql status
[info] MySQL is stopped..
root@proxy:/home/roselio# /etc/init.d/mysql start
[ ok ] Starting MySQL database server: mysqld ..
[info] Checking for tables which need an upgrade, are corrupt or were
not closed cleanly..
root@proxy:/home/roselio# /etc/init.d/mysql status
[info] /usr/bin/mysqladmin Ver 8.42 Distrib 5.5.37, for debian-linux-gnu on i686
Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Server version 5.5.37-0+wheezy1
Protocol version 10
Connection Localhost via UNIX socket
UNIX socket /var/run/mysqld/mysqld.sock
Uptime: 9 sec

Threads: 1 Questions: 263 Slow queries: 0 Opens: 379 Flush tables: 1 Open tables: 93 Queries per second avg: 29.222.
root@proxy:/home/roselio#

Pronto!

Agora falta descobrir por que o mysql não esta iniciando como servidor, mais ai já é uma outra historia.

Obrigado pela ajuda Buckminster, valeu irmão.






7. Re: Erros ao Instalar mysql-server [RESOLVIDO]

Buckminster
Buckminster

(usa Debian)

Enviado em 24/05/2014 - 17:10h

De nada.






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts