tickets #178120
closed
man.infra.o.o: changes to rsyncd.conf have wrong syntax
Added by kukuk about 2 months ago.
Updated about 2 months ago.
Category:
Manpages (service)
Description
The change to rsyncd.conf to exclude Leap-* were wrong. The resulting line in rsyncd.conf is currently:
exclude = google897e15adbab60af5.html, Leap-
Correct would be:
exclude = google897e15adbab60af5.html Leap-*
The list is space separated, not comma separated. And the "*" is missing.
As result a lot of data got deleted including the one for the google search.
- Category set to Manpages (service)
- Status changed from New to In Progress
- Assignee set to crameleon
- Private changed from Yes to No
I think I see what happened there, *
without code formatting gets turned into cursive.
- Status changed from In Progress to Resolved
- Status changed from Resolved to New
Thanks, but the fix is not complete: The Leap-*
is done, but the list is still comma separated and not white space.
This means salt creates google897e15adbab60af5.html,
and the google897e15adbab60af5.html
file get's still deleted.
My bad, that's unfortunate some parameters according to the manual take "a list of comma- and/or whitespace-separated patterns" and some only "a space-separated list", I made https://github.com/openSUSE/salt-formulas/pull/227 (if my search is correct, that should work for all parameters which take a list universally).
Adjusted it manually on the machine in the meanwhile and will wait with the next apply.
- Priority changed from Urgent to Normal
- Status changed from New to Resolved
Also available in: Atom
PDF