Re: Artix needs your help Reply #15 – 21 April 2018, 10:07:10 The ISOs subdir in mirror1 syncs separately from sourceforge and is not exported through rsyncd. We use a top-level directory of artix-linux to make it easier for secondary mirrors to discern what (and where) they're downloading. If you rsync directly from rsync://mirror1.artixlinux.org you'll get the repo subdirs neatly tucked below artix-linux.
Re: Artix needs your help Reply #16 – 21 April 2018, 13:46:35 Do we have new mirrors that need to be added to the artix-mirrorlist package?
Re: Artix needs your help Reply #17 – 21 April 2018, 18:18:10 Quote from: nous – on 21 April 2018, 10:07:10The ISOs subdir in mirror1 syncs separately from sourceforge and is not exported through rsyncd. We use a top-level directory of artix-linux to make it easier for secondary mirrors to discern what (and where) they're downloading. If you rsync directly from rsync://mirror1.artixlinux.org you'll get the repo subdirs neatly tucked below artix-linux.That doesn't apear to be how it is behaving. The subdirs yes, but not a root named repos.
Re: Artix needs your help Reply #18 – 21 April 2018, 21:32:46 Quote from: mrbrklyn – on 21 April 2018, 18:18:10That doesn't apear to be how it is behaving. The subdirs yes, but not a root named repos.You can rsync from mirror1 into whatever directory you like. Your mirror doesn't have to have a repos or an artix-linux or a freshdonuts URL. 1 Likes
Re: Artix needs your help Reply #19 – 22 April 2018, 07:04:58 Quote from: nous – on 21 April 2018, 21:32:46You can rsync from mirror1 into whatever directory you like. Your mirror doesn't have to have a repos or an artix-linux or a freshdonuts URL.well, I did it and it has a repos and is an exact copy of mirror1 new 1 Likes
Re: Artix needs your help Reply #20 – 20 October 2018, 18:58:25 This article is old by 6 months. Is this still an issue?i have an ryzen5 2400g apu with 16gb ram and i am about to install artix on the ssd. Would you like some access to the hardware for package building?
Re: Artix needs your help Reply #21 – 20 October 2018, 23:43:38 Quote from: Lizzi.A.S – on 20 October 2018, 18:58:25This article is old by 6 months. Is this still an issue?i have an ryzen5 2400g apu with 16gb ram and i am about to install artix on the ssd. Would you like some access to the hardware for package building?Would we? BUTOFCOURSE! I'm sending you a PM with details.
Re: Artix needs your help Reply #22 – 23 October 2018, 13:13:40 Quote from: nous – on 21 April 2018, 21:32:46You can rsync from mirror1 into whatever directory you like. Your mirror doesn't have to have a repos or an artix-linux or a freshdonuts URL.so I am confused about what I am doing wrong?
Re: Artix needs your help Reply #23 – 24 October 2018, 00:24:10 Quote from: mrbrklyn – on 23 October 2018, 13:13:40so I am confused about what I am doing wrong?https://gitea.artixlinux.org/packages/artix-mirrorlist/commit/4a0dbe2752c5cea937b2482ecd5143f720b1c0ed#diff-4But your mirror hasn't sync'ed since June.
Re: Artix needs your help Reply #24 – 24 October 2018, 13:09:23 Quote from: nous – on 24 October 2018, 00:24:10https://gitea.artixlinux.org/packages/artix-mirrorlist/commit/4a0dbe2752c5cea937b2482ecd5143f720b1c0ed#diff-4But your mirror hasn't sync'ed since June.really
Re: Artix needs your help Reply #25 – 25 October 2018, 00:50:27 Quote from: mrbrklyn – on 24 October 2018, 13:09:23reallyAm I looking at the wrong mirror?
Re: Artix needs your help Reply #26 – 25 October 2018, 03:08:39 probably. I didn't notice and I am not sure what caused that.
Re: Artix needs your help Reply #27 – 25 October 2018, 03:10:32 Code: [Select]00 */1 * * * rsync -avz --delete rsync://mirror1.artixlinux.org:/artix-linux /usr/local/apache2/htdocs/nylxs/mirror/repos/ 2>&1 > /dev/null
Re: Artix needs your help Reply #28 – 25 October 2018, 05:09:41 try:using full path to rsync binarycheck under what user rsync runs from that cronjobcheck if the write permissions are there for the local 'repos' dirstart by ditching the 2>&1 > /dev/null so you can get some output for debuggingalso, the timing is simpler as 0 * * * * - 0 minute of every hour.I use a local mail server to get notifications from cron and other things, helps with finding bugs. Last Edit: 25 October 2018, 05:27:53 by Sero
Re: Artix needs your help Reply #29 – 25 October 2018, 09:52:20 Quote from: mrbrklyn – on 25 October 2018, 03:08:39probably. I didn't notice and I am not sure what caused that.Seems fixed now, great!