WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: cannot sync mirror with official repository  (Read 203 times)

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1605
cannot sync mirror with official repository
« on: April 19, 2025, 11:37:52 PM »
This command had been working for years, but today something broke:

Code: [Select]
$ rsync -dtvh --delete --progress repo.tinycorelinux.net::tc/16.x/x86_64/tcz/ /path/to/localmirror/16.x/x86_64/tcz
rsync: [Receiver] failed to connect to repo.tinycorelinux.net (128.127.66.77): Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(139) [Receiver=3.4.1]

I tried connecting through my home's wifi as well as through mobile hotspot, with same result.

Has there been a recent change to the official repo? If so, what is the new way to sync mirrors with the official repo, please?
« Last Edit: April 19, 2025, 11:42:25 PM by GNUser »

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12047
Re: cannot sync mirror with official repository
« Reply #1 on: April 20, 2025, 01:27:41 AM »
Hi GNUser
... rsync error: error in socket IO (code 10) ...
A search on that error suggests that rsync is not running on the server.
I ran  ps aux | grep rsync  on the server and nothing showed up.

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1605
Re: cannot sync mirror with official repository
« Reply #2 on: April 20, 2025, 06:34:25 AM »
Hi Rich. In that case, can you please restart the rsync server?
If it's been turned off on purpose, what's the new way to sync?
« Last Edit: April 20, 2025, 07:02:01 AM by GNUser »

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12047
Re: cannot sync mirror with official repository
« Reply #3 on: April 20, 2025, 09:44:29 AM »
Hi GNUser
I'll bring it up with some of the other administrators.
I don't know enough about the server to bring up rsyncd.

Online Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1365
Re: cannot sync mirror with official repository
« Reply #4 on: April 20, 2025, 09:54:28 AM »
should be set now.  The process was HUP'd, not sure why.

Offline GNUser

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 1605
Re: cannot sync mirror with official repository
« Reply #5 on: April 20, 2025, 10:32:12 AM »
Yes, syncing with official repo works again. Thank you both.

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 745
Re: cannot sync mirror with official repository
« Reply #6 on: April 20, 2025, 10:36:56 AM »
should be set now.  The process was HUP'd, not sure why.
Maybe because of updated rsync daemon(system update)