Bug #9
closed[SolidRun] One of the default repo can't be accessed
0%
Description
I flashed an SD card with the SolidRun image I got with command "wget -r -nd -nc --no-parent -A "redpesksmack" ' https://download.redpesk.bzh/redpesk-lts/arz-1.0-update/images/smack/minimal/aarch64/solidrun-edge-gateways/latest ' ". Then I started the board, setup an internet connection via wifi and started checking the repositories:
[root@localhost ~]# dnf repolist
Failed to set locale, defaulting to C.UTF-8
repo id repo name
redpesk RedPesk arz - aarch64 - Release
redpesk-middleware RedPesk Middleware arz - aarch64 - Release
redpesk-middleware-update RedPesk Middleware arz - aarch64 - Update
redpesk-update RedPesk arz - aarch64 - Update
solidrun-build SolidRun BSP arz - aarch64 - Build
[root@localhost ~]#
And then:
[root@localhost ~]# dnf repoinfo
Failed to set locale, defaulting to C.UTF-8
SolidRun BSP arz - aarch64 - Build 0.0 B/s | 0 B 00:00
Errors during downloading metadata for repository 'solidrun-build':
- Curl error (6): Couldn't resolve host name for http://kojihub.lorient.iot/kojifiles/repos/solidrun-bsp--redpesk-devel-arz-build/latest/aarch64/repodata/repomd.xml [Could not resolve host: kojihub.lorient.iot]
Error: Failed to download metadata for repo 'solidrun-build': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
[root@localhost ~]#
The command ended in error because repo "SolidRun BSP arz - aarch64 - Build" wasn't accessible.
Updated by Valentin LEFEBVRE [IoT.bzh] over 2 years ago
Thanks for this report.
Indeed, this URL ( http://kojihub.lorient.iot/kojifiles/repos/solidrun-bsp--redpesk-devel-arz-build/latest/aarch64/) is a non-public URL. We added a mirror link to access to the public repo for solidrun-bsp.
Can you please go to the repo file
vim /etc/yum.repos.d/solidrun.repo
comment the line
#baseurl=http://kojihub.lorient.iot/kojifiles/repos/solidrun-bsp--redpesk-devel-${releasever}-build/latest/${basearch}/
and add:
mirrorlist=https://mirrors.redpesk.bzh/mirrors?repo=solidrun-bsp&release=$releasever&arch=$basearch
We are going to update the solidrun image to have a fixed one available soon on our public repo
Updated by Vincent Rubiolo over 2 years ago
- Status changed from New to In Progress
Updated by Vincent Rubiolo over 2 years ago
Emmanuel confirmed today during our call that the issue is fixed with the latest solidrun images
Closing as a result.
Updated by Vincent Rubiolo over 2 years ago
- Status changed from In Progress to Closed
Updated by Sebastien Douheret [IoT.bzh] about 2 years ago
- OS Affects Version/s arz-1.0.0 added
Updated by Sebastien Douheret [IoT.bzh] almost 2 years ago
- OS Affects Version/s arz-1.0 added
- OS Affects Version/s deleted (
arz-1.0.0)