easyinstall: Add ca-certificates to list of packages to install with apt#1341
easyinstall: Add ca-certificates to list of packages to install with apt#1341
Conversation
|
@rdmark Why did dhcpcd have to be removed? The daynaport setup instructions refer to dhcpcd, and it is not installed implicitly on bookworm. |
|
@uweseimet If you look at the failed run for the first commit here, we were getting this error: I removed it to test that adding |
|
@rdmark But on bullseye is it still installed. I have to admit I am confused why dhcpdcd would be related to a certificate issue with github. |
|
@rdmark OK, so adding the certificates is the resolution? |
|
@rdmark In case that explicitly installing dhcpcd breaks something, any idea why it works when implicitly installing it? At least I think that's what we found: On bullseye it is installed implicity, at least /etc/dhcpcd.conf is there without explicitly installing dhcpcd. On bookworm /etc/dhcpcd.conf was missing. |
|
It seems |
|
@rdmark I see. Correct me if I am wrong: The problem has to do with the runners using Ubuntu and not Raspberry Pi OS. |
|
Agreed with your conclusion. Let's remove the dhcpcd package for this release, and revisit the bridge situation after the release. And yes, adding the certificates package seems to have solved the issue with wget... I guess Github is actively tweaking their Ubuntu runner image and recently removed the ca-certificates package (deliberately or by mistake...?) |
27ce6c6 to
99ef75f
Compare
|
@rdmark I recommend reverting the change that prevented wget from using certificates, though. At least if this change is not required. |
You could put it that way, yes. |
Yes, I already discarded that PR without any action. |
This may resolve intermittent errors when fetching files from github.com with wget, when running jobs on github runners