Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-10 Thread Steven Shiau



On 2010/12/9 上午 05:26, Michael Schutte wrote:

Hey,

On Wed, Dec 08, 2010 at 04:14:39PM +0200, Anton Zinoviev wrote:

On Tue, Dec 07, 2010 at 11:37:21PM +0200, Anton Zinoviev wrote:


On my machine I can reproduce the bug of dumpkeys in the following way:

# dumpkeys | grep 
compose '`' 'A' to U+ffc0
compose '`' 'a' to U+ffe0
...
... more lines of this form


Dumpkeys from console-tools doesn't do this.  I suppose this bug can be
reassigned to kbd.


Yup, that is (or, hopefully, was) a kbd thing, and it looks very much
like #66.  I uploaded a fix just yesterday; could you confirm that
the problem goes away with 1.15.2-2 in sid?

Cheers,


I can confirm here that problem has been fixed on Debian Sid.
Thanks!

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-08 Thread Michael Schutte
Hey,

On Wed, Dec 08, 2010 at 04:14:39PM +0200, Anton Zinoviev wrote:
> On Tue, Dec 07, 2010 at 11:37:21PM +0200, Anton Zinoviev wrote:
> > 
> > On my machine I can reproduce the bug of dumpkeys in the following way:
> > 
> > # dumpkeys | grep 
> > compose '`' 'A' to U+ffc0
> > compose '`' 'a' to U+ffe0
> > ...
> > ... more lines of this form
> 
> Dumpkeys from console-tools doesn't do this.  I suppose this bug can be 
> reassigned to kbd.

Yup, that is (or, hopefully, was) a kbd thing, and it looks very much
like #66.  I uploaded a fix just yesterday; could you confirm that
the problem goes away with 1.15.2-2 in sid?

Cheers,
-- 
Michael Schutte   | mi...@{uiae.at,debian.org}
Innsbruck, Austria| happily accepting encrypted mail
OpenPGP: 0x16fb 517b a866 c3f6 8f11 1485 f3e4 122f 1D8C 261A


signature.asc
Description: Digital signature


Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-08 Thread Anton Zinoviev
On Tue, Dec 07, 2010 at 11:37:21PM +0200, Anton Zinoviev wrote:
> 
> On my machine I can reproduce the bug of dumpkeys in the following way:
> 
> # dumpkeys | grep 
> compose '`' 'A' to U+ffc0
> compose '`' 'a' to U+ffe0
> ...
> ... more lines of this form

Dumpkeys from console-tools doesn't do this.  I suppose this bug can be 
reassigned to kbd.

Anton Zinoviev




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-08 Thread Steven Shiau



On 2010/12/8 下午 06:51, Anton Zinoviev wrote:

On Wed, Dec 08, 2010 at 05:58:05PM +0800, Steven Shiau wrote:


I tried "dpkg-reconfigure console-setup", but no keymap can be selected.


Try "dpkg-reconfigure keyboard-configuration ; setupcon".

Anton Zinoviev



Great! Thanks!

Steven.





--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-08 Thread Anton Zinoviev
On Wed, Dec 08, 2010 at 05:58:05PM +0800, Steven Shiau wrote:
> 
> I tried "dpkg-reconfigure console-setup", but no keymap can be selected.

Try "dpkg-reconfigure keyboard-configuration ; setupcon".

Anton Zinoviev




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-08 Thread Steven Shiau



On 2010/12/8 上午 01:20, Christian PERRIER wrote:

Quoting Steven Shiau (ste...@nchc.org.tw):


Thanks for your reply.
Yes, it is working:
r...@debian:~# loadkeys amiga-it
Loading /usr/share/keymaps/amiga/amiga-it.kmap.gz
r...@debian:~#


However, I'd like to have a TUI for others to switch the keyboard
layout. It's easier.
Could this be fixed? Or any workaround to have a TUI to make this?
Thanks.



Don't have too much hope. console-data and friends are really in the
process of being obsoleted by console-setup (that uses X keymaps and
not a separate set of keymaps).

So, I would actually highly recommend to drop everything
console-related in favor of console-setup.
Is that possible I can use console-setup to have a TUI to configure the 
keymap on a console?

I tried "dpkg-reconfigure console-setup", but no keymap can be selected.
Thanks.

Steven.





--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-07 Thread Anton Zinoviev
On Mon, Dec 06, 2010 at 09:18:19PM +0800, Steven Shiau wrote:
> 
> How to reproduce:
> 1. Download 
> http://live.debian.net/cdimage/daily-builds/squeeze/20101206-1/i386/iso-hybrid/debian-live-squeeze-i386-standard.iso
> 2. Boot it
> ...

I can confirm this.  In order to convert the 8-bit keymaps to unicode 
the scripts of console-data do some some "magic" with dumpkeys that I 
don't fully understand.  I don't know whether the bug belongs to the 
package owning dumpkeys (kbd or console-tools) or to the kernel.

On my machine I can reproduce the bug of dumpkeys in the following way:

# dumpkeys | grep 
compose '`' 'A' to U+ffc0
compose '`' 'a' to U+ffe0
...
... more lines of this form

Here the kernel and/or dumpkeys generate 32-bit unicode numbers that are 
not supported by loadkeys.  I don't known whether this behaviour of 
dumpkeys+kernel is on purpose or it is a bug.

Anton Zinoviev




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-07 Thread Christian PERRIER
Quoting Steven Shiau (ste...@nchc.org.tw):

> Thanks for your reply.
> Yes, it is working:
> r...@debian:~# loadkeys amiga-it
> Loading /usr/share/keymaps/amiga/amiga-it.kmap.gz
> r...@debian:~#
> 
> 
> However, I'd like to have a TUI for others to switch the keyboard
> layout. It's easier.
> Could this be fixed? Or any workaround to have a TUI to make this?
> Thanks.


Don't have too much hope. console-data and friends are really in the
process of being obsoleted by console-setup (that uses X keymaps and
not a separate set of keymaps).

So, I would actually highly recommend to drop everything
console-related in favor of console-setup.




signature.asc
Description: Digital signature


Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-06 Thread Steven Shiau



On 2010/12/7 上午 01:57, Christian PERRIER wrote:

Quoting Steven Shiau (ste...@nchc.org.tw):

I can reproduce this problem on Debian live (Squeeze) daily build 20101206.
Package: console-data
Version: 2:1.10-8
Severity: normal

How to reproduce:
1. Download 
http://live.debian.net/cdimage/daily-builds/squeeze/20101206-1/i386/iso-hybrid/debian-live-squeeze-i386-standard.iso
2. Boot it
3. sudo dpkg-reconfigure console-data
4. Choose any keymap from the list, e.g.
Choose "Select keymap from full list", then "amiga / Unknown /
Italian / Standard / Standard"
Then it shows:
Looking for keymap to install:
amiga-it
loadkeys: /etc/console/boottime.kmap.gz:6683: unicode keysym out of
range: U+
-e Failed to load keymap!


What happens if you run "loadkeys amiga-it" as root?



Thanks for your reply.
Yes, it is working:
r...@debian:~# loadkeys amiga-it
Loading /usr/share/keymaps/amiga/amiga-it.kmap.gz
r...@debian:~#


However, I'd like to have a TUI for others to switch the keyboard 
layout. It's easier.

Could this be fixed? Or any workaround to have a TUI to make this?
Thanks.

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-06 Thread Christian PERRIER
Quoting Steven Shiau (ste...@nchc.org.tw):
> I can reproduce this problem on Debian live (Squeeze) daily build 20101206.
> Package: console-data
> Version: 2:1.10-8
> Severity: normal
> 
> How to reproduce:
> 1. Download 
> http://live.debian.net/cdimage/daily-builds/squeeze/20101206-1/i386/iso-hybrid/debian-live-squeeze-i386-standard.iso
> 2. Boot it
> 3. sudo dpkg-reconfigure console-data
> 4. Choose any keymap from the list, e.g.
> Choose "Select keymap from full list", then "amiga / Unknown /
> Italian / Standard / Standard"
> Then it shows:
> Looking for keymap to install:
> amiga-it
> loadkeys: /etc/console/boottime.kmap.gz:6683: unicode keysym out of
> range: U+
> -e Failed to load keymap!

What happens if you run "loadkeys amiga-it" as root?




signature.asc
Description: Digital signature


Bug#570223: This problem is reproducible on Debian live (Squeeze) daily build 20101206

2010-12-06 Thread Steven Shiau

I can reproduce this problem on Debian live (Squeeze) daily build 20101206.
Package: console-data
Version: 2:1.10-8
Severity: normal

How to reproduce:
1. Download 
http://live.debian.net/cdimage/daily-builds/squeeze/20101206-1/i386/iso-hybrid/debian-live-squeeze-i386-standard.iso

2. Boot it
3. sudo dpkg-reconfigure console-data
4. Choose any keymap from the list, e.g.
Choose "Select keymap from full list", then "amiga / Unknown / Italian / 
Standard / Standard"

Then it shows:
Looking for keymap to install:
amiga-it
loadkeys: /etc/console/boottime.kmap.gz:6683: unicode keysym out of 
range: U+

-e Failed to load keymap!

Not only Italian keyboard, others have similar problem. e.g.
Choose "Select keymap from full list", then "pc / qwerty / British / 
Apple USB / Standard",

Then it shows:
Looking for keymap to install:
mac-usb-uk
loadkeys: /etc/console/boottime.kmap.gz:8200: unicode keysym out of 
range: U+

-e Failed to load keymap!

Steven.

--
Steven Shiau  
National Center for High-performance Computing, Taiwan.
http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org