Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: rsync://mirror1.artixlinux.org/artix-linux/ seems down last tries 19h16 cet (Read 419 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

rsync://mirror1.artixlinux.org/artix-linux/ seems down last tries 19h16 cet


Good evening,

The server
Code: [Select]
rsync://mirror1.artixlinux.org/artix-linux/
doesn't seem to work since 13h CET

Regards


Re: rsync://mirror1.artixlinux.org/artix-linux/ seems down last tries 19h16 cet

Reply #1
i think you have a network issue. from my server i can rsync to mirror1.artixlinux.org without issue.
and according to the rsync logs of my mirror, there was no issue connecting to it today.

Re: rsync://mirror1.artixlinux.org/artix-linux/ seems down last tries 19h16 cet

Reply #2
Hi,

Ok strange, because my script in case of error goes to another server (rsync://ftp.sh.cvut.cz/artix-linux) and then it works.

I'll take a closer look.

Thanks

Re: rsync://mirror1.artixlinux.org/artix-linux/ seems down last tries 19h16 cet

Reply #3

I've had the error below for the past few hours with this server, so I'm not sure why I'm looking for it. On the other hand, it's new and without changes on my side.

Code: [Select]
IO error encountered -- skipping file deletion
                   
sent 53,383 bytes  received 71,382,068 bytes  1,074,217.31 bytes/sec
total size is 33,497,468,215  speedup is 468.92
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1861) [generator=3.2.7]
23

Re: rsync://mirror1.artixlinux.org/artix-linux/ seems down last tries 19h16 cet

Reply #4
Finally I think I've identified the problems.

The synchronization was done with the server
Code: [Select]
rsync://mirror1.artixlinux.org/artix-linux/
but with errors, my synchro. script waits for an exit code 0 otherwise it tries with another server and send a notification.
The errors are probably due to a change in the source server's access rights.
Code: [Select]
rsync: send_files failed to open "/galaxy-goblins/os/x86_64/octopi-notifier-frameworks-0.15.0-14-x86_64.pkg.tar.zst" (in artix-linux): Permission denied (13)
 
Secondly, I think the wiki's rsync command recommendation is not ideal
Code: [Select]
rsync -auvPH --delete-after rsync://ftp.sh.cvut.cz/artix-linux /path/to/artix-linux

-a preserves the group and owner, which doesn't exist on my system, so I've modified the rsync command  accordingly

Re: rsync://mirror1.artixlinux.org/artix-linux/ seems down last tries 19h16 cet

Reply #5
indeed, now i see the details of the rsync transaction, i also have the same error
Code: [Select]
rsync: send_files failed to open "/galaxy-goblins/os/x86_64/octopi-notifier-frameworks-0.15.0-14-x86_64.pkg.tar.zst" (in artix-linux): Permission denied (13)
thanks for seeing it.

Re: rsync://mirror1.artixlinux.org/artix-linux/ seems down last tries 19h16 cet

Reply #6
@Dju Thank you for taking the time to confirm. I don't know who's in charge of this server, could be @nous