Unsupported locale is still an installation problem
Bug #1299378 reported by
Jeroen T. Vermeulen
This bug report is a duplicate of:
Bug #969462: fails to start after install if invalid locale is set.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Triaged
|
High
|
Unassigned |
Bug Description
When installing MAAS in an ssh session, database setup still fails horribly when the ssh client specifies a locale that is not supported on the server. In my case, some locale entries are set to en_GB. Installing the English language pack (!!) solves the problem, but you have to remember to do it before installing MAAS.
Could we at least check for this, and fail with a more helpful message?
Changed in maas: | |
status: | Incomplete → Triaged |
To post a comment you must log in.
I think there is one way to solve this problem completely. We could run our own database cluster, similarly to how we run our own bind and isc-dhcpd. It would depend on the postgresql packages for code and static data, but run in an environment we have much more control over.