Bug 13909 - initscript использует locale, хотя не зависит от пакета, его содержащего
Summary: initscript использует locale, хотя не зависит от пакета, его содержащего
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: MySQL-server (show other bugs)
Version: unstable
Hardware: all Linux
: P2 minor
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
: 14731 (view as bug list)
Depends on: 12390
Blocks:
  Show dependency tree
 
Reported: 2008-01-06 20:23 MSK by Denis Ovsienko
Modified: 2008-03-22 00:57 MSK (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Ovsienko 2008-01-06 20:23:13 MSK
Adjusting environment for mysqld:                                              
                                                                [ DONE ]
/etc/init.d/mysqld: line 41: locale: command not found
Unable to find proper charset from system locale, setting 'latin1'.
Please edit mysqld init script and set proper charset.
Starting mysqld service:                                                       
                                                                [ DONE ]

Впрочем, установка glibc-locales всё равно приводит к тому, что всё работает в
latin1:

Adjusting environment for mysqld:                                              
                                                                [ DONE ]
Unable to find proper charset from system locale, setting 'latin1'.
Please edit mysqld init script and set proper charset.
Starting mysqld service:                                                       
                                                                [ DONE ]
Comment 1 Denis Ovsienko 2008-01-07 14:06:06 MSK
Во втором случае дело, конечно, было в /etc/sysconfig/mysqld. Но зависимость на
locale всё же лучше приделать.
Comment 2 Konstantin A Lepikhov (L.A. Kostis) 2008-03-16 15:00:45 MSK
Fixed in MySQL-5.0.51-alt2.a
Comment 3 Konstantin A Lepikhov (L.A. Kostis) 2008-03-16 15:01:14 MSK
*** Bug 14731 has been marked as a duplicate of this bug. ***