When someone (cough) archived 8.3 to /pub/archive/epel/8.3.2021-05-20 they did it poorly and instead of containing a /pub/archive/epel/8.3/{Everything,Modular} it contains a directory called 8.
/pub/archive/epel/8.3.2021-05-20
/pub/archive/epel/8.3/{Everything,Modular}
8
In finding this I found that there is a bad symlink in /pub/archive/epel/8.1/rm
Work needed: 1. log into system which mounts /pub/archive in rw mode. 2. cd /pub/archive/8.3/8/ 3. mv Everything Modular .. 4. cd .. 5. rm 8 6. cd ../8.1; rm rm #bad symlink 7. rerun the mirror scripts so that /pub/archive/fullfilelist* are properly updated for mirrors.
/pub/archive
cd /pub/archive/8.3/8/
mv Everything Modular ..
cd ..
rm 8
cd ../8.1; rm rm #bad symlink
/pub/archive/fullfilelist*
meh
Metadata Update from @mohanboddu: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: medium-gain, medium-trouble, ops
Metadata Update from @mohanboddu: - Issue assigned to mohanboddu
Done.
Metadata Update from @mohanboddu: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.