Bug 30168 - Join script execution order currently depends on the locale
Join script execution order currently depends on the locale
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: Join (univention-join)
UCS 3.1
Other Linux
: P5 normal (vote)
: UCS 3.1-1
Assigned To: Felix Botner
Arvid Requate
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-24 16:59 CET by Arvid Requate
Modified: 2013-03-25 19:57 CET (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate univentionstaff 2013-01-24 16:59:21 CET
Join script execution order currently depends on the locale:

touch /usr/lib/univention-install/foo.inst \
  /usr/lib/univention-install/foo-bar.inst \
  /usr/lib/univention-install/foo_bar.inst
LC_COLLATE="C" ls /usr/lib/univention-install/*.inst
LC_COLLATE="de_DE.UTF-8" ls /usr/lib/univention-install/*.inst

This may cause unexpected results, see Bug #30105 Comment 4.

+++ This bug was initially created as a clone of Bug #30105 +++
Comment 1 Felix Botner univentionstaff 2013-03-01 15:44:54 CET
LC_COLLATE="C" has been added to univention-join, univention-check-join-status and univention-run-join-scripts (before "/usr/lib/univention-install/*.inst").
Comment 2 Arvid Requate univentionstaff 2013-03-20 13:13:19 CET
Verified.
Comment 3 Stefan Gohmann univentionstaff 2013-03-25 19:57:13 CET
UCS 3.1-1 has been released: 
 http://download.univention.de/doc/release-notes-3.1-1_en.pdf
 http://download.univention.de/doc/release-notes-3.1-1.pdf

If this error occurs again, please use "Clone This Bug".