You are not logged in.
I'm having trouble accessing ANY website. Doesn't seem to matter which browser, but Brave browser gives this error:
NET::ERR_CERT_AUTHORITY_INVALID
Firefox just times out and says no internet (`ping` tells me we have internet connection and I've tried different WiFi connections). Qutebrowser pops up and asks me to approve certificates one by one. All browsers have been removed and reinstalled to no avail.
I tried adding an Authority certificate https://superuser.com/questions/1083766 … me#1083768 - but this only works per website / domain.
I also tried reinstalling `archlinux-keyring` and running `trust extract-compat` and checked my system time using `timedatectl` - ntp is setup, time and timezone is 100% correct.
This issue began while I was fixing an issue with system time which turned out to just be an incorrect setting in `~/.zprofile` which set `$TZ` to wrong timezone. I figured once system time was fixed the issue would be fixed. No dice.
System is 100% up to date as of last night. What should I try next? Which, if any, modules should I try to reinstall?
Last edited by cmskipsey (2020-04-15 12:15:51)
Offline
It definitely sounds like a time issue. Can you elaborate on the zprofile issue? Doesn't seem like zprofile would have anything to do with your browser
Also, you might reinstall your certificate packages:
# pacman -ySu ca-certificates ca-certificates-mozilla ca-certificates-utilsOffline
Well I usually change timezones with `timedatectl set-timezone` then `sudo hwclock --systohc` but this time it wasn't working. After much frustration, I found that zprofile had a line `export TZ="Europe/Lisbon" instead of my desired TZ Australia/Brisbane. Turns out `hwclock` uses this environment variable to read the TZ which was being set incorrectly at boot by zprofile! After removing that line, time was set correctly and updating with ntp correctly.
That ca-certificates sounds right, I'll do that tonight and let you know how it goes
Offline
I found that zprofile had a line `export TZ="Europe/Lisbon" instead of my desired TZ Australia/Brisbane. Turns out `hwclock` uses this environment variable to read the TZ which was being set incorrectly at boot by zprofile!
Nope. Nothing other than you writes to .zprofile (at least on Arch).
Offline
ok, tried `pacman -ySu ca-certificates ca-certificates-mozilla ca-certificates-utils` which re-installed those packages and did a full update which upgraded a couple of other packages
also i don't think its related to the system time, as usually a system time error in the browser is different to the error its giving me
What else can I try? I'm getting to the stage of doing a full reinstall, which i really don't wanna do... especially for something that should be fixable some other way
Offline
https://bbs.archlinux.org/viewtopic.php … 4#p1898304
My money is on https://www.archlinux.org/news/nss3511- … ervention/
Please post your complete pacman log.
Offline
Ok, I think you're on the money with the nss, I don't recall getting the file exists error recently, but I can't rule it out. I'll post the pacman log tonight
Offline
Yay!!! Ok, so I recall that polybar stopped working and updating it threw file exists error relating to "p11-kit-trust.so", so after checking if it belonged to package with pacman -Qo p11-kit-trust.so, which reported it as unowned, I renamed it to p11-kit-trust.so.bak. Thus ensued 3 days of entertainment and mainly me not linking the issue to the renaming of that file and following every other possible solution, not the right one of course.
I renamed "p11-kit-trust.so" and ran "pacman -Syu nss --overwrite /usr/lib\*/p11-kit-trust.so", rebooted, all fixed
Phew! Thanks heaps folks, Arch community rocks!!!
Offline
And this is why we read the news.....! Glad you found the issue and worked it out.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Yay!!! Ok, so I recall that polybar stopped working and updating it threw file exists error relating to "p11-kit-trust.so", so after checking if it belonged to package with pacman -Qo p11-kit-trust.so, which reported it as unowned, I renamed it to p11-kit-trust.so.bak. Thus ensued 3 days of entertainment and mainly me not linking the issue to the renaming of that file and following every other possible solution, not the right one of course.
I renamed "p11-kit-trust.so" and ran "pacman -Syu nss --overwrite /usr/lib\*/p11-kit-trust.so", rebooted, all fixed
Phew! Thanks heaps folks, Arch community rocks!!!
Funny - I made the exact same mistake (of renaming p11-kit-trust.so to p11-kit-trust.so.bak). Your solution worked for me! Thanks!
Last edited by fossnik (2020-04-20 18:33:31)
Offline
Glad you found it useful! This issue made me lose my sh!t for 3 days trying to fix it lol
I think now if I get any errors or issues after an upgrade I'll check the arch Linux website first before going on a wild goose chase.
Offline