instale o crashdump no ubuntu 1404

1

Estou seguindo [ aqui ] para instalar crash dump no Ubuntu 1404:

sudo apt-get install linux-crashdump

No entanto, lança exceção como abaixo:

... unmet dependencies
linux-crashdump  : Depends: kdumptools but it is not going to be installed

PS: Eu segui [ aqui ] para resolver o problema, mas não encontra nenhum pacote quebrado ...

Atualização: minha plataforma é o Ubuntu 14.04 no Linux 3.16.0-genérico.

Atualização 2: a seguinte é a impressão completa

app> sudo apt-get install linux-crashdump kdump-tools makedumpfile libdw1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libdw1 : Depends: libelf1 (= 0.158-0ubuntu5) but 0.158-0ubuntu5.2 is to be installed
E: Unable to correct problems, you have held broken packages.
    
por Richard 12.08.2015 / 14:27

1 resposta

-2

execute sudo apt-get update primeiro.

então [não execute isso se você não quiser atualizar o release] sudo do-release-upgrade para atualizar o pacote. reboot .

execute sudo apt-get install linux-crashdump

no servidor do Ubuntu 16.04

    
por apisKod 05.03.2017 / 09:39