Debian Bug report logs - #743867
ltsp-client-core: lts.conf parameter KIOSK_OPTIONS is not available in kioskSession since parameters are not parsed

version graph

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

Reported by: Rainer Stumbaum <stumbaumr@yahoo.de>

Date: Mon, 7 Apr 2014 15:48:02 UTC

Severity: normal

Tags: upstream

Found in version ltsp/5.4.2-6

Fixed in version ltsp/5.5.2-1

Done: Vagrant Cascadian <vagrant@debian.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 Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#743867; Package ltsp-client-core. (Mon, 07 Apr 2014 15:48:06 GMT) (full text, mbox, link).


Acknowledgement sent to Rainer Stumbaum <stumbaumr@yahoo.de>:
New Bug report received and forwarded. Copy sent to LTSP Debian Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>. (Mon, 07 Apr 2014 15:48:06 GMT) (full text, mbox, link).


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

From: Rainer Stumbaum <stumbaumr@yahoo.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: ltsp-client-core: lts.conf parameter KIOSK_OPTIONS is not available in kioskSession since parameters are not parsed
Date: Mon, 07 Apr 2014 17:35:40 +0200
Package: ltsp-client-core
Version: 5.4.2-6
Severity: normal
Tags: upstream

Dear Maintainer,
we use KIOSK_EXE=/usr/bin/google-chrome and want to pass parameters using KIOSK_OPTIONS to it.
In /usr/share/ltsp/kioskSession these parameters are not available since KIOSK_EXE is derived from the commandline, but the following KIOSK_OPTIONS parameters are not.

We changed the code and added the following
- KIOSK_EXE=$1
+ KIOSK_EXE=$1
+ shift
+ KIOSK_OPTIONS="$*"

After this change the KIOSK_OPTIONS are available and are used by google-chrome.

Please fix /usr/share/ltsp/kioskSession.

Thanks
Rainer


-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ltsp-client-core depends on:
ii  console-setup    1.88
ii  initramfs-tools  0.109.1
ii  iproute          20120521-3+b3
ii  kbd              1.15.3-9
ii  libc6            2.13-38+deb7u1
ii  libpopt0         1.16-7
ii  libx11-6         2:1.5.0-1+deb7u1
ii  lsb-base         4.1+Debian8+deb7u1
ii  lsb-release      4.1+Debian8+deb7u1
ii  mkelfimage       2.7-7
ii  nbd-client       1:3.2-4~deb7u4
ii  python           2.7.3-4+deb7u1
ii  syslinux         2:4.05+dfsg-6+deb7u1
ii  tftp-hpa         5.2-4

Versions of packages ltsp-client-core recommends:
ii  procps  1:3.3.3-3

Versions of packages ltsp-client-core suggests:
ii  alsa-utils                        1.0.25-4
ii  cron                              3.0pl1-124
pn  cryptsetup                        <none>
ii  cups-bsd                          1.5.3-5+deb7u1
ii  freerdp-x11                       1.0.1-1.1+deb7u2
ii  inputattach                       1:1.4.3-1
ii  ldm                               2:2.2.11-2
ii  libasound2-plugins                1.0.25-2
ii  ltspfsd                           1.1-2
ii  mdetect                           0.5.2.3
ii  netcat-traditional [netcat]       1.10-40
ii  ntpdate                           1:4.2.6.p5+dfsg-2
ii  numlockx                          1.2-4
ii  pulseaudio                        2.0-6.1
ii  python-serial                     2.5-2.1
ii  rdesktop                          1.7.1-1
ii  rsyslog [system-log-daemon]       5.8.11-3
ii  sane-utils                        1.0.22-7.4
pn  sdm-terminal | x-display-manager  <none>
ii  sshfs                             2.4-1
ii  x11-xserver-utils                 7.7~3

-- Configuration Files:
/etc/ltsp/update-kernels.conf changed:
TIMEOUT=100
ONTIMEOUT=ltsp-NFS
BOOT_METHODS="NFS"
CMDLINE_LINUX_DEFAULT="init=/sbin/init-ltsp quiet"
CMDLINE_NFS="root=/dev/nfs ip=dhcp boot=nfs NFSOPTS=\"-o timeo=100,retrans=360,hard,nointr,nocto,noacl,acregmin=600,acregmax=600,acdirmin=600,acdirmax=600\" vga=0x326"
CMDLINE_NBD="root=/dev/nbd0"
KERNEL_PREFIX="vmlinu[z|x]-*"
KERNEL_SUFFIX=""
LIST_KERNELS_64="amd64"
LIST_KERNELS_PAE="686-pae 686-bigmem 686"
LIST_KERNELS_32="486 686"


-- debconf information:
  ltsp-client/abort-installation:



Information forwarded to debian-bugs-dist@lists.debian.org, LTSP Debian Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#743867; Package ltsp-client-core. (Tue, 05 Aug 2014 17:27:04 GMT) (full text, mbox, link).


Acknowledgement sent to Vagrant Cascadian <vagrant@debian.org>:
Extra info received and forwarded to list. Copy sent to LTSP Debian Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>. (Tue, 05 Aug 2014 17:27:04 GMT) (full text, mbox, link).


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

From: Vagrant Cascadian <vagrant@debian.org>
To: Rainer Stumbaum <stumbaumr@yahoo.de>, 743867@bugs.debian.org
Subject: Re: [Pkg-ltsp-devel] Bug#743867: ltsp-client-core: lts.conf parameter KIOSK_OPTIONS is not available in kioskSession since parameters are not parsed
Date: Tue, 05 Aug 2014 10:22:56 -0700
[Message part 1 (text/plain, inline)]
Control: tags -1 pending

On 2014-04-07, Rainer Stumbaum wrote:
> we use KIOSK_EXE=/usr/bin/google-chrome and want to pass parameters using KIOSK_OPTIONS to it.
> In /usr/share/ltsp/kioskSession these parameters are not available since KIOSK_EXE is derived from the commandline, but the following KIOSK_OPTIONS parameters are not.

Thanks for the report!

Fixed in upstream bzr using a little bit of a different approach:

  https://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2571

Will upload to Debian soon.

live well,
  vagrant
[Message part 2 (application/pgp-signature, inline)]

Added tag(s) pending. Request was from Vagrant Cascadian <vagrant@debian.org> to 743867-submit@bugs.debian.org. (Tue, 05 Aug 2014 17:27:04 GMT) (full text, mbox, link).


Reply sent to Vagrant Cascadian <vagrant@debian.org>:
You have taken responsibility. (Wed, 06 Aug 2014 00:09:13 GMT) (full text, mbox, link).


Notification sent to Rainer Stumbaum <stumbaumr@yahoo.de>:
Bug acknowledged by developer. (Wed, 06 Aug 2014 00:09:13 GMT) (full text, mbox, link).


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

From: Vagrant Cascadian <vagrant@debian.org>
To: 743867-close@bugs.debian.org
Subject: Bug#743867: fixed in ltsp 5.5.2-1
Date: Wed, 06 Aug 2014 00:04:39 +0000
Source: ltsp
Source-Version: 5.5.2-1

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.

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 743867@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian <vagrant@debian.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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 05 Aug 2014 16:19:36 -0700
Source: ltsp
Binary: ltsp-server ltsp-server-standalone ltsp-client-core ltsp-client ltsp-client-builder
Architecture: all source
Version: 5.5.2-1
Distribution: unstable
Urgency: medium
Maintainer: LTSP Debian Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>
Changed-By: Vagrant Cascadian <vagrant@debian.org>
Closes: 606313 741143 743867 753746 753749
Description: 
 ltsp-client-builder - build an LTSP environment in the installer target (udeb)
 ltsp-client - complete LTSP client environment
 ltsp-client-core - basic LTSP client environment
 ltsp-server - basic LTSP server environment
 ltsp-server-standalone - complete LTSP server environment
Changes:
 ltsp (5.5.2-1) unstable; urgency=medium
 .
   * New upstream version:
     - Add support for newer versions of syslinux/pxelinux.
     - Support LDM feature to hash passwords for use with
       localapps and fat clients.
     - ltsp-build-client: Allow setting --locale as simply the locale,
       rather than requiring also specifying the encoding.
     - initramfs udhcp hooks:
       + bring up NICs that become available progressively.
       + timeout for ip link up from 4 seconds to 10.
     - Fix ltsp-update-image --revert.
     - screen.d/kiosk: Pass KIOSK_OPTIONS as an environment variable.
       (Closes: #743867)
 .
   * ltsp-client-core: Update syslinux/pxelinux dependencies:
     - Add syslinux-common
     - Remove syslinux
     - Add pxelinux, with fallback for older versions of syslinux-common.
 .
   * ltsp-server/ltsp-client-core:
     - Prefer iproute2 over iproute transitional package.
       (Closes: #753746, #753749)
 .
   * debian/rules:
     - Use dpkg-vendor --derives-from Ubuntu to set VENDOR, to better handle
       Debian/Ubuntu derivatives (Closes: #741143). Thanks to Peter Green.
 .
   * ltsp-client-builder:
     - Add "--updates-mirror none", which is needed when CD/USB sticks do not
       contain an updates-mirror.
     - Drop --mount-cdrom option, as it is no longer needed (Closes: #606313).
Checksums-Sha1: 
 241e424cfd7cbc862a6543678c2b0fb28ee218f1 2285 ltsp_5.5.2-1.dsc
 d13e7b50cf43522656c386235ec3e8ae6c8e7bb5 432074 ltsp_5.5.2.orig.tar.gz
 d341d45e74a19021b1a8829d572028ff3885735e 73140 ltsp_5.5.2-1.debian.tar.xz
 dcc0361925282f385ea459c9af04247d01a59d8f 262198 ltsp-server_5.5.2-1_all.deb
 f73369fa13c40a99316c50a9f54b18c3a3fda4d3 143820 ltsp-server-standalone_5.5.2-1_all.deb
 581556f56472703e20adffbd0eb2ea6416220091 11094 ltsp-client-builder_5.5.2-1_all.udeb
Checksums-Sha256: 
 7550933f12ded7cd24a0d214ac3a797d25ab4c53bd4e116f7b2a66ce76fc5cf0 2285 ltsp_5.5.2-1.dsc
 375d3bfc84f26680a7bf37ae5a09d52015dfcb62a58d621902fc0860860b701e 432074 ltsp_5.5.2.orig.tar.gz
 9eac6dbed624b68e64efae63b4798a4626480be9774bb167043d6ee0087e778e 73140 ltsp_5.5.2-1.debian.tar.xz
 78a39877ad58a927724e925d7e39e3b5bde4507c1b168329452b76bae6473fe4 262198 ltsp-server_5.5.2-1_all.deb
 68cea31f1ae12f6a5a1f66d39fa5b62806ea87faa4d1bd6244816c217ab8d1e5 143820 ltsp-server-standalone_5.5.2-1_all.deb
 3d40ee8e46ee910a36fee5d0d24045b3eefec2018652dd73435447d6c353a65b 11094 ltsp-client-builder_5.5.2-1_all.udeb
Files: 
 dc2f9aa5c59f574be9cc8a1de9062436 2285 misc extra ltsp_5.5.2-1.dsc
 541348afaec1289e36108b60818b4ecd 432074 misc extra ltsp_5.5.2.orig.tar.gz
 468a3b1e7e07a3838087521684c9173f 73140 misc extra ltsp_5.5.2-1.debian.tar.xz
 a6616d6bd01cbe04c4fd50ca44efa1cd 262198 misc extra ltsp-server_5.5.2-1_all.deb
 44833d922eb89b94e5652db48f9db6ad 143820 misc extra ltsp-server-standalone_5.5.2-1_all.deb
 45f576e82b024e3a7cbcf0776c321b14 11094 debian-installer extra ltsp-client-builder_5.5.2-1_all.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJT4W+WAAoJELeLgtSBS5G2kucP/Rb9RVAjBwYVPF7UzdB6EYhu
Hbuwedd1aatu58lscdBiPETIa/wRLqoqCYY88BCpJY9okS8gCkAy5DcXp8Dvizd6
4YmskutJyBGWyNbuaVgi51fs+M1XXErOJCrky7rlh3OKXxgq9Jcvmx16YsD08MrO
Io+2Za5s3VV0iBKsT2GLd8kIxhP57pqDoGjH6EXWpCbBxy0NWnxLOe8Me3Yxtq2x
nNj/5fPQeKDioMb9Oa1GejCv0VeCNdfqZRWRF9BIri95Iqdfiax3g6EZQyc9zm5s
FbiGAc8tTgvoKOodIYKa7B5uyJHb3LKHQUywY8NYLeXRVAJJdNjN1IGQJt+aZmVa
1d8f9KHQ+zxJ2MTjfrWBlFW32KX8X7IPkxloD6qf74effJu3V7xsdm+X4cxVVZbj
pER45m9hpsaMFBwXJlIQfQTiFY/i9dc9YhP75ccI+KBtqYy5K9bNyG0NywFEXR8/
6FPbpqlHVGAZzt4lBIUGxFeVrgvmmf6NdDSn8/GWHw5BOXvPPbleANuTqEYP6w8b
CH12JIu58pQEmgEH7fefyBpzDAD9e2sL5HFiQZKAn83dPw5JAdl4ve/BoVpFkhO/
fZf8GS5F0Lua9DSna39nTJJ/V7DjHusf9+Yuo6K1fOmhbKRe3iyu+XqBIZO/hCuG
QNgVY+vlKEx0vLEfKpZm
=vwM4
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Thu, 11 Sep 2014 07:39:43 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:25:59 2023; Machine Name: bembo

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.