[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:18043] Bug#JP/228: marked as done (keytables-ja doesn't configure keys at boot time.)



Fumitoshi UKAI <ukai@debian.or.jp>さんの Thu, 30 Sep 1999 02:06:31 +0900付けの
message-id <14322.18199.403726.21398T@lavender>
subject keytables-ja doesn't configure keys at boot time. 
のメッセージにより以下のバグ報告は「処理済」とされました。

もし、間違ったバグ報告を「処理済」にしてしまった場合は
必要に応じてバグ報告を再発行し、そして/または、ただちに問題を修正してください。

(注: これは Debian JP Bug Tracking System が発行している
自動応答メッセージで、debian-users メイリングリストにも送られています。
あなたがシステム管理者で、このメッセージが何について書かれている
かよくわからないのでしたら、どこかに深刻なメールシステムの誤設定がある
ことを示しています。すぐに私まで連絡をいただけないでしょうか)
(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

-- 
Debian JP Bug Tracking System / owner@bugs.debian.or.jp


Received: from earlgrey.ukai.org (ns.ukai.nakahara.kawasaki.jp [210.239.121.106])
	by lists.debian.or.jp (8.9.2+3.1W/3.6W-Debian-JP-980308) with ESMTP id CAA01775
	for <228-done@bugs.debian.or.jp>; Thu, 30 Sep 1999 02:07:23 +0900 (JST)
Message-ID: <14322.18199.403726.21398T@lavender>
From: Fumitoshi UKAI <ukai@debian.or.jp>
To: 228-done@bugs.debian.or.jp
Subject: keytables-ja doesn't configure keys at boot time.
User-Agent: Wanderlust/2.2.2 (You Could Be Mine) SEMI/1.13.6 (Komatsu) FLIM/1.13.2 (Kasanui) Emacs/20.3 (i386-debian-linux-gnu) MULE/4.0 (HANANOEN)
Organization: Debian JP Project
MIME-Version: 1.0 (generated by SEMI 1.13.6 - "Komatsu")
Content-Type: text/plain; charset=ISO-2022-JP
Sender: ukai@xxxxxxxxxxxxxxxxx

keytables-ja はすでにないので、この bug は close します。
今は console-data に 106KB の設定は含まれています。

-- 
鵜飼文敏

Return-Path: <kazuho@xxxxxxxxxxx>
Message-Id: <199803160533.OAA00275@xxxxxxxxxxxxxx>
To: submit@bugs.debian.or.jp
Subject: keytables-ja doesn't configure keys at boot time.
X-Mailer: Mew version 1.92.4 on XEmacs 20.4 (Emerald)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Date: Mon, 16 Mar 1998 13:50:44 +0900 (JST)
From: ありた かずほ <kazuho@xxxxxxxxxxx>
X-Dispatcher: imput version 971106
Lines: 35

Package: keytables-ja
Version: 0.2-1

どのパッケージが原因か分からないのですが,取りあえず不具合が確
認できた keytables-ja にバグを報告しておきます.hamm です.


ブート時にキーマップを設定してくれなくなりました.
/etc/init.d/boot 中で設定されるはずですが,いつのまにか

---
$ ls /etc/init.d/boot*
/etc/init.d/boot.OLD*    /etc/init.d/bootmisc.sh
---

のように /etc/init.d/boot が無くなっていて設定されなくなったよ
うです./etc/init.d/boot.OLD の中にはちゃんと以下のような記述
があります.

---
#
# Load the keymaps *as soon as possible*
#
if [ -r /etc/kbd/default.map ]
then
  loadkeys /etc/kbd/default.map
fi
---

どこかのパッケージが /etc/init.d/boot を作り忘れているようなの
ですが…
#それとも hamm のブートの仕方が変わったのでしょうか?

---
ありた かずほ <kazuho@xxxxxxxxxxx>