You are not logged in.
Pages: 1
Arch 64bit KDE.
Chrome does not load web pages.
Does anyone else have the same problem? The same thing happens even in a new installation in one Virtual Machine with arch.
Last edited by frank1962 (2021-07-29 14:51:04)
Offline
I don't use Chrome on my Arch system but I have seen some comments at https://aur.archlinux.org/packages/micr … ?O=0&PP=10 that might help you to resolve or investigate further the issue.
Offline
in effect downgrading to the version 248.3-2 with
sudo downgrade systemd-libs
chrome run, but it is only a temporary solution; at the next update it asks me to replace it.
Offline
https://bbs.archlinux.org/viewtopic.php?id=268286 ?
Do you have network at all?
Online
I've a network managed by a router.
Firefox runs without problems, and all updates load normally. Only Chrome doesn't load web pages; the message in the address bar is
"La tua connessione a questo sito non è sicura"
whatever web page I'm looking for.
I enable dhcpcd.service, but no change in the behavior of chrome.
Offline
Do you use systemd-resolved?
https://bbs.archlinux.org/viewtopic.php?id=268123
Online
I have stopped systemd-resolved.service and now chrome loads web pages, but can i really disable this service ?
Offline
systemd-resolved implements a DNS cache.
It's not strictly required and esp. if you're alreaddy behind a DNS caching router, it's pointless overhead (regardless of several concerns regarding the specific implementation that deviates from the glibc behavior and dbus as a bottle-neck)
You can disable it, just make sure /etc/resolv.conf is written properly, https://wiki.archlinux.org/title/Domain … esolv.conf
Online
Ok seth, thank you
Offline
Pages: 1