Also, just to add (*for Dell*), it seems the
https://linux.dell.com/repo/hardware/dsu/bootstrap.cgi link is still broken
(gives 500 error):
















*# curl https://linux.dell.com/repo/hardware/dsu/bootstrap.cgi
<https://linux.dell.com/repo/hardware/dsu/bootstrap.cgi><!DOCTYPE HTML
PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>500 Internal Server
Error</title></head><body><h1>Internal Server Error</h1><p>The server
encountered an internal error ormisconfiguration and was unable to
completeyour request.</p><p>Please contact the server administrator at
 mailman-ow...@lists.us.dell.com <mailman-ow...@lists.us.dell.com> to
inform them of the time this error occurred, and the actions you performed
just before this error.</p><p>More information about this error may be
availablein the server error log.</p></body></html>*

So any new installs that run the bootstrap.cgi script to set everything up
(using the commands Dell says to use) are failing.

Thanks.

-- 
Matt Vander Werf


On Mon, Aug 15, 2022 at 12:51 PM Matt VanderWerf <mvand...@nd.edu> wrote:

> This seems to be related to the DSU 2.0.0.0 release, which looks to have
> just shown up in the Dell repos a couple days ago.
>
> It doesn't appear that the copygpgkeys.sh script fixes the new DSU warning
> (was the first thing I tried).
>
> I pulled down the script to take a look and it looks like it doesn't
> include the specific GPG key mentioned in the warning message for DSU.
>
> The script contains:
>
> GPG_KEY_NAME[${#GPG_KEY_NAME[*]}]='0x756ba70b1019ced6.asc'
> GPG_KEY_NAME[${#GPG_KEY_NAME[*]}]='0x1285491434D8786F.asc'
> GPG_KEY_NAME[${#GPG_KEY_NAME[*]}]='0xca77951d23b66a9d.asc'
> GPG_KEY_NAME[${#GPG_KEY_NAME[*]}]='0x3CA66B4946770C59.asc'
>
> But the warning message references 0x274E9C32857A9594.asc (not in that
> list).
> If I add a line for 0x274E9C32857A9594.asc
> (GPG_KEY_NAME[${#GPG_KEY_NAME[*]}]='0x274E9C32857A9594.asc') and run the
> copygpgkeys.sh script manually, then it imports it correctly and DSU works.
> Looks like the copygpgkeys.sh script needs to be updated...
>
> Thanks.
>
> --
> Matt Vander Werf
>
> On Mon, Aug 15, 2022 at 12:40 PM Daniel Bird <db...@sgul.ac.uk> wrote:
>
>> >> Given I used 'yum'/'dnf' to update 'dsu', do I need to run something
>> to get that public key imported.  Don't tell me I have to run the
>> bootstrap.cgi again?
>>
>>
>> Hi Ben
>>
>> wget -O - https://linux.dell.com/repo/hardware/dsu/copygpgkeys.sh | bash
>>
>> should do it
>>
>> _______________________________________________
>> Linux-PowerEdge mailing list
>> Linux-PowerEdge@dell.com
>> https://lists.us.dell.com/mailman/listinfo/linux-poweredge
>>
>
_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@dell.com
https://lists.us.dell.com/mailman/listinfo/linux-poweredge

Reply via email to