ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] usb flash utf8 to koi8-r
@ 2006-02-13 19:31 Aleksey E. Birukov
  2006-02-13 19:40 ` [sisyphus] " Konstantin A. Lepikhov
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Aleksey E. Birukov @ 2006-02-13 19:31 UTC (permalink / raw)
  To: Sisyphus

Решил настроить кодировку на флешке. Прописал:
# cat /etc/sysconfig/hotplug|grep -A3 "codepage"
# default codepage and charset for hotplugged block devices
CHARSET=koi8-r
CODEPAGE=866

Сказал:
service hotplug restart

Воткнул флешку и увидел, что она примонтировалась с кодировкой utf8.

Систему не перезагружал. Может еще что перезапустить надо?
Или на этом ядре смена кодировки не работает?
# uname -r
2.6.12-wks26-up-alt4

P.S. Да, я читал рассылку. Ответа не нашел.
-- 
$respect

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

* [sisyphus] Re: usb flash utf8 to koi8-r
  2006-02-13 19:31 [sisyphus] usb flash utf8 to koi8-r Aleksey E. Birukov
@ 2006-02-13 19:40 ` Konstantin A. Lepikhov
  2006-02-15 18:12   ` [sisyphus] " Michael Shigorin
  2006-02-13 20:12 ` Anton Gorlov
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Konstantin A. Lepikhov @ 2006-02-13 19:40 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

Hi Aleksey!

Monday 13, at 10:31:32 PM you wrote:

> Решил настроить кодировку на флешке. Прописал:
> # cat /etc/sysconfig/hotplug|grep -A3 "codepage"
> # default codepage and charset for hotplugged block devices
> CHARSET=koi8-r
> CODEPAGE=866
> 
> Сказал:
> service hotplug restart
> 
> Воткнул флешку и увидел, что она примонтировалась с кодировкой utf8.
с недавних пор hotplug на эти параметры забивает а смотрит на
/etc/hal/fdi/policy/01-charset.fdi. Точнее, даже не он, а hal который
собственно эти строки в fstab и пишет.

> 
> Систему не перезагружал. Может еще что перезапустить надо?
> Или на этом ядре смена кодировки не работает?
> # uname -r
> 2.6.12-wks26-up-alt4
> 
> P.S. Да, я читал рассылку. Ответа не нашел.
плохо читали.

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR

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

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

* Re: [sisyphus] usb flash utf8 to koi8-r
  2006-02-13 19:31 [sisyphus] usb flash utf8 to koi8-r Aleksey E. Birukov
  2006-02-13 19:40 ` [sisyphus] " Konstantin A. Lepikhov
@ 2006-02-13 20:12 ` Anton Gorlov
  2006-02-14  5:10 ` Хихин Руслан
  2006-02-14  8:00 ` Olvin
  3 siblings, 0 replies; 9+ messages in thread
From: Anton Gorlov @ 2006-02-13 20:12 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Aleksey E. Birukov пишет:

> Воткнул флешку и увидел, что она примонтировалась с кодировкой utf8.
rpm -qa |grep ivman что говорит? если есть -то правте его настройки

-- 
   np: silence


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

* Re: [sisyphus] usb flash utf8 to koi8-r
  2006-02-13 19:31 [sisyphus] usb flash utf8 to koi8-r Aleksey E. Birukov
  2006-02-13 19:40 ` [sisyphus] " Konstantin A. Lepikhov
  2006-02-13 20:12 ` Anton Gorlov
@ 2006-02-14  5:10 ` Хихин Руслан
  2006-02-14  8:00 ` Olvin
  3 siblings, 0 replies; 9+ messages in thread
From: Хихин Руслан @ 2006-02-14  5:10 UTC (permalink / raw)
  To: sisyphus

Здравствуйте Aleksey E. Birukov
  В сообщении от 13 февраля 2006 22:31 Aleksey E. Birukov написал(a):
 > Решил настроить кодировку на флешке. Прописал:
 > # cat /etc/sysconfig/hotplug|grep -A3 "codepage"
 > # default codepage and charset for hotplugged block devices
 > CHARSET=koi8-r
 > CODEPAGE=866
Надо корректировать файл
/etc/hal/fdi/policy/01-charset.fdi   

 >
 > P.S. Да, я читал рассылку. Ответа не нашел.

-- 
С  уважением Хихин Руслан


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

* Re: [sisyphus] usb flash utf8 to koi8-r
  2006-02-13 19:31 [sisyphus] usb flash utf8 to koi8-r Aleksey E. Birukov
                   ` (2 preceding siblings ...)
  2006-02-14  5:10 ` Хихин Руслан
@ 2006-02-14  8:00 ` Olvin
  2006-02-14  8:13   ` Alexey I. Froloff
  3 siblings, 1 reply; 9+ messages in thread
From: Olvin @ 2006-02-14  8:00 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Aleksey E. Birukov wrote:
> Решил настроить кодировку на флешке. Прописал:
> # cat /etc/sysconfig/hotplug|grep -A3 "codepage"
> # default codepage and charset for hotplugged block devices
> CHARSET=koi8-r
> CODEPAGE=866
> Сказал:
> service hotplug restart
> Воткнул флешку и увидел, что она примонтировалась с кодировкой utf8.
> Систему не перезагружал. Может еще что перезапустить надо?
> Или на этом ядре смена кодировки не работает?
> # uname -r
> 2.6.12-wks26-up-alt4

/etc/hal/fdi/policy/01-charset.fdi

Заменил utf-8 на koi8-r. Дальше, думаю, service hald restart, но не 
уверен - давно делал. После перезагрузки точно сработает :)

2guru: так что же надо дёргать после изменения этого файла?


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

* Re: [sisyphus] usb flash utf8 to koi8-r
  2006-02-14  8:00 ` Olvin
@ 2006-02-14  8:13   ` Alexey I. Froloff
  2006-02-14  9:22     ` Led
  0 siblings, 1 reply; 9+ messages in thread
From: Alexey I. Froloff @ 2006-02-14  8:13 UTC (permalink / raw)
  To: ALT Linux Sisyphus

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

* Olvin <olvin@> [060214 10:54]:
> /etc/hal/fdi/policy/01-charset.fdi

> Заменил utf-8 на koi8-r.
Смотря где.  Есть iocharset для vfat, а есть mount_option.utf8
для cdrom.  На самом деле я вообще всё оттуда убрал и работает по
дефолтнопрописаным опциям (CONFIG_FAT_DEFAULT_* в ядре).

К слову, дтлнные имена на vfat хранятся в ucs2-le.

> Дальше, думаю, service hald restart, но не уверен - давно
> делал. После перезагрузки точно сработает :)
Не надо ничего дёргать.  Вообще ;-)

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
  Inform-Mobil, Ltd. System Administrator
       http://www.inform-mobil.ru/

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

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

* Re: [sisyphus] usb flash utf8 to koi8-r
  2006-02-14  8:13   ` Alexey I. Froloff
@ 2006-02-14  9:22     ` Led
  2006-02-15 18:13       ` Michael Shigorin
  0 siblings, 1 reply; 9+ messages in thread
From: Led @ 2006-02-14  9:22 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от 14 февраля 2006 10:13 Alexey I. Froloff написал(a):
> * Olvin <olvin@> [060214 10:54]:
> > /etc/hal/fdi/policy/01-charset.fdi
> >
> > Заменил utf-8 на koi8-r.
>
> Смотря где.  Есть iocharset для vfat, а есть mount_option.utf8
> для cdrom.  На самом деле я вообще всё оттуда убрал и работает по
> дефолтнопрописаным опциям (CONFIG_FAT_DEFAULT_* в ядре).
>
> К слову, дтлнные имена на vfat хранятся в ucs2-le.
>
> > Дальше, думаю, service hald restart, но не уверен - давно
> > делал. После перезагрузки точно сработает :)
>
> Не надо ничего дёргать.  Вообще ;-)

А не пора ли где-нибудь в /etc/sysconfig/ "рубильник" добавить для "опций 
монтирования по умолчанию" для vfat глобально для конкретной системы?

-- 
Led.


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

* Re: [sisyphus] usb flash utf8 to koi8-r
  2006-02-13 19:40 ` [sisyphus] " Konstantin A. Lepikhov
@ 2006-02-15 18:12   ` Michael Shigorin
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Shigorin @ 2006-02-15 18:12 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Mon, Feb 13, 2006 at 10:40:13PM +0300, Konstantin A. Lepikhov wrote:
> > Решил настроить кодировку на флешке. Прописал:
> > # cat /etc/sysconfig/hotplug|grep -A3 "codepage"
> > # default codepage and charset for hotplugged block devices
> > CHARSET=koi8-r
> > CODEPAGE=866
> > Сказал:
> > service hotplug restart
> > Воткнул флешку и увидел, что она примонтировалась с кодировкой utf8.
> с недавних пор hotplug на эти параметры забивает а смотрит на
> /etc/hal/fdi/policy/01-charset.fdi. Точнее, даже не он, а hal
> который собственно эти строки в fstab и пишет.

Надо повесить багу, поскольку конфиг, в который не смотрят -- 
это почти как неактуальная документация (а то и хуже).

> > P.S. Да, я читал рассылку. Ответа не нашел.
> плохо читали.

Костик, я тоже с этим не раз мучался.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [sisyphus] usb flash utf8 to koi8-r
  2006-02-14  9:22     ` Led
@ 2006-02-15 18:13       ` Michael Shigorin
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Shigorin @ 2006-02-15 18:13 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On Tue, Feb 14, 2006 at 11:22:54AM +0200, Led wrote:
> А не пора ли где-нибудь в /etc/sysconfig/ "рубильник" добавить
> для "опций монтирования по умолчанию" для vfat глобально для
> конкретной системы?

Дык /etc/sysconfig/i18n, вестимо.  Напрашивается.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

end of thread, other threads:[~2006-02-15 18:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-13 19:31 [sisyphus] usb flash utf8 to koi8-r Aleksey E. Birukov
2006-02-13 19:40 ` [sisyphus] " Konstantin A. Lepikhov
2006-02-15 18:12   ` [sisyphus] " Michael Shigorin
2006-02-13 20:12 ` Anton Gorlov
2006-02-14  5:10 ` Хихин Руслан
2006-02-14  8:00 ` Olvin
2006-02-14  8:13   ` Alexey I. Froloff
2006-02-14  9:22     ` Led
2006-02-15 18:13       ` Michael Shigorin

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