ubuntu 16.04 continue reiniciando ao executar a faísca no modo cliente do fio

2

Acabei de instalar o ubuntu 16.04, mas ele é muito instável e continua reiniciando aleatoriamente.

Minha última reinicialização aleatória foi em 02:16 e os seguintes registros de / var / log / syslog podem estar relacionados ao problema

Jun 10 02:16:41 Aspire-VN7-791 org.gnome.zeitgeist.Engine[10959]: ** (zeitgeist-datahub:11718): WARNING **: zeitgeist-datahub.vala:229: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
Jun 10 02:16:46 Aspire-VN7-791 gnome-session[11134]: (gnome-software:11325): Gs-WARNING **: failed to call gs_plugin_add_updates_historical on fwupd: failed to start fwupd: Error calling StartServiceByName for org.freedesktop.fwupd: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.fwupd': timed out
Jun 10 02:16:46 Aspire-VN7-791 gnome-session[11134]: (gnome-software:11325): Gs-WARNING **: failed to call gs_plugin_refine on appstream: Error opening file: Permission denied
Jun 10 02:16:54 Aspire-VN7-791 dhclient[11647]: XMT: Info-Request on wlp7s0, interval 28680ms.
Jun 10 02:17:01 Aspire-VN7-791 CRON[11990]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Jun 10 02:16:11 Aspire-VN7-791 org.gnome.zeitgeist.Engine[15096]: #033[31m[18:16:11.780726 WARNING]#033[0m zeitgeist-daemon.vala:449: The connection is closed
Jun 10 02:16:11 Aspire-VN7-791 org.gnome.zeitgeist.Engine[15096]: #033[31m[18:16:11.797010 CRITICAL]#033[0m zeitgeist_daemon_do_quit: assertion 'self != NULL' failed
Jun 10 02:16:11 Aspire-VN7-791 org.gnome.zeitgeist.Engine[15096]: (zeitgeist-daemon:15890): GLib-GIO-WARNING **: Error releasing name org.gnome.zeitgeist.Engine: The connection is closed
Jun 10 02:16:11 Aspire-VN7-791 org.gnome.zeitgeist.SimpleIndexer[15096]: (zeitgeist-fts:15897): GLib-GIO-WARNING **: Error releasing name org.gnome.zeitgeist.SimpleIndexer: The connection is closed
Jun 10 02:16:11 Aspire-VN7-791 org.gnome.zeitgeist.SimpleIndexer[15096]: ** (zeitgeist-fts:15897): WARNING **: zeitgeist-fts.vala:252: The connection is closed
Jun 10 02:16:11 Aspire-VN7-791 systemd[15007]: Stopped target Default.
Jun 10 02:16:11 Aspire-VN7-791 systemd[15007]: Reached target Shutdown.
Jun 10 02:16:11 Aspire-VN7-791 systemd[15007]: Starting Exit the Session...
Jun 10 02:16:11 Aspire-VN7-791 systemd[15007]: Stopped target Basic System.
Jun 10 02:16:11 Aspire-VN7-791 systemd[15007]: Stopped target Paths.
Jun 10 02:16:11 Aspire-VN7-791 systemd[15007]: Stopped target Timers.
Jun 10 02:16:11 Aspire-VN7-791 systemd[15007]: Stopped target Sockets.
Jun 10 02:16:11 Aspire-VN7-791 systemd[15007]: Received SIGRTMIN+24 from PID 10562 (kill).

Você pode ajudar a explicar qual poderia ser o problema?

Atualização 1

Meu impacto recente produz esta mensagem em / var / log / syslog

Jun 10 12:02:21 Aspire-VN7-791 kernel: [  301.495099] mce: [Hardware Error]: Machine check events logged

Isso significa que meu laptop tem problema de hardware?

Atualização 2 O Ubuntu 16.04 não suporta faíscas no modo cliente do fio.

Eu executo o teste de estresse no meu laptop com o Ubuntu 16.04, mas ele não trava.

Eu também tentei instalar o ubuntu 14 e executar o spark no modo cliente do fio. Também não falha.

    
por Michael 09.06.2016 / 20:47

1 resposta

1

Eu tive o mesmo problema depois de atualizar para o 16.04. Parece que você precisa instalar o gnome-shell, não sei por que ele está faltando!

$ sudo apt-get install gnome-shell

Atualização: É certo que o gnome-shell está faltando no meu Ubuntu 16.04, mas a causa da fonte parece ser outra coisa, provavelmente a memória esgotada que eu não enfrentei com o Ubuntu 15.1! Vou continuar atualizando a resposta.

    
por Ali 27.06.2016 / 15:51