ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] cp1251 -> utf8
@ 2007-11-29  6:32 Alexey Sidorov
  2007-11-29 12:45 ` Alexey Sidorov
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Sidorov @ 2007-11-29  6:32 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

Здраствуйте.
Перевёл тут машину с cp1251 на utf8
И столкнулся с двумя проблемами

1. при старте mysql ругается
Adjusting environment for
mysqld:                                                                
[ DONE ]
Unable to find proper charset from system locale, setting 'latin1'.
Please edit mysqld init script and set proper charset.
Как это исправить, что-бы он цеплял utf8 ?

2. Монтирую nfs шары (с Win2003R2)
теперь проблемы с отображением русских имён файлов
что с этим делать?

-- 
Alexey Sidorov
	mailto:alex@reutman.ru
	JID: alex@reutman.ru
	ICQ: 5052225


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

* Re: [sisyphus] cp1251 -> utf8
  2007-11-29  6:32 [sisyphus] cp1251 -> utf8 Alexey Sidorov
@ 2007-11-29 12:45 ` Alexey Sidorov
  2007-11-29 20:26   ` Кокарев Константин
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Sidorov @ 2007-11-29 12:45 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

Alexey Sidorov пишет:
> Здраствуйте.
> Перевёл тут машину с cp1251 на utf8
> И столкнулся с двумя проблемами
> 
> 1. при старте mysql ругается
> Adjusting environment for
> mysqld:                                                                
> [ DONE ]
> Unable to find proper charset from system locale, setting 'latin1'.
> Please edit mysqld init script and set proper charset.
> Как это исправить, что-бы он цеплял utf8 ?
> 
при ближайшем рассмотрении оказалось, что в init скрипте mysql ожидает от системы UTF-8
а получает UTF8....
У меня одного такое?

-- 
Alexey Sidorov
	mailto:alex@reutman.ru
	JID: alex@reutman.ru
	ICQ: 5052225


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

* Re: [sisyphus] cp1251 -> utf8
  2007-11-29 12:45 ` Alexey Sidorov
@ 2007-11-29 20:26   ` Кокарев Константин
  2007-11-30  5:46     ` Alexey Sidorov
  0 siblings, 1 reply; 6+ messages in thread
From: Кокарев Константин @ 2007-11-29 20:26 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Alexey Sidorov пишет:
> Alexey Sidorov пишет:
>   
>> Здраствуйте.
>> Перевёл тут машину с cp1251 на utf8
>> И столкнулся с двумя проблемами
>>
>> 1. при старте mysql ругается
>> Adjusting environment for
>> mysqld:                                                                
>> [ DONE ]
>> Unable to find proper charset from system locale, setting 'latin1'.
>> Please edit mysqld init script and set proper charset.
>> Как это исправить, что-бы он цеплял utf8 ?
>>
>>     
> при ближайшем рассмотрении оказалось, что в init скрипте mysql ожидает от системы UTF-8
> а получает UTF8....
> У меня одного такое?
>
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/sisyphus
У меня была тоже самая проблема, потом исчезла не помню что сделал.

Поставить в  /etc/sysconfig/mysqld CHSET=utf8, может поможет.



-- 
nwtour



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

* Re: [sisyphus] cp1251 -> utf8
  2007-11-29 20:26   ` Кокарев Константин
@ 2007-11-30  5:46     ` Alexey Sidorov
  2007-11-30 16:07       ` Igor Androsov
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Sidorov @ 2007-11-30  5:46 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

Кокарев Константин пишет:
> Alexey Sidorov пишет:
>> Alexey Sidorov пишет:
>>   
>>> Здраствуйте.
>>> Перевёл тут машину с cp1251 на utf8
>>> И столкнулся с двумя проблемами
>>>
>>> 1. при старте mysql ругается
>>> Adjusting environment for
>>> mysqld:                                                                
>>> [ DONE ]
>>> Unable to find proper charset from system locale, setting 'latin1'.
>>> Please edit mysqld init script and set proper charset.
>>> Как это исправить, что-бы он цеплял utf8 ?
>>>
>>>     
>> при ближайшем рассмотрении оказалось, что в init скрипте mysql ожидает от системы UTF-8
>> а получает UTF8....
>> У меня одного такое?
>>
>>   
> У меня была тоже самая проблема, потом исчезла не помню что сделал.
> 
> Поставить в  /etc/sysconfig/mysqld CHSET=utf8, может поможет.
> 

Нет.
На самом деле интересно, что должна возвращать команда
"$(HOME=/var/empty . /etc/profile.d/lang.sh && locale |sed -ne
's/^LC_COLLATE="\?[^".]\+\.\([^"]\+\)"\?$/\1/p')"

если она и должна возращать UTF8, тогда в мускульном инит-скрипте бага (потому как он ждёт UTF-8)
если она и должна возращать UTF-8, значит у меня локальные тараканы и мне надо искать где

-- 
Alexey Sidorov
	mailto:alex@reutman.ru
	JID: alex@reutman.ru
	ICQ: 5052225


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

* Re: [sisyphus] cp1251 -> utf8
  2007-11-30  5:46     ` Alexey Sidorov
@ 2007-11-30 16:07       ` Igor Androsov
  2007-12-01  8:10         ` Alexey Sidorov
  0 siblings, 1 reply; 6+ messages in thread
From: Igor Androsov @ 2007-11-30 16:07 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions


В Птн, 30/11/2007 в 08:46 +0300, Alexey Sidorov пишет:
> "$(HOME=/var/empty . /etc/profile.d/lang.sh && locale |sed -ne
> 's/^LC_COLLATE="\?[^".]\+\.\([^"]\+\)"\?$/\1/p')"

[kai@storm-lin ~]$ echo $(HOME=/var/empty . /etc/profile.d/lang.sh &&
locale |sed -ne 's/^LC_COLLATE="\?[^".]\+\.\([^"]\+\)"\?$/\1/p')
UTF-8

Результат сами видите. IMHO, тараканы у вас.
[kai@storm-lin ~]$ locale
LANG=ru_RU.UTF-8
LC_CTYPE="ru_RU.UTF-8"
LC_NUMERIC="ru_RU.UTF-8"
LC_TIME="ru_RU.UTF-8"
LC_COLLATE="ru_RU.UTF-8"
LC_MONETARY="ru_RU.UTF-8"
LC_MESSAGES="ru_RU.UTF-8"
LC_PAPER="ru_RU.UTF-8"
LC_NAME="ru_RU.UTF-8"
LC_ADDRESS="ru_RU.UTF-8"
LC_TELEPHONE="ru_RU.UTF-8"
LC_MEASUREMENT="ru_RU.UTF-8"
LC_IDENTIFICATION="ru_RU.UTF-8"
LC_ALL=




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

* Re: [sisyphus] cp1251 -> utf8
  2007-11-30 16:07       ` Igor Androsov
@ 2007-12-01  8:10         ` Alexey Sidorov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Sidorov @ 2007-12-01  8:10 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

Igor Androsov пишет:
> В Птн, 30/11/2007 в 08:46 +0300, Alexey Sidorov пишет:
>> "$(HOME=/var/empty . /etc/profile.d/lang.sh && locale |sed -ne
>> 's/^LC_COLLATE="\?[^".]\+\.\([^"]\+\)"\?$/\1/p')"
> 
> [kai@storm-lin ~]$ echo $(HOME=/var/empty . /etc/profile.d/lang.sh &&
> locale |sed -ne 's/^LC_COLLATE="\?[^".]\+\.\([^"]\+\)"\?$/\1/p')
> UTF-8
> 
> Результат сами видите. IMHO, тараканы у вас.
> [kai@storm-lin ~]$ locale
> LANG=ru_RU.UTF-8
> LC_CTYPE="ru_RU.UTF-8"
> LC_NUMERIC="ru_RU.UTF-8"
> LC_TIME="ru_RU.UTF-8"
> LC_COLLATE="ru_RU.UTF-8"
> LC_MONETARY="ru_RU.UTF-8"
> LC_MESSAGES="ru_RU.UTF-8"
> LC_PAPER="ru_RU.UTF-8"
> LC_NAME="ru_RU.UTF-8"
> LC_ADDRESS="ru_RU.UTF-8"
> LC_TELEPHONE="ru_RU.UTF-8"
> LC_MEASUREMENT="ru_RU.UTF-8"
> LC_IDENTIFICATION="ru_RU.UTF-8"
> LC_ALL=
> 

Да , похоже на то. Примерно этого я и ждал.
Спасибо

-- 
Best regards,	Alexey Sidorov
 	mailto:alex@reutman.ru
	JID: alex@reutman.ru
	ICQ: 5052225


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

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

end of thread, other threads:[~2007-12-01  8:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-29  6:32 [sisyphus] cp1251 -> utf8 Alexey Sidorov
2007-11-29 12:45 ` Alexey Sidorov
2007-11-29 20:26   ` Кокарев Константин
2007-11-30  5:46     ` Alexey Sidorov
2007-11-30 16:07       ` Igor Androsov
2007-12-01  8:10         ` Alexey Sidorov

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