tickets #134942
closedMake it possible again to push to widehat.suse.de from OBS backend
0%
Description
Hi,
we used to push to widehat from OBS backends via
rsync 62.146.92.202:8873/put-updates-main
widehat claims now that this rsync module is not existing.
I suppose this is caused by an IP filter, since OBS backend got
moved to prag.
Could you check your logs and adapt the IP filter please?
Currently the publishing to widehat is disabled though to avoid
endless loops on our side
thanks
adrian
--
Adrian Schroeter adrian@suse.de
Build Infrastructure Project Manager
SUSE Software Solutions Germany GmbH, Frankenstraße 146, 90461 Nürnberg, Germany
(HRB 36809, AG Nürnberg) Geschäftsführer: Ivo Totev
Updated by crameleon about 1 year ago
- Category set to Mirrors
- Status changed from New to In Progress
- Assignee set to crameleon
- Private changed from Yes to No
Updated by crameleon about 1 year ago
- Status changed from In Progress to Workable
- Assignee changed from crameleon to bmwiedemann
I thought I had access to rsync.o.o, but seems I don't.
Can you help, @bmwiedemann?
Updated by crameleon about 1 year ago
- Status changed from Workable to In Progress
- Assignee changed from bmwiedemann to crameleon
Somehow the root account was locked, forbidding access through SSH. I unlocked it using the guest agent and can work on the machine now. :-)
Updated by crameleon about 1 year ago
The rsync module is configured to allow access from a DNS name:
hosts allow = obs-gateway.opensuse.org
Which currently points to:
rsync:~ # dig obs-gateway.opensuse.org A +short
195.135.221.168
rsync:~ # dig obs-gateway.opensuse.org AAAA +short
2001:67c:2178:8::168
Is 195.135.223.34 the the new address you are connecting from?
2023/08/31 11:40:36 [20956] rsync denied on module put-updates-main from UNKNOWN (195.135.223.34)
If yes, I will update the DNS record.
Updated by crameleon about 1 year ago
- Status changed from In Progress to Feedback
Updated by adrianSuSE about 1 year ago
yes, still needed, please adapt the IP setting.
sorry, this got lost somehow in my inbox.
Updated by crameleon about 1 year ago
- Status changed from Feedback to In Progress
Thanks for confirming!
Updated:
-obs-gateway.opensuse.org 300 IN A 195.135.221.168
+obs-gateway.opensuse.org 300 IN A 195.135.223.34
-obs-gateway.opensuse.org 300 IN AAAA 2001:67c:2178:8::168
Let's wait a bit for it to propagate, ideally rsync should pick it up automagically.