O Google Chrome não inicia depois de alterar o nome do host

11

Tentei iniciar o google chrome no terminal várias vezes e continuo recebendo a seguinte mensagem:

... :ERROR:process_singleton_linux.cc(309)] The profile appears to be in use by another Google Chrome process (8629) on another computer ("previous name of the computer").  Chrome has locked the profile so that it doesn't get corrupted.  If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome.
... :ERROR:simple_message_box_views.cc(208)] Unable to show a dialog outside the UI thread message loop: Google Chrome - The profile appears to be in use by another Google Chrome process (8629) on another computer ("previous name of the computer").  Chrome has locked the profile so that it doesn't get corrupted.  If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome.

Alguma sugestão?

Desde já, obrigado.

user254473
fonte
possível duplicação do perfil
bain

Respostas:

22

Parece o bug do Chrome # 367048 - Não é possível iniciar o chrome após alterar o nome do host , tente:

rm -rf ~/.config/google-chrome/Singleton*
banho
fonte
Isso me ajudou após o mesmo erro, tudo após uma alteração no nome do host da estação de trabalho em que isso estava acontecendo.
Dmitri DB
1
Em Raspbian:rm -rf ~/.config/chromium/Singleton*
emc
Usando o Ubuntu com perfil temporário / não usuário:rm -rf /tmp/.config/chromium/Singleton*
Wimateeka em 03/04