erro processando o pacote mysql-community-server durante o upgrade do apt-get

1

Como posso resolver este problema?

root@ip-*******:/# apt-get upgrade 
Reading package lists... Done    
Building dependency tree    
Reading state information... Done    
Calculating upgrade... Done    
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.    
2 not fully installed or removed.    
After this operation, 0 B of additional disk space will be used.    
Do you want to continue? [Y/n] y    
Setting up mysql-community-server (5.7.19-1ubuntu16.04) ...    
Job for mysql.service failed because the control process exited with error code.    
See "systemctl status mysql.service" and "journalctl -xe" for details.    
invoke-rc.d: initscript mysql, action "start" failed.
    ● mysql.service - MySQL Community Server    
   Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor reset: enabled)    
   Active: activating (auto-restart) (Result: exit-code) since Fri 2017-09-01 12:16:18 UTC; 4ms ago    
   Main PID: 16929 (code=exited, status=0/SUCCESS)    
dpkg: error processing package mysql-community-server (--configure):    
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-community-server (= 5.7.19-1ubuntu16.04);   however:
  Package mysql-community-server is not configured yet.    
dpkg: error processing package mysql-server (--configure):    
 dependency problems - leaving unconfigured    
No apport report written because the error message indicates its a followup error from a previous failure.    
Errors were encountered while processing:
 mysql-community-server
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

E também todo o mesmo erro.

ADICIONAR:

root@ip-172-31-15-21:/# apt-get update
Hit:1 http://security.ubuntu.com/ubuntu precise-security InRelease
Ign:2 http://archive.ubuntu.com/ubuntu precise InRelease
Ign:3 http://extras.ubuntu.com/ubuntu precise InRelease
Hit:4 http://archive.ubuntu.com/ubuntu precise Release
Hit:6 http://extras.ubuntu.com/ubuntu precise Release
Ign:7 http://archive.canonical.com/ubuntu precise InRelease
Get:8 http://extras.ubuntu.com/ubuntu precise Release.gpg [72 B]
Ign:8 http://extras.ubuntu.com/ubuntu precise Release.gpg
Hit:9 http://archive.canonical.com/ubuntu precise Release
Ign:11 http://it.archive.ubuntu.com/ubuntu precise InRelease
Hit:12 http://it.archive.ubuntu.com/ubuntu precise-updates InRelease
Hit:13 http://it.archive.ubuntu.com/ubuntu precise Release
Fetched 72 B in 2s (25 B/s)
Reading package lists... Done
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (restricted/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (restricted/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (restricted/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (restricted/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: http://security.ubuntu.com/ubuntu/dists/precise-security/InRelease: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://archive.ubuntu.com/ubuntu/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: GPG error: http://extras.ubuntu.com/ubuntu precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: The repository 'http://extras.ubuntu.com/ubuntu precise Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: http://archive.canonical.com/ubuntu/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://it.archive.ubuntu.com/ubuntu/dists/precise-updates/InRelease: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://it.archive.ubuntu.com/ubuntu/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (restricted/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (restricted/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (restricted/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (restricted/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6

e minhas sources.list

    
por Do Yeop 01.09.2017 / 14:24

5 respostas

2

Parece que a instalação foi interrompida em uma sessão anterior.

Teste sudo apt-get install -f para ver se isso consertará dependências quebradas.

Se isso falhar, purgar o servidor MySQL:

sudo apt-get purge mysql-community-server mysql-community-server

Em seguida, limpe e atualize:

sudo apt-get autoclean && sudo apt-get clean && sudo apt-get update

Faça uma atualização geral:

sudo apt-get upgrade

Agora tente reinstalar:

sudo apt-get install mysql-server and mysql-community-server

Se você estiver fazendo isso a partir do prompt de root, você não estará liderando o comando sudo .

    
por 01.09.2017 / 16:07
1

Eu mesmo encontrei isso no Ubuntu 16.04 LTS (xenial). Seu log do MySQL provavelmente também possui erros mysql_upgrade: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) while connecting to the MySQL server Upgrade process encountered error and will not continue. .

Aqui está o que eu tenho feito para contornar o problema (ainda não depurei a verdadeira questão de por que a conexão falha). Trabalhou nas últimas 3 atualizações do MySQL.

Primeiro, como root com o MySQL em execução:

# mysql_upgrade --defaults-file=/etc/mysql/debian.cnf

Isso deve ser concluído sem erros.

Em seguida, edite o arquivo /var/lib/dpkg/info/mysql-server-5.7.postinst . Em algum lugar na linha 320, encontre e comente a linha:

mysql_upgrade --defaults-file=/etc/mysql/debian.cnf || result=$?

Saia e salve o arquivo. Execute apt-get upgrade novamente e ele deve ser executado corretamente.

    
por 01.09.2017 / 20:12
0

Erros indicam que você tentou instalar o mysql-server, mas algo deu errado. O problema ocorreu durante a configuração do pacote mysql-community-server . Você pode tentar executar:

dpkg --configure mysql-community-server

ou:

dpkg-reconfigure mysql-community-server

Se você não quiser mais usar o servidor mysql, pode executar:

apt-get remove mysql-community-server mysql-server

Para remover completamente esses pacotes do seu sistema. Isso deve resolver o problema.

    
por 01.09.2017 / 14:47
0

Parece que iniciar o servidor (novamente) do script postinst está falhando. Isso pode ter diferentes razões, muitas vezes o serviço ainda está em execução (por exemplo, porque na verdade a ação de parada antes falhou), mas é possível que o mysql não possa ser iniciado devido a algum problema.

Tente executar /etc/init.d/mysql stop;/etc/init.d/mysql start; e verifique se há algum erro. Se o mysql não parar corretamente, você pode tentar matá-lo com killall .

Se você corrigiu, execute dpkg --configure -a para configurar todos os pacotes que foram retidos quando o script postinst falhou.

Outro hack é encontrar o script postinst em /var/lib/dpkg e colocar um exit 0 após a linha #!/bin/sh , depois executar dpkg --configure -a e depois remover a linha. Esteja avisado que quaisquer partes (possivelmente importantes) do script postinst não são executadas.

    
por 01.09.2017 / 16:40
0

Em relação à sua pergunta atualizada, em primeiro lugar, posso ver na sua sources.list alguns casos de redundância. Por exemplo, você tem esse erro na sua saída:

W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6

E você tem isso na linha 1 do seu arquivo de fontes

deb http://it.archive.ubuntu.com/ubuntu precise main restricted

que é duplicado na linha 6.

Então, para corrigir esses erros, sugiro que você remova todas as linhas duplicadas indicadas na saída. (Há muitos deles!)

Em segundo lugar, há esse erro:

W: GPG error: http://extras.ubuntu.com/ubuntu precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192

Para corrigir este erro do GNU Privacy Guard, vamos obter essa chave. Execute isto:

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192

Em seguida, corrija dependências quebradas executando dpkg --configure -a ou apt-get install -f (ou ambos).

e depois mais uma vez:

apt-get clean && apt-get update
    
por 01.09.2017 / 18:58