Kubuntu 16.10 problema de cabeçalhos linux

1

Kubuntu 16.10 Asus N750J

Olá, problema de repotyig aqui. Eu tento atualizar ....:

sudo apt-get update
[sudo] password for user: 
Get:1 http: //security.ubuntu.com/ubuntu yakkety-security InRelease [102 kB]
Hit:2 http: //ppa.launchpad.net/atareao/telegram/ubuntu yakkety InRelease                                                           
Hit:3 http: //de.archive.ubuntu.com/ubuntu yakkety InRelease                                                                        
Hit:4 http: //repository.spotify.com stable InRelease                                                                               
Hit:5 http: //de.archive.ubuntu.com/ubuntu yakkety-updates InRelease                                                                
Hit:6 http: //ppa.launchpad.net/wine/wine-builds/ubuntu yakkety InRelease                                                       
Hit:7 http: //de.archive.ubuntu.com/ubuntu yakkety-proposed InRelease                                                           
Hit:8 http: //download.virtualbox.org/virtualbox/debian yakkety InRelease 
Fetched 102 kB in 1s (66.7 kB/s)
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 

Eu tento e ...

sudo dpkg --configure -a 
Setting up linux-headers-4.8.0-34-generic (4.8.0-34.36) ... 
Examining /etc/kernel/header_postinst.d. 
run-parts: executing /etc/kernel/header_postinst.d/dkms 4.8.0-34-generic /boot/vmlinuz-4.8.0-34-generic

quando eu faço isso acontecer, e fico lá pra sempre, tento fechá-lo e rodar outro comando e não vou deixar eu tentar outro comando, tenho que reiniciar o computador, também se eu tentar fazê-lo de uma forma mais grafica maneira como ...:

software-properties-gtk

(software-properties-gtk:3628): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
Cannot set locale: unsupported locale setting

(software-properties-gtk:3628): Gtk-WARNING **: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version
(software-properties-gtk:3628): Gtk-WARNING **: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version
(software-properties-gtk:3628): Gtk-WARNING **: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
(software-properties-gtk:3628): Gtk-WARNING **: Theme parsing error: gtk.css:76:30: The style property GtkExpander:expander-size is deprecated and shouldn't be used anymore. It will be removed in a future version
(software-properties-gtk:3628): Gtk-WARNING **: Theme directory aplets/64 of theme breeze-dark has no size field
(software-properties-gtk:3628): Gtk-WARNING **: Theme directory aplets/64 of theme breeze-dark has no size field
(software-properties-gtk:3628): Gtk-CRITICAL **: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkNotebook    
(software-properties-gtk:3628): Gtk-CRITICAL **: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkNotebook

Abre as preferências de "software e atualizações" e, ao configurá-lo e fechá-lo, ele se auto-atualiza e exibe uma janela:

As informações sobre o software disponível estão desatualizadas

Para instalar software e atualizações de fontes recém-adicionadas ou alteradas, é necessário recarregar as informações sobre o software disponível.

Você precisa de uma conexão com a internet para continuar.

Eu clico em reload e mostra:

Setting up linux-headers-4.8.0-34-generic (4.8.0-34.36) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 4.8.0-34-generic /boot/vmlinuz-4.8.0-34-generic

e novamente .. fique lá para sempre sem fazer nada

vocês poderiam me dizer alguma solução possível, eu estou perdido aqui.

login de compilação: /var/lib/dkms/nvidia-367/367.57/build/:

Arquivo Kbuild: link

arquivo .log: link

    
por Xoktz 29.01.2017 / 11:17

1 resposta

0

  1. remova o pacote do driver da Nvidia com dpkg -r nvidia-367 (você deve selecionar outro driver para desinstalar)

  2. configure os pacotes pendentes com o dpkg --configure -a

  3. pacotes purgados: Como você pode remover completamente um pacote?

  4. atualize e atualize: sudo apt-get update e sudo apt-get upgrade

por Xoktz 03.02.2017 / 12:59