06-22-2025, 07:19 AM
Quote:ERROR:third_party/crashpad/crashpad/util/linux/socket.cc:120] recvmsg: Connection reset by peer (104)I can't find much about this but the implication is that some network element is involved.
Quote:pero tengo problemas con el navegador de google chrome no abreDo you see a browser window open which closes quickly ?
There are a couple of things you can try to see if we can get further evidence.
Open a terminal and use this command
Code:
google-chrome --incognito
Report the results back.
If incognito mode gives the same 'Connection reset by peer (104)' message, you can try these commands
Code:
mv ~/.config/google-chrome/ ~/.config/google-chrome-original
Code:
google-chrome
If that does not change anything restore the original chrome settings by running these commands.
Code:
mv ~/.config/google-chrome/ ~/.config/google-chrome-fresh
Code:
mv ~/.config/google-chrome-original/ ~/.config/google-chrome
stevef
clueless
clueless