On Tue, Oct 30, 2018 at 03:34:58PM +0100, Adrian Reber wrote:
On Tue, Oct 30, 2018 at 10:04:30AM -0300, ariel sabiguero yawelak wrote:
Ok, seems that I am getting closer :-)
For rsync protocol, should I use a single specialize one for fedora and one for epel?
You can use whichever URL you want. It just has to point to the top-level directory of the category. It has to point to the same place the HTTP URLs do.
There are a few problems with the URLs you configured.
For the category 'Fedora Linux' the HTTP and HTTPS URLs are missing '/linux'. The RSYNC URL is correct.
For the category 'Fedora EPEL', the RSYNC URL is also broken:
$ rsync rsync://espejito.fder.edu.uy/fedora/epel/epel rsync: link_stat "/epel/epel" (in fedora) failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1659) [Receiver=3.1.3]
There also seems to be a problem with your report_mirror setup, because once report_mirror (maybe as part of quick-fedora-mirror) runs, your mirror is also marked as not up to date. Just disabled running the reporting for now and the crawler will correctly scan your mirror.
Adrian