LordRafa / ALARMOnTegraK1

Scripts and packages to install Arch Linux Arm on Tegra K1
GNU General Public License v3.0
8 stars 0 forks source link

Certificate issues #7

Closed leviking closed 1 year ago

leviking commented 1 year ago

I know I'm a little late on this, and a little green on arch installs, but I've been following the instructions here and running into a couple of issues related to certs (I think?). My first issue was genfstab wasn't found and installing it required refreshing keys - I fully acknowledge this could be the step where I'm messing things up but I wasn't sure what else to do. Next, the install fails and this is what shows up in the logs:

--2022-08-04 20:29:15--  https://github.com/LordRafa/ALARMOnTegraK1/releases/latest/download//xorg-server-common-git-1.2
0.0.r704.g5c20e4b83-1-armv7h.pkg.tar.xz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 140.82.112.4
Connecting to github.com (github.com)|140.82.112.4|:443... connected.
The certificate has expired
--2022-08-04 20:29:16--  https://github.com/LordRafa/ALARMOnTegraK1/releases/latest/download//xorg-server-xephyr-git-1.2
0.0.r704.g5c20e4b83-1-armv7h.pkg.tar.xz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 140.82.112.4
Connecting to github.com (github.com)|140.82.112.4|:443... connected.
The certificate has expired
--2022-08-04 20:29:16--  https://github.com/LordRafa/ALARMOnTegraK1/releases/latest/download//xorg-server-xwayland-git-1
.20.0.r704.g5c20e4b83-1-armv7h.pkg.tar.xz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 140.82.112.4
Connecting to github.com (github.com)|140.82.112.4|:443... connected.
The certificate has expired
--2022-08-04 20:29:17--  https://github.com/LordRafa/ALARMOnTegraK1/releases/latest/download//xorg-server-devel-git-1.20
.0.r704.g5c20e4b83-1-armv7h.pkg.tar.xz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 140.82.113.3
Connecting to github.com (github.com)|140.82.113.3|:443... connected.
The certificate has expired
--2022-08-04 20:29:17--  https://github.com/LordRafa/ALARMOnTegraK1/releases/latest/download//xorg-server-xnest-git-1.20
.0.r704.g5c20e4b83-1-armv7h.pkg.tar.xz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 140.82.113.3
Connecting to github.com (github.com)|140.82.113.3|:443... connected.
The certificate has expired
--2022-08-04 20:29:17--  https://github.com/LordRafa/ALARMOnTegraK1/releases/latest/download//xorg-server-git-1.20.0.r70
4.g5c20e4b83-1-armv7h.pkg.tar.xz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 140.82.112.3
Connecting to github.com (github.com)|140.82.112.3|:443... connected.
The certificate has expired
--2022-08-04 20:29:18--  https://github.com/LordRafa/ALARMOnTegraK1/releases/latest/download//xorg-server-xvfb-git-1.20.
0.r704.g5c20e4b83-1-armv7h.pkg.tar.xz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 140.82.113.4
Connecting to github.com (github.com)|140.82.113.4|:443... connected.
The certificate has expired
error: 'xorg-server*git*': could not find or read package
leviking commented 1 year ago

This turns out to have had nothing to do with this project. As far as I can tell wget was broken by some update and adding the no-check-certificate flag on all the instances of wget fixed it.