yum volta para o prompt logo após “Determinando espelhos mais rápidos”

0

Estou tentando executar o upgrade do yum em um servidor, ele praticamente não faz nada ...

[myusername@server-1 ~]$ sudo yum upgrade
Loaded plugins: fastestmirror
Setting up Upgrade Process
Determining fastest mirrors
[myusername@server-1 ~]$ █

Eu tentei desativar o plugin fastestmirror e obter isso ...

[myusername@server-1 ~]$ sudo yum upgrade
Freeing read locks for locker 0xXXXX: XXXXX/XXXXXXXXXXXXXXX
Freeing read locks for locker 0xXXXX: XXXXX/XXXXXXXXXXXXXXX
Setting up Upgrade Process
base                                                                 | 3.7 kB     00:00

(substituiu números reais por X apenas no caso aqui)

Eu tentei reiniciar. O mesmo problema após a reinicialização.

O servidor tem bastante memória RAM e espaço livre em disco.

É um servidor rackspace.

Editar: Saída ao usar o sinalizador detalhado ...

[myusername@server-1 yum.repos.d]$ sudo yum upgrade -v
Freeing read locks for locker 0xXXXX: XXXXX/XXXXXXXXXXXXXXX
Freeing read locks for locker 0xXXXX: XXXXX/XXXXXXXXXXXXXXX
Loading "fastestmirror" plugin
Config time: 0.010
Yum Version: 3.2.29
rpmdb time: 0.000
Setting up Upgrade Process
Updating Everything
Building updates object
Setting up Package Sacks
Determining fastest mirrors
[myusername@server-1 yum.repos.d]$
    
por MrVimes 08.09.2016 / 00:45

1 resposta

0

Eu corri 'su' e recebi um pouco mais de informação -

Illegal instruction

Eu pesquisei isso. Encontrou esta página - link

executou este comando -

NSS_DISABLE_HW_GCM=1 yum upgrade

E o processo de atualização funcionou.

A partir desse link ...

I think the actual problem is that the cpuinfo says it has AES but when the system tries to use it, it discovers the support is not there - hence the illegal instruction crash. Have you for example booted this guest on a host machine that has aes-ni and then migrated to one that hasn't? Or overridden the processor type reported to the guest in some way?

You could use temporary fix of this problem, by setting the environment variable: "NSS_DISABLE_HW_GCM=1"

So for example if you run: NSS_DISABLE_HW_GCM=1 yum search some_package ...

    
por 09.09.2016 / 01:01

Tags