Bug 22359

Summary: MD5 error upgrading Mageia 6 to cauldron with URPMI
Product: Mageia Reporter: Gilberto F da Silva <gfs1989>
Component: RPM PackagesAssignee: Mageia Bug Squad <bugsquad>
Status: RESOLVED OLD QA Contact:
Severity: normal    
Priority: Normal CC: marja11, sysadmin-bugs
Version: 6Keywords: NEEDINFO
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Source RPM: CVE:
Status comment:

Description Gilberto F da Silva 2018-01-09 14:21:27 CET
Description of problem: md5 error while upgrade to Cauldron from Mageia 6


Version-Release number of selected component (if applicable):Cauldron


How reproducible: Following these steps:urpmi.removemedia -a

to remove all your current urpmi repositories.


After that, you need to add the cauldron repositories. If you have a 32-bit machine

urpmi.addmedia --distrib --mirrorlist 'http://mirrors.mageia.org/api/mageia.cauldron.i586.list'

If you have an x86-64 machine:

urpmi.addmedia --distrib --mirrorlist 'http://mirrors.mageia.org/api/mageia.cauldron.x86_64.list'

And then:

urpmi --auto-update --auto 


Steps to Reproduce:
1.
2.
3.
Comment 1 Manuel Hiebel 2018-01-09 18:33:40 CET
Do you have the logs ?

Assignee: sysadmin-bugs => bugsquad
Product: Infrastructure => Mageia
Component: Others => RPM Packages
Version: unspecified => 6

Comment 2 Marja Van Waes 2018-01-10 09:19:02 CET
Yes, please attach log.txt that is the result of running, as root:

   journalctl -a --since="YYYY-MM-DD hh:mm" --until="YYYY-MM-DD hh:mm"

and adjust the --since time to right before you started to upgrade and the --until time to where you got the error.

If you can't login to the system, then use a Live DVD in live mode, or another install on the same computer, to mount the root partition of the install that fails to boot.

There's a directory with a very long hexadecimal name in
 /that/partition's/var/log/journal/

Now run, as root, 

  journalctl -D /path/into/that/hexadecimal/directory/ > log.txt

please try to add --since="YYYY-MM-DD hh:mm" --until="YYYY-MM-DD hh:mm" before the path, but I'm not 100% sure those switches can be used with the -D option.

and then attach log.txt to this bug report.
(compress it with xz if it's too large to attach)

CC: (none) => marja11
Keywords: (none) => NEEDINFO
Summary: MD5 error upgrading Maheia 6 to cauldron with URPMI => MD5 error upgrading Mageia 6 to cauldron with URPMI

Comment 3 Gilberto F da Silva 2018-01-10 12:04:11 CET
After use xz, log file still too big do attach.
Comment 4 Marja Van Waes 2018-01-10 12:38:12 CET
(In reply to Gilberto F da Silva from comment #3)
> After use xz, log file still too big do attach.

So adding --since and --until date&times didn't work?

instead of xz log.txt, please try with 

   xz -9 --text log.txt


that should give better compression
Comment 5 Marja Van Waes 2018-05-03 22:50:30 CEST
Without logs, there is, unfortunately, nothing we can do :-(

Anyway, cauldron now is very different from cauldron in January, whatever caused this error did most likely already get fixed.

Closing.

Status: NEW => RESOLVED
Resolution: (none) => OLD