Debian Bug report logs - #430074
ldm does not display many locales

version graph

Package: ldm; Maintainer for ldm is Debian LTSP Maintainers <team+ltsp@tracker.debian.org>; Source for ldm is src:ldm (PTS, buildd, popcon).

Reported by: Teddy Hogeborn <teddy@recompile.se>

Date: Fri, 22 Jun 2007 06:18:11 UTC

Severity: normal

Tags: l10n, patch

Found in version ltsp/0.99debian11

Fixed in version ltsp/5.0.8debian3

Done: Vagrant Cascadian <vagrant@freegeek.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#430074; Package ldm. (full text, mbox, link).


Acknowledgement sent to Teddy Hogeborn <teddy@fukt.bsnet.se>:
New Bug report received and forwarded. Copy sent to LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Teddy Hogeborn <teddy@fukt.bsnet.se>
To: submit@bugs.debian.org
Subject: ldm does not display many locales
Date: Fri, 22 Jun 2007 08:15:53 +0200
Package: ldm
Version: 0.99debian11
Severity: normal
Tags: patch l10n

If the server har very many locales installed, LDM only displays a
certain number of them, and does not display any sessions (only the
"Default session).  Reproduce this by having a server with all locales
installed.

This is because /usr/lib/ltsp/greeters/gtk limits the response from
ldminfod to 1024 bytes.  A simple fix is to make the buffer larger:

--- /usr/lib/ltsp/greeters/gtk.~1~	2007-01-11 08:20:45.000000000 +0100
+++ /usr/lib/ltsp/greeters/gtk	2007-06-22 07:55:41.000000000 +0200
@@ -396,7 +396,7 @@
             sesslist=[]
             langlist=[]
 
-            for line in ldm_info.recv(1024).split('\n'):
+            for line in ldm_info.recv(8192, socket.MSG_WAITALL).split('\n'):
                 if line.startswith('/'):
                     sesslist.append(line)
                 else:


/Teddy



Information forwarded to debian-bugs-dist@lists.debian.org, LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#430074; Package ldm. (full text, mbox, link).


Acknowledgement sent to vagrant@freegeek.org:
Extra info received and forwarded to list. Copy sent to LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #10 received at 430074@bugs.debian.org (full text, mbox, reply):

From: vagrant@freegeek.org
To: 430074@bugs.debian.org
Subject: ldm does not display many locales
Date: Wed, 4 Jul 2007 23:32:57 -0700
tags 430074 pending
thanks

patch tested and applied to bzr branch:

 http://llama.freegeek.org/~vagrant/bzr/ltsp/vagrant-main/

should be included in next upload.

live well,
  vagrant



Tags added: pending Request was from vagrant@freegeek.org to control@bugs.debian.org. (Thu, 05 Jul 2007 06:36:02 GMT) (full text, mbox, link).


Reply sent to Vagrant Cascadian <vagrant@freegeek.org>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Teddy Hogeborn <teddy@fukt.bsnet.se>:
Bug acknowledged by developer. (full text, mbox, link).


Message #17 received at 430074-close@bugs.debian.org (full text, mbox, reply):

From: Vagrant Cascadian <vagrant@freegeek.org>
To: 430074-close@bugs.debian.org
Subject: Bug#430074: fixed in ltsp 5.0.8debian3
Date: Mon, 13 Aug 2007 12:17:02 +0000
Source: ltsp
Source-Version: 5.0.8debian3

We believe that the bug you reported is fixed in the latest version of
ltsp, which is due to be installed in the Debian FTP archive:

ldm_5.0.8debian3_all.deb
  to pool/main/l/ltsp/ldm_5.0.8debian3_all.deb
ltsp-client-builder_5.0.8debian3_all.udeb
  to pool/main/l/ltsp/ltsp-client-builder_5.0.8debian3_all.udeb
ltsp-client-core_5.0.8debian3_i386.deb
  to pool/main/l/ltsp/ltsp-client-core_5.0.8debian3_i386.deb
ltsp-client_5.0.8debian3_all.deb
  to pool/main/l/ltsp/ltsp-client_5.0.8debian3_all.deb
ltsp-server-standalone_5.0.8debian3_all.deb
  to pool/main/l/ltsp/ltsp-server-standalone_5.0.8debian3_all.deb
ltsp-server_5.0.8debian3_all.deb
  to pool/main/l/ltsp/ltsp-server_5.0.8debian3_all.deb
ltsp_5.0.8debian3.dsc
  to pool/main/l/ltsp/ltsp_5.0.8debian3.dsc
ltsp_5.0.8debian3.tar.gz
  to pool/main/l/ltsp/ltsp_5.0.8debian3.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 430074@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian <vagrant@freegeek.org> (supplier of updated ltsp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 12 Aug 2007 10:31:14 -0700
Source: ltsp
Binary: ltsp-client-core ltsp-server ltsp-server-standalone ltsp-client ltsp-client-builder ldm
Architecture: source all i386
Version: 5.0.8debian3
Distribution: unstable
Urgency: low
Maintainer: LTSP Debian/Ubuntu Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>
Changed-By: Vagrant Cascadian <vagrant@freegeek.org>
Description: 
 ldm        - LTSP display manager
 ltsp-client - LTSP client environment
 ltsp-client-builder - build an LTSP environment in the installer target (udeb)
 ltsp-client-core - LTSP client environment
 ltsp-server - basic LTSP server environment
 ltsp-server-standalone - complete LTSP server environment
Closes: 428446 430074 430853 431654 431668 431669 431744 431790 431955 431978 432211 432226 433619 434048 434600 434611 434612 434683 434810 434834 434849 435570 435571 435821 436283 436856
Changes: 
 ltsp (5.0.8debian3) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Debconf templates and debian/control reviewed by the debian-l10n-
     english team as part of the Smith review project. Closes: #434048
   * Debconf translation updates:
     - French. Closes: #434600, #431978
     - Swedish. Closes: #434611
     - Basque. Closes: #434612, #431669
     - Portuguese. Closes: #434683, #431790
     - Catalan. Closes: #434810, #430853
     - Vietnamese. Closes: #434834, #431654
     - Galician. Closes: #434849, #431744
     - Bulgarian. Closes: #433619, #431955
     - Russian. Closes: #435570, 435571, #432226
     - German. Closes: #435821, #431668
 .
     - Czech. Closes: #436283, #432211
     - Dutch. Closes: #436856
 .
   [ Vagrant Cascadian ]
   * apply patch by Teddy Hogeborn for the gtk greeter to display more locales
     (Closes: #430074)
   * added notes for modifying boot prompt options (Closes: #428446)
   * move suggestion for joystick from ltsp-client to ltsp-client-core
   * make cryptsetup an ltsp-client dependency
   * add suggests for ltsp-client-core on all packages depended on by
     ltsp-client
Files: 
 260202363785dc562cefdc8fa076adf2 957 misc extra ltsp_5.0.8debian3.dsc
 8e7c818da913a5f0a64995b3ccd9a951 274125 misc extra ltsp_5.0.8debian3.tar.gz
 17ee198c9522073772ae270f89ad3d3e 66208 misc extra ltsp-server_5.0.8debian3_all.deb
 8d79932655b5d2d8b677d6c910fd2446 30906 misc extra ltsp-server-standalone_5.0.8debian3_all.deb
 4229ea5878c0fce51349fd8826ad972e 30054 misc extra ltsp-client_5.0.8debian3_all.deb
 93848b60bae3d6065ef0201564474eb1 190600 misc extra ldm_5.0.8debian3_all.deb
 3cfc447ae15c6061345928d41c686d93 6316 debian-installer extra ltsp-client-builder_5.0.8debian3_all.udeb
 5141761df66f07ca4512681e4f74589f 61446 misc extra ltsp-client-core_5.0.8debian3_i386.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGwEruLqiZQEml+FURAhdqAJ4lfHzSyq28O5/qwpg8cy/fd2jDrACeM3/N
Rx04gRRXUQknLFrG/QfuqZQ=
=SJxH
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sun, 23 Sep 2007 07:30:05 GMT) (full text, mbox, link).


Bug unarchived. Request was from Teddy Hogeborn <teddy@recompile.se> to control@bugs.debian.org. (Mon, 10 Oct 2011 08:05:11 GMT) (full text, mbox, link).


Changed Bug submitter to 'Teddy Hogeborn <teddy@recompile.se>' from 'Teddy Hogeborn <teddy@fukt.bsnet.se>' Request was from Teddy Hogeborn <teddy@recompile.se> to control@bugs.debian.org. (Mon, 10 Oct 2011 08:05:11 GMT) (full text, mbox, link).


Bug archived. Request was from Teddy Hogeborn <teddy@recompile.se> to control@bugs.debian.org. (Mon, 10 Oct 2011 08:05:12 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Jul 1 13:13:26 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.