Bug#812087: pcscd takes 100 % cpu each time I insert a mass storage USB key

2016-01-24 Thread Alexander Mikhailian
Package: pcscd
Version: 1.8.15-1
Followup-For: Bug #812087

Dear Maintainer,

I have the same problem with pcscd, and I did not even have to insert a
USB mass storage device, when I plug my notebook into the dock station,
fans go off like mad and pcscd takes on CPU cycles.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages pcscd depends on:
ii  init-system-helpers   1.24
ii  libacr38u [pcsc-ifd-handler]  1.7.11-1
ii  libc6 2.21-6
ii  libccid [pcsc-ifd-handler]1.4.22-1
ii  libpcsclite1  1.8.15-1
ii  libudev1  228-4
ii  lsb-base  9.20160110

pcscd recommends no packages.

Versions of packages pcscd suggests:
pn  systemd  



Bug#749374: gdm3: Disable gdm3 service for systemd doesn't work

2015-07-05 Thread Alexander Mikhailian
Source: gdm3
Version: 3.14.1-8
Followup-For: Bug #749374

Contrary to what Osmo Salomaa reported, running

  systemctl disable gdm3
  systemctl disable gdm

did not work for me in the current testing.

JFYI, I wanted to launch Kodi without Gnome Desktop
on my HTPC.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)


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



Bug#748291: lxc-start: failed creating cgroups

2014-05-15 Thread Alexander Mikhailian
Package: lxc
Version: 1.0.0-8
Severity: important

Dear Maintainer,

Here's the chain of actions that lead to the problem:

~# apt-get install lxc
~# lxc-create -t download -n dbv1 -- --dist debian --release wheezy --arch amd64
~# lxc-start -n dbv1
lxc-start: failed creating cgroups
lxc-start: failed to spawn 'dbv1'

This seems to confirm the bug report #742850. Let me know how I can help 
further.


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lxc depends on:
ii  libapparmor1   2.8.0-5+b1
ii  libc6  2.18-5
ii  libcap21:2.22-1.2
ii  libseccomp22.1.1-1
ii  libselinux12.2.2-2
ii  multiarch-support  2.18-5

Versions of packages lxc recommends:
ii  lua5.2   5.2.3-1
ii  python3  3.3.4-1
ii  rsync3.1.0-3

Versions of packages lxc suggests:
pn  lxc-stuff  none

-- no debconf information


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



Bug#748291: lxc-start: failed creating cgroups

2014-05-15 Thread Alexander Mikhailian
Package: lxc
Version: 1.0.3-1
Followup-For: Bug #748291

I installed lxc from unstable, but this doe not change a thing.
There's still the lxc-start: failed creating cgroups message
at start.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lxc depends on:
ii  libapparmor1   2.8.0-5+b1
ii  libc6  2.18-5
ii  libcap21:2.22-1.2
ii  libseccomp22.1.1-1
ii  libselinux12.2.2-2
ii  multiarch-support  2.18-5

Versions of packages lxc recommends:
ii  lua5.2   5.2.3-1
ii  python3  3.3.4-1
ii  rsync3.1.0-3

Versions of packages lxc suggests:
ii  lxc-stuff  1.0.0-8

-- Configuration Files:
/etc/lxc/default.conf [Errno 13] Permission denied: u'/etc/lxc/default.conf'

-- no debconf information


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



Bug#614589: bsdmainutils: Make weekstart dependant on locale in cal (as in ncal)?

2011-02-22 Thread Alexander Mikhailian
Package: bsdmainutils
Version: 8.2.2
Severity: wishlist
Tags: l10n

A few months ago, I got an angry reply to my feature request for making -M
work for cal. [1]. After looking throug bsdmainutils' bugs, I see the reason.
The issue of the first weekday for cal has been raised more than once and in
different ways.

My understanding is that traditional cal used horizontal layout and ncal
introduced a more efficient vertical layout.

There is another important difference for an occasional user, such as myself:
cal always displays weeks starting with Sunday while ncal displays weeks
starting with the current locale's first weekday, by default. To complicate
the matter, ncal now has the option to use horizontal layout with current
locale's first weekday, unlike cal.

What if we kept only one main distinction between cal and ncal: the layout
and let both use the current locale's first weekday by default?

This breaks the compatibility with earlier versions of ncal, but the
distinction between cal and ncal becomes more clear and the usability of cal
greatly improves.

See the patch in attachment.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590592#30
--- freebsd/usr.bin/ncal/ncal.c	2011-02-22 13:04:51.0 +0100
+++ bsdmainutils/usr.bin/ncal/ncal.c	2011-02-22 13:05:37.0 +0100
@@ -257,20 +257,17 @@
 
 	/* Determine on what day the week starts. */
 #ifdef __GLIBC__
-	if (!flag_backward) 
-	{
-		int first_week_i;
-		date first_week_d;
-		date sunday = { .y = 1997, .m = 11, .d = 30 };
+	int first_week_i;
+	date first_week_d;
+	date sunday = { .y = 1997, .m = 11, .d = 30 };
 
-		first_week_i = (intptr_t) nl_langinfo(_NL_TIME_WEEK_1STDAY);
-		first_week_d.d = first_week_i % 100;
-		first_week_i /= 100;
-		first_week_d.m = first_week_i % 100;
-		first_week_i /= 100;
-		first_week_d.y = first_week_i;
-		weekstart = *nl_langinfo(_NL_TIME_FIRST_WEEKDAY) + (ndaysj(first_week_d) - ndaysj(sunday)) % 7 - 1;
-	}
+	first_week_i = (intptr_t) nl_langinfo(_NL_TIME_WEEK_1STDAY);
+	first_week_d.d = first_week_i % 100;
+	first_week_i /= 100;
+	first_week_d.m = first_week_i % 100;
+	first_week_i /= 100;
+	first_week_d.y = first_week_i;
+	weekstart = *nl_langinfo(_NL_TIME_FIRST_WEEKDAY) + (ndaysj(first_week_d) - ndaysj(sunday)) % 7 - 1;
 #endif
 	before = after = -1;
 


Bug#590592: please make -M to work for cal (not just ncal)

2010-09-09 Thread Alexander Mikhailian
Package: bsdmainutils
Version: 8.0.13
Severity: normal

Still unfixed, and the change from lenny to squeeze actually broke one of my
scripts.




-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bsdmainutils depends on:
ii  bsdutils  1:2.17.2-3.1   Basic utilities from 4.4BSD-Lite
ii  debianutils   3.4Miscellaneous utilities specific t
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libncurses5   5.7+20100313-2 shared libraries for terminal hand

bsdmainutils recommends no packages.

Versions of packages bsdmainutils suggests:
ii  cpp   4:4.4.4-2  The GNU C preprocessor (cpp)
pn  vacation  none (no description available)
ii  wamerican [wordlist]  6-3American English dictionary words 
ii  whois 5.0.7  an intelligent whois client

-- no debconf information



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



Bug#590292: xserver-xorg-video-radeonhd: xrandr can not switch monitors unless some manual tricks

2010-07-26 Thread Alexander Mikhailian
Thank you for the hint.

Indeed, the radeon (with and without KMS) works flawlessly in this regard.
But ForceLowPowerMode does not seem to work on my Radeon Mobility X2300,
unlike with radeonhd.

This would be for another bug report, though.

On Mon, Jul 26, 2010 at 09:24:00AM +0200, Brice Goglin wrote:
 Le 25/07/2010 17:58, Alexander Mikhailian a écrit :
  Package: xserver-xorg-video-radeonhd
  Version: 1.3.0-3
  Severity: normal
 
  As a new monitor is attached to the notebook and the following command is
  issued in order to switch on the external monitor
 
xrandr --output DVI-D_1 --mode 1920x1200
 
  the DVI-D_1 stays black.
 
  If I switch for a few seconds to one of the non-graphical consoles
  with Ctrl-Alt-F1..F6 and then back, the same command works flawlessly.

 
 Does radeon (with KMS) work better than radeonhd on this machine?
 radeonhd will die soon...
 
 Brice
 




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



Bug#488535: x11-xserver-utils: xrdb fails with sh: -c: line 0: syntax error near unexpected token `

2008-07-01 Thread Alexander Mikhailian
Well... I am not sure anymore that is is an xrdb issue.

When I configure wmii as my window mananger in .Xsession, then try to login
using xdm, the first attempt fails, the second fais as well, but presents a
different xdm interface, as if all the X resources have been erazed. At the
3rd atempt, I login successfully, but without the X Resources available. This
is where I get the xrdb error.

Se below the .xsession-errors from the three login attempts:

--cut--
Xsession: X session started for lowry at Tue Jul  1 08:44:08 CEST 2008
XDM authorization key matches an existing client!wmii: fatal: couldn't open 
display
XIO:  fatal IO error 2 (No such file or directory) on X server :0.0
  after 13 requests (12 known processed) with 0 events remaining.
Xsession: X session started for lowry at Tue Jul  1 08:44:52 CEST 2008
XDM authorization key matches an existing client!wmii: fatal: couldn't open 
display
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server :0.0
  after 22 requests (21 known processed) with 0 events remaining.
Xsession: X session started for lowry at Tue Jul  1 08:44:58 CEST 2008
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/usr/bin/cpp -DHOST=lowry-nb -DSERVERHOST=lowry-nb 
-DSRVR_lowry_nb -DDISPLAY_NUM=0 -DCLIENTHOST=lowry-nb -DCLNT_lowry_nb 
-DVERSION=11 -DREVISION=0 -DVENDOR=The X.Org Foundation 
-DVNDR_The_X_Org_Foundation -DRELEASE=10400090 -DNUM_SCREENS=1 -DEXT_DAMAGE 
-DEXT_Composite -DEXT_XINERAMA -DEXT_RANDR -DEXT_RENDER -DEXT_XFree86_Bigfont 
-DEXT_XFIXES -DEXT_SECURITY -DEXT_XAccessControlExtension -DEXT_XC_APPGROUP 
-DEXT_XKEYBOARD -DEXT_XTEST -DEXT_XInputExtension -DEXT_MIT_SHM -DEXT_glesx 
-DEXT_ATITVOUT -DEXT_ATIFGLEXTENSION -DEXT_ATIFGLRXDRI -DEXT_XFree86_DRI 
-DEXT_RECORD -DEXT_SGI_GLX -DEXT_GLX -DEXT_DOUBLE_BUFFER -DEXT_X_Resource 
-DEXT_XVideo -DEXT_Extended_Visual_Information -DEXT_TOG_CUP -DEXT_DPMS 
-DEXT_XFree86_DGA -DEXT_XFree86_Misc -DEXT_XFree86_VidModeExtension 
-DEXT_XC_MISC -DEXT_MIT_SCREEN_SAVER -DEXT_SYNC -DEXT_BIG_REQUESTS 
-DEXT_MIT_SUNDRY_NONSTANDARD -DEXT_SHAPE -DSCREEN_NUM=0 -DWIDTH=1280 
-DHEIGHT=800 -DX_RESOLUTION=3743 -DY_RESOLUTION=4167 -DPLANES=24 
-DBITS_PER_RGB=8 -DCLASS=TrueColor -DCLASS_TrueColor=35 -DCOLOR 
-DCLASS_TrueColor_24=35 -DCLASS_DirectColor_24=75 -DCLASS_(null)_24=93 
-DCLASS_TrueColor_32=137 /etc/X11/Xresources/x11-common'
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/usr/bin/cpp -DHOST=lowry-nb -DSERVERHOST=lowry-nb 
-DSRVR_lowry_nb -DDISPLAY_NUM=0 -DCLIENTHOST=lowry-nb -DCLNT_lowry_nb 
-DVERSION=11 -DREVISION=0 -DVENDOR=The X.Org Foundation 
-DVNDR_The_X_Org_Foundation -DRELEASE=10400090 -DNUM_SCREENS=1 -DEXT_DAMAGE 
-DEXT_Composite -DEXT_XINERAMA -DEXT_RANDR -DEXT_RENDER -DEXT_XFree86_Bigfont 
-DEXT_XFIXES -DEXT_SECURITY -DEXT_XAccessControlExtension -DEXT_XC_APPGROUP 
-DEXT_XKEYBOARD -DEXT_XTEST -DEXT_XInputExtension -DEXT_MIT_SHM -DEXT_glesx 
-DEXT_ATITVOUT -DEXT_ATIFGLEXTENSION -DEXT_ATIFGLRXDRI -DEXT_XFree86_DRI 
-DEXT_RECORD -DEXT_SGI_GLX -DEXT_GLX -DEXT_DOUBLE_BUFFER -DEXT_X_Resource 
-DEXT_XVideo -DEXT_Extended_Visual_Information -DEXT_TOG_CUP -DEXT_DPMS 
-DEXT_XFree86_DGA -DEXT_XFree86_Misc -DEXT_XFree86_VidModeExtension 
-DEXT_XC_MISC -DEXT_MIT_SCREEN_SAVER -DEXT_SYNC -DEXT_BIG_REQUESTS 
-DEXT_MIT_SUNDRY_NONSTANDARD -DEXT_SHAPE -DSCREEN_NUM=0 -DWIDTH=1280 
-DHEIGHT=800 -DX_RESOLUTION=3743 -DY_RESOLUTION=4167 -DPLANES=24 
-DBITS_PER_RGB=8 -DCLASS=TrueColor -DCLASS_TrueColor=35 -DCOLOR 
-DCLASS_TrueColor_24=35 -DCLASS_DirectColor_24=75 -DCLASS_(null)_24=93 
-DCLASS_TrueColor_32=137 /home/lowry/.Xresources'
wmii: note: missing fontsets for 'fixed': JISX0208.1983-0, KSC5601.1987-0, 
GB2312.1980-0, JISX0201.1976-0, ISO10646-1
wmii: note: missing fontsets for 
'-*-terminus-medium-r-*-*-16-*-*-*-*-*-iso10646-1': JISX0208.1983-0, 
KSC5601.1987-0, GB2312.1980-0, JISX0201.1976-0
--cut--

On Mon, Jun 30, 2008 at 10:29:23AM +0700, Ivan Shmakov wrote:
  Alexander Mikhailian [EMAIL PROTECTED] writes:
 
   What do you have in your config causing this? Something in your
   shell config maybe? We can't reproduce this. xrdb just waits for
   input on stdin here.
 
   I used wmii and the error appeared after the last upgrade of lenny. I
   just made a quick test by starting the X session with ctwm and the
   error goes away, indeed.
 
   I am pretty sure the error is due to the -DCLASS_(null)_24=93 in
   the cpp input, but I can not figure out where it comes from.
 
   Is it because some NULL sneaks in into the part of code that
   prepares (snprintf ()'s?) the command line (then passed to
   system ())?
 
   What's the output of xdpyinfo(1)?
 
 --cut: xrdb(1)--
CLASS_visualclass_depth=num
A symbol is defined for each visual supported for  the  screen.
The  symbol includes the class of the visual and its depth; the
value is the numeric id of  the  visual.   (If  more  than  one

Bug#488535: x11-xserver-utils: xrdb fails with sh: -c: line 0: syntax error near unexpected token `

2008-06-29 Thread Alexander Mikhailian
Package: x11-xserver-utils
Version: 7.3+3
Severity: grave
Justification: renders package unusable

Launching xrdb from the command line results in the following error:

$ xrdb
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/usr/bin/cpp -DHOST=lowry-nb -DSERVERHOST=lowry-nb 
-DSRVR_lowry_nb -DDISPLAY_NUM=0 -DCLIENTHOST=lowry-nb -DCLNT_lowry_nb 
-DVERSION=11 -DREVISION=0 -DVENDOR=The X.Org Foundation 
-DVNDR_The_X_Org_Foundation -DRELEASE=10400090 -DNUM_SCREENS=1 -DEXT_DAMAGE 
-DEXT_Composite -DEXT_XINERAMA -DEXT_RANDR -DEXT_RENDER -DEXT_XFree86_Bigfont 
-DEXT_XFIXES -DEXT_SECURITY -DEXT_XAccessControlExtension -DEXT_XC_APPGROUP 
-DEXT_XKEYBOARD -DEXT_XTEST -DEXT_XInputExtension -DEXT_MIT_SHM -DEXT_glesx 
-DEXT_ATITVOUT -DEXT_ATIFGLEXTENSION -DEXT_ATIFGLRXDRI -DEXT_XFree86_DRI 
-DEXT_RECORD -DEXT_SGI_GLX -DEXT_GLX -DEXT_DOUBLE_BUFFER -DEXT_X_Resource 
-DEXT_XVideo -DEXT_Extended_Visual_Information -DEXT_TOG_CUP -DEXT_DPMS 
-DEXT_XFree86_DGA -DEXT_XFree86_Misc -DEXT_XFree86_VidModeExtension 
-DEXT_XC_MISC -DEXT_MIT_SCREEN_SAVER -DEXT_SYNC -DEXT_BIG_REQUESTS 
-DEXT_MIT_SUNDRY_NONSTANDARD -DEXT_SHAPE -DSCREEN_NUM=0 -DWIDTH=1280 
-DHEIGHT=800 -DX_RESOLUTION=3743 -DY_RESOLUTION=4167 -DPLANES=24 -!
DBITS_PER_RGB=8 -DCLASS=TrueColor -DCLASS_TrueColor=35 -DCOLOR 
-DCLASS_TrueColor_24=35 -DCLASS_DirectColor_24=75 -DCLASS_(null)_24=93 
-DCLASS_TrueColor_32=137 '


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages x11-xserver-utils depends on:
ii  cpp   4:4.3.1-1  The GNU C preprocessor (cpp)
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxau6   1:1.0.3-3  X11 authorisation library
ii  libxaw7   2:1.0.4-2  X11 Athena Widget library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxi62:1.1.3-1  X11 Input extension library
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library
ii  libxmuu1  2:1.0.4-1  X11 miscellaneous micro-utility li
ii  libxrandr22:1.2.2-2  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  libxtrap6 2:1.0.0-5  X11 event trapping extension libra
ii  libxxf86misc1 1:1.0.1-3  X11 XFree86 miscellaneous extensio
ii  libxxf86vm1   1:1.0.1-3  X11 XFree86 video mode extension l
ii  x11-common1:7.3+10   X Window System (X.Org) infrastruc

x11-xserver-utils recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#488535: x11-xserver-utils: xrdb fails with sh: -c: line 0: syntax error near unexpected token `

2008-06-29 Thread Alexander Mikhailian
On Sun, Jun 29, 2008 at 07:30:54PM +0200, Brice Goglin wrote:
 What do you have in your config causing this? Something in your shell
 config maybe? We can't reproduce this. xrdb just waits for input on
 stdin here.

I used wmii and the error appeared after the last upgrade of lenny. I just
made a quick test by starting the X session with ctwm and the error goes away,
indeed.

I am pretty sure the error is due to the  -DCLASS_(null)_24=93 in the cpp
input, but I can not figure out where it comes from.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#428295: hugin is still uninstallable, 1 year after the bug was reported.

2008-06-05 Thread Alexander Mikhailian
Package: hugin
Followup-For: Bug #428295



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#345803: Info received (was Bug#345803: Acknowledgement (xlibs: keyboard switcher does not work with us_intl as expected))

2006-01-15 Thread Alexander Mikhailian
Ooups... This is a duplicate of 
xlibs: 3 layouts switching doesn't work properly
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329416




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#345803: Acknowledgement (xlibs: keyboard switcher does not work with us_intl as expected)

2006-01-14 Thread Alexander Mikhailian
Ok, Here I come closer.

XKB in xorg seems to break with 3 keyboard layouts.

How to reproduce:

run triple layout setup with

  $ setxkbmap -geometry pc(pc101) -layout us,ru,fr -option \
 grp:alt_shift_toggle

and try to switch the layouts with alt_shift_toggle (this fails).
Then, set up two layouts 

  $ setxkbmap -geometry pc(pc101) -layout us,ru -option \
 grp:alt_shift_toggle

and enjoy switching between them.

Now, the funny thing is that 4 (four!!!) keyboard layouts work.

Try 

  $ setxkbmap -geometry pc(pc101) -layout us,ru,fr,de -option \
 grp:alt_shift_toggle


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#323935: can not generate a ssh1 host key

2005-08-19 Thread Alexander Mikhailian
Package: ssh
Version: 1:3.8.1p1-8.sarge.4
Severity: important


I want to enable ssh1. After reading 
/usr/share/doc/ssh/README.Debian.gz,

I type ssh-keygen -f /etc/ssh/ssh_host_key -N '' -t rsa1
and get a messaage that the option -f is not supported.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-1-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages ssh depends on:
ii  adduser 3.64 Add and remove users and groups
ii  debconf 1.4.52   Debian configuration management sy
ii  dpkg1.13.10  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libpam-modules  0.76-22  Pluggable Authentication Modules f
ii  libpam-runtime  0.76-22  Runtime support for the PAM librar
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  libwrap07.6.dbs-8Wietse Venema's TCP wrappers libra
ii  zlib1g  1:1.2.2-4compression library - runtime

ssh recommends no packages.

-- debconf information:
  ssh/insecure_rshd:
  ssh/user_environment_tell:
* ssh/forward_warning:
  ssh/insecure_telnetd:
  ssh/new_config: true
* ssh/use_old_init_script: true
* ssh/SUID_client: true
  ssh/disable_cr_auth: false
  ssh/ssh2_keys_merged:
  ssh/protocol2_only: true
  ssh/encrypted_host_key_but_no_keygen:
* ssh/run_sshd: true


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]