| Summary: | updates fail due to bad signatures | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Ben McMonagle <westel> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | davidwhodgins, fri, ouaurelien |
| Version: | 8 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | CVE: | ||
| Status comment: | |||
| Attachments: | journal of 1st boot setting up online repos. | ||
|
Description
Ben McMonagle
2021-03-08 20:42:11 CET
Created attachment 12437 [details]
journal of 1st boot setting up online repos.
$ grep failed bug
Mar 07 20:22:13 localhost drakrpm-editmedia[3595]: failed to download mirror list
Mar 07 20:22:33 localhost /usr/libexec/gdm-x-session[3595]: error: curl failed: exited with 52
Mar 07 20:24:36 localhost /usr/libexec/gdm-x-session[3595]: error: curl failed: exited with 22
Mar 07 20:28:16 localhost /usr/libexec/gdm-x-session[3595]: error: curl failed: exited with 22
Mar 07 20:30:25 localhost /usr/libexec/gdm-x-session[3595]: error: curl failed: exited with 28
Mar 07 20:31:47 localhost /usr/libexec/gdm-x-session[3595]: error: curl failed: exited with 28
Mar 07 20:33:43 localhost /usr/libexec/gdm-x-session[3595]: error: curl failed: exited with 28
Mar 07 20:34:42 localhost /usr/libexec/gdm-x-session[3595]: error: curl failed: exited with 28
Mar 07 20:34:57 localhost /usr/libexec/gdm-x-session[3595]: error: curl failed: exited with 22
Mar 07 20:40:29 localhost /usr/libexec/gdm-x-session[3595]: error: curl failed: exited with 22
Mar 07 20:41:02 localhost /usr/libexec/gdm-x-session[3595]: error: curl failed: exited with 22
Mar 07 20:41:37 localhost /usr/libexec/gdm-x-session[3595]: error: curl failed: exited with 22
From man curl ...
22 HTTP page not retrieved. The requested url was not found or returned another error with the HTTP error code being 400 or above. This return code
only appears if -f, --fail is used.
28 Operation timeout. The specified time-out period was reached according to the conditions.
52 The server didn't reply anything, which here is considered an error.
Whether there is a problem with the network connection, or a problem at the
mirror during the upgrade, I'm not sure, but I'm pretty sure the problems
were all caused by the curl failures.
As you're using urpmi commands, try changing the downloader to wget ...
$ head -n 6 /etc/urpmi/urpmi.cfg
{
downloader: wget
resume: 1
verify-rpm: 1
xml-info: always
}
Make sure the screen locker has been disabled, killall mgaapplet, and stop
crond.service, then try again.
Check /etc/urpmi/urpmi.cfg right after adding the Mageia 8 mirrors, to ensure
every Mageia repo has the line with ...
key-ids: 80420f66CC:
(none) =>
davidwhodgins
Morgan Leijström
2021-03-09 10:40:39 CET
CC:
(none) =>
fri What the status of this? CC:
(none) =>
ouaurelien Closing. Feel free to repoen if reproduced. Status:
NEW =>
RESOLVED |