Gentoo Archives: gentoo-user

From: Michael <confabulate@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rsync local mirror question
Date: Tue, 25 Oct 2022 22:07:50
Message-Id: 12084115.O9o76ZdvQC@lenovo.localdomain
In Reply to: [gentoo-user] rsync local mirror question by Walter Dnes
1 On Tuesday, 25 October 2022 21:36:40 BST Walter Dnes wrote:
2 > I followed https://wiki.gentoo.org/wiki/Local_Mirror instructions for
3 > doing a local rsync mirror. I ran commented the rsync mirrors line in
4 > the client's make.conf and ran "emerge --sync". The client still
5 > synced from a server on the internet. Do I need to manually force
6 > rsync to go local, e.g...
7 >
8 > [thimk][root][~] rsync 192.168.1.252::
9 > gentoo-portage Gentoo ebuild repository
10
11 No, you shouldn't have to do any such thing. Just make sure you have set up
12 in your '/etc/portage/repos.conf/gentoo.conf' the correct rsync mirror and
13 commented out the server on the Internet; e.g.:
14
15 [snip ...]
16
17 sync-type = rsync
18 #sync-uri = rsync://rsync.gentoo.org/gentoo-portage
19 sync-uri = rsync://192.168.1.252/gentoo-portage

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] rsync local mirror question Walter Dnes <waltdnes@××××××××.org>
[gentoo-user] [SOLVED] rsync local mirror question Walter Dnes <waltdnes@××××××××.org>