The specified locale "de_CH" is not supported by your system
Hi, I do not exactly know when and how this started to happen, but I can not add any local key in zopes config file anymore. When I do, I get an error: The specified locale "de_CH" is not supported by your system This seems to be related to security upgrades of the Linux used (SuSE 9.1). One of the boxes runs since a couple a monts without a zope restart. If I do zopectrl status I get mentioned error. On an other box I had to comment the local setings out in order to be able to start zope. What could be the reason? And where should I look for a solution? Robert
robert wrote:
Hi,
I do not exactly know when and how this started to happen, but I can not add any local key in zopes config file anymore. When I do, I get an error: The specified locale "de_CH" is not supported by your system
This seems to be related to security upgrades of the Linux used (SuSE 9.1).
One of the boxes runs since a couple a monts without a zope restart. If I do zopectrl status I get mentioned error. On an other box I had to comment the local setings out in order to be able to start zope.
What could be the reason? And where should I look for a solution?
Robert _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Seems that a security update "fixed" Python and killed the version I compiled from the sources. Updating to 2.3.5 and recompiling fixed things again. Robert
robert wrote:
Hi,
I do not exactly know when and how this started to happen, but I can not add any local key in zopes config file anymore. When I do, I get an error: The specified locale "de_CH" is not supported by your system
This seems to be related to security upgrades of the Linux used (SuSE 9.1).
One of the boxes runs since a couple a monts without a zope restart. If I do zopectrl status I get mentioned error. On an other box I had to comment the local setings out in order to be able to start zope.
What could be the reason? And where should I look for a solution?
Robert _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Seems that a security update "fixed" Python and killed the version I compiled from the sources. Updating to 2.3.5 and recompiling fixed things again. Robert
robert wrote at 2005-2-20 15:11 +0100:
... I do not exactly know when and how this started to happen, but I can not add any local key in zopes config file anymore. When I do, I get an error: The specified locale "de_CH" is not supported by your system
This means your operating system has not installed the locale "de_CH". Your options: * install it * use a locale that is installed On our Linux hosts, "de_DE" was replaced by "de_DE@euro" -- to include Euro symbol support. Maybe, your problems have a similar cause? In this case, various other names may be available (I think, I have also seen "de_DE@iso-8859-15" and "de_DE@latin-9"; I am not sure about the "@", could be something else). -- Dieter
participants (2)
-
Dieter Maurer -
robert