ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] MySQL 5.1 из Дедала
@ 2009-07-11  0:55 Michael Bykov
  2009-07-11  6:59 ` Andrey Rahmatullin
  2009-07-13 13:36 ` Slava Dubrovskiy
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Bykov @ 2009-07-11  0:55 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Салют,

на двух машинах MySQL из Дедала встал идеально, но в контейнере OpenVZ
странный глюк

Adjusting environment for mysqld:
                                                           [ DONE ]
Unable to find proper charset from system locale, setting 'latin1'.
Please edit mysqld init script and set proper charset.

чем это лечится? На странице
http://www.freesource.info/wiki/PavelSarabeev& этот случай (дб в
контейнере) описан, но инструкция, видимо устарела.

Branch 5.0,
mysql --version
mysql  Ver 14.14 Distrib 5.1.28-rc, for alt-linux-gnu (i586) using readline 5.2

M.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] MySQL 5.1 из Дедала
  2009-07-11  0:55 [sisyphus] MySQL 5.1 из Дедала Michael Bykov
@ 2009-07-11  6:59 ` Andrey Rahmatullin
  2009-07-11 12:19   ` Michael Bykov
  2009-07-13 13:36 ` Slava Dubrovskiy
  1 sibling, 1 reply; 6+ messages in thread
From: Andrey Rahmatullin @ 2009-07-11  6:59 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

On Sat, Jul 11, 2009 at 04:55:05AM +0400, Michael Bykov wrote:
> Unable to find proper charset from system locale, setting 'latin1'.
Опять glibc-gconv-modules в контейнере не оказалось?

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(6):

<r1d3r> Lost: а производителей железа должно быть три - Apple, IBM и IBM

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 489 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] MySQL 5.1 из Дедала
  2009-07-11  6:59 ` Andrey Rahmatullin
@ 2009-07-11 12:19   ` Michael Bykov
  2009-07-11 18:55     ` Michael Bykov
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Bykov @ 2009-07-11 12:19 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

11 июля 2009 г. 10:59 пользователь Andrey Rahmatullin
(wrar@altlinux.ru) написал:
> On Sat, Jul 11, 2009 at 04:55:05AM +0400, Michael Bykov wrote:
>> Unable to find proper charset from system locale, setting 'latin1'.

> Опять glibc-gconv-modules в контейнере не оказалось?

Да нет, на ноуте сизиф,

glibc-core-2.8.90-alt3
glibc-2.8.90-alt3
glibc-gconv-modules-2.8.90-alt3

В OVZ контейнере бранч 5.0,

glibc-core-2.9-alt5
glibc-2.9-alt5
glibc-gconv-modules-2.9-alt5

То есть Сизиф сильно отстал, но в нем MySQL работает.

М.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] MySQL 5.1 из Дедала
  2009-07-11 12:19   ` Michael Bykov
@ 2009-07-11 18:55     ` Michael Bykov
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Bykov @ 2009-07-11 18:55 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Откатился на 4.1, системы просто один в один поставлены с нуля, одна
на железе, другая в контейнере openvz.

Тут все то же самое, в контейнере MySQL 5.1 через service start не
запускается,  требует latin1 и умирает. С сообщением Unable to find
proper charset from system locale, setting 'latin1'. Please edit
mysqld init script and set proper charset.

Запускается с помощью /usr/sbin/mysqld -C utf8 -u mysql &

В этом случае корректно работает.

М.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] MySQL 5.1 из Дедала
  2009-07-11  0:55 [sisyphus] MySQL 5.1 из Дедала Michael Bykov
  2009-07-11  6:59 ` Andrey Rahmatullin
@ 2009-07-13 13:36 ` Slava Dubrovskiy
  2009-07-13 16:17   ` Michael Bykov
  1 sibling, 1 reply; 6+ messages in thread
From: Slava Dubrovskiy @ 2009-07-13 13:36 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

[-- Attachment #1: Type: text/plain, Size: 821 bytes --]

11.07.2009 03:55, Michael Bykov пишет:
> Салют,
>
> на двух машинах MySQL из Дедала встал идеально, но в контейнере OpenVZ
> странный глюк
>
> Adjusting environment for mysqld:
>                                                            [ DONE ]
> Unable to find proper charset from system locale, setting 'latin1'.
> Please edit mysqld init script and set proper charset.
>
> чем это лечится? На странице
> http://www.freesource.info/wiki/PavelSarabeev& этот случай (дб в
> контейнере) описан, но инструкция, видимо устарела.
>   
Всегда так лечил:
cat > /etc/sysconfig/i18n  <<EOF
LANG=ru_RU.UTF-8
SUPPORTED=ru_RU.UTF-8
EOF

-- 
WBR,
Dubrovskiy Vyacheslav


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3262 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [sisyphus] MySQL 5.1 из Дедала
  2009-07-13 13:36 ` Slava Dubrovskiy
@ 2009-07-13 16:17   ` Michael Bykov
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Bykov @ 2009-07-13 16:17 UTC (permalink / raw)
  To: slava, ALT Linux Sisyphus discussions

13 июля 2009 г. 17:36 пользователь Slava Dubrovskiy
(slava@tangramltd.com) написал:
> 11.07.2009 03:55, Michael Bykov пишет:
>> Салют,
>>
>> на двух машинах MySQL из Дедала встал идеально, но в контейнере OpenVZ
>> странный глюк
>>
>> Adjusting environment for mysqld:
>>                                                            [ DONE ]
>> Unable to find proper charset from system locale, setting 'latin1'.
>> Please edit mysqld init script and set proper charset.
>>
>> чем это лечится? На странице
>> http://www.freesource.info/wiki/PavelSarabeev& этот случай (дб в
>> контейнере) описан, но инструкция, видимо устарела.
>>

> Всегда так лечил:
> cat > /etc/sysconfig/i18n  <<EOF
> LANG=ru_RU.UTF-8
> SUPPORTED=ru_RU.UTF-8
> EOF
>
> --
> WBR,
> Dubrovskiy Vyacheslav


Слава! Точно, спасибо!

М.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-07-13 16:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-11  0:55 [sisyphus] MySQL 5.1 из Дедала Michael Bykov
2009-07-11  6:59 ` Andrey Rahmatullin
2009-07-11 12:19   ` Michael Bykov
2009-07-11 18:55     ` Michael Bykov
2009-07-13 13:36 ` Slava Dubrovskiy
2009-07-13 16:17   ` Michael Bykov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git