tickets #169216
closedOut of date: rsync.opensuse.org/repositories/filesystems/15.6/
0%
Description
I note that the last update of https:rsync.opensuse.org/repositories/filesystems/15.6/
is Late July,
But this one was updated very recently: https://download.opensuse.org/repositories/filesystems/15.6/
Is the replication broken?
Thanks.
-- ¶
The views and opinions expressed above are strictly
those of the author(s). The content of this message has
not been reviewed nor approved by any entity whatsoever.¶
Paul FM Info: http://paulfm.com/~paulfm/¶
Updated by crameleon 2 months ago
- Related to tickets #162587: [Build Service] Binary packages are not synced with mirrors added
Updated by crameleon 2 months ago
Indeed, the last push from OBS for repositories/ seems to already have been a while back:
rsync:~ # xzgrep repositories-push /var/log/rsyncd.log-2024*.xz|tail
/var/log/rsyncd.log-20240804.xz:2024/08/03 04:34:17 [14359] rsync allowed access on module repositories-push from UNKNOWN (195.135.223.35)
/var/log/rsyncd.log-20240804.xz:2024/08/03 04:34:17 [14359] auth failed on module repositories-push from UNKNOWN (195.135.223.35) for repopush: secret not found
/var/log/rsyncd.log-20240804.xz:2024/08/03 04:34:19 [14360] rsync allowed access on module repositories-push from UNKNOWN (195.135.223.38)
/var/log/rsyncd.log-20240804.xz:2024/08/03 04:34:19 [14360] auth failed on module repositories-push from UNKNOWN (195.135.223.38) for repopush: secret not found
/var/log/rsyncd.log-20240804.xz:2024/08/03 04:34:19 [14361] rsync allowed access on module repositories-push from UNKNOWN (195.135.223.38)
/var/log/rsyncd.log-20240804.xz:2024/08/03 04:34:20 [14361] auth failed on module repositories-push from UNKNOWN (195.135.223.38) for repopush: secret not found
/var/log/rsyncd.log-20240804.xz:2024/08/03 04:35:04 [14462] rsync allowed access on module repositories-push from UNKNOWN (195.135.223.35)
/var/log/rsyncd.log-20240804.xz:2024/08/03 04:35:04 [14462] rsync on repositories-push/ from repopush@UNKNOWN (195.135.223.35)
/var/log/rsyncd.log-20240804.xz:2024/08/03 04:35:59 [14495] rsync allowed access on module repositories-push from UNKNOWN (195.135.223.32)
/var/log/rsyncd.log-20240804.xz:2024/08/03 04:35:59 [14495] rsync on repositories-push/ from repopush@UNKNOWN (195.135.223.32)
Updated by paulfm.mn@gmail.com about 2 months ago
Still a problem.
It seems to affect the entire tree:
https://rsync.opensuse.org/repositories/
There are still no changes since late July.
(maybe it is just a missing/disabled cron job).
Also, the https://rsync.opensuse.org/updates/ tree seems to be updating fine.
Thanks.
--
Paul FM Info: http://paulfm.com/~paulfm/
Updated by crameleon about 1 month ago
- Related to tickets #169645: Request access of stage.opensuse.org, update mirror info, and stable content report added
Updated by oertel about 1 month ago
well, rsync.opensuse.org is not filled from the OBS backends but is being filled from pontifex via repopusher
unfortunately, repopusher on pontifex seems broken and just prints out usage messages from rsync ... looking.
Updated by oertel about 1 month ago
someone managed an em-dash instead of a dash:
-rsync_call="$rsync_call --chown=mirror:mirror ‐‐max‐size=500M"
+rsync_call="$rsync_call --chown=mirror:mirror --max-size=500M"
fixing.
Updated by crameleon about 1 month ago
- Status changed from New to Resolved
Thank you, @oertel! The contents are up to date again.