Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

37 Posts

54

May 13th, 2024 20:43

Internal server error accessing Dell Linux repository bootstrap.cgi

Internal server error accessing Dell Linux repository bootstrap.cgi

 
The server is giving an error when accessing the following:
http://linux.dell.com/repo/hardware/latest/bootstrap.cgi

I think it started today. I noticed while building docker containers that depend on that site for packages.  The HTTP Status code is 500.

Moderator

 • 

3.1K Posts

May 17th, 2024 07:20

Hi, 

 

Could you check if the repository is working? I've got update that engineering fixed the network issue on the server. 

 

Moderator

 • 

3.1K Posts

May 14th, 2024 09:14

Hi,

 

There might be an issue with the FTP server, could you try again after 24hrs. If it doesn't resolve, let me know, I'll try reaching out the repo team to check on the server. 

1 Rookie

 • 

37 Posts

May 14th, 2024 16:32

For more context, this is the error from the docker image build output. I tried it from my employer network and from a few of our business partner networks, in case it was a corporate firewall issue.

 > [final  6/21] RUN --mount=type=cache,target=/var/cache/yum     --mount=type=cache,target=/var/cache/dnf     dnf makecache --timer     && dnf -y update     && dnf install -y     anaconda-dracut     bind-utils     ca-certificates     createrepo     dell-system-update     dosfstools     dracut-config-generic     genisoimage     git     golang     ipmitool     isomd5sum     make     mkisofs     nc     OpenIPMI     openssl-devel     openssl     python3     python3-pip     sshpass     sudo     vim     wget:
0.845 dell-system-update_independent                   13 kB/s | 3.4 kB     00:00    
3.467 dell-system-update_dependent                    209  B/s | 544  B     00:02    
3.470 Errors during downloading metadata for repository 'dell-system-update_dependent':
3.470   - Status code: 500 for https://linux.dell.com/repo/hardware/dsu/mirrors.cgi?osname=el9&basearch=x86_64&native=1 (IP: 143.166.156.113)
3.493 Error: Failed to download metadata for repo 'dell-system-update_dependent': Cannot prepare internal mirrorlist: Status code: 500 for https://linux.dell.com/repo/hardware/dsu/mirrors.cgi?osname=el9&basearch=x86_64&native=1 (IP: 143.166.156.113)

(edited)

1 Rookie

 • 

37 Posts

May 30th, 2024 20:54

Sorry, I went off on another project after hardcoding the mirror to get around the issue.  The mirror URL works now in my docker image build script.

#20 [final 5/22] RUN curl -o /tmp/bootstrap.cgi https://linux.dell.com/repo/hardware/dsu/bootstrap.cgi && sed -i 's/IMPORT_GPG_CONFIRMATION="na"/IMPORT_GPG_CONFIRMATION="yes"/' /tmp/bootstrap.cgi && bash /tmp/bootstrap.cgi

#20 0.147 % Total % Received % Xferd Average Speed Time Time Time Current

#20 0.148 Dload Upload Total Spent Left Speed

#20 0.148

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0

100 9045 0 9045 0 0 6250 0 --:--:-- 0:00:01 --:--:-- 6272

#20 2.094 Checking for Dell GPG keys...

#20 3.932 0x756ba70b1019ced6.asc: Importing key into RPM.

#20 4.080 Importing key into GPG.

#20 6.231 0x1285491434D8786F.asc: Importing key into RPM.

#20 6.377 Importing key into GPG.

#20 7.104 0xca77951d23b66a9d.asc: Importing key into RPM.

#20 7.248 Importing key into GPG.

#20 7.883 0x3CA66B4946770C59.asc: Importing key into RPM.

#20 8.025 Importing key into GPG.

#20 8.639 0x274E9C32857A9594.asc: Importing key into RPM.

#20 8.785 Importing key into GPG.

#20 8.855 Write repository configuration

#20 8.891 Done!

#20 DONE 8.9s
No Events found!

Top