Debian Bug report logs -
#693745
ltsp-client-core: init scripts fails if LTSP_FATCLIENT is set
Reported by: Vagrant Cascadian <vagrant@debian.org>
Date: Mon, 19 Nov 2012 21:57:01 UTC
Severity: important
Tags: patch
Found in version ltsp/5.4.2-2
Fixed in version ltsp/5.4.2-3
Done: Vagrant Cascadian <vagrant@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, LTSP Debian Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>:
Bug#693745; Package ltsp-client-core.
(Mon, 19 Nov 2012 21:57:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Vagrant Cascadian <vagrant@debian.org>:
New Bug report received and forwarded. Copy sent to LTSP Debian Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>.
(Mon, 19 Nov 2012 21:57:04 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: ltsp-client-core
Version: 5.4.2-2
Severity: important
Control: tags -1 pending patch
If LTSP_FATCLIENT is set, the ltsp-client-core initscript fails to finish
execution. The following upstream patch fixes this:
2407 Vagrant Cascadian 2012-11-19
ltsp_config.d/20fatclients: Explicitly "return 0" if LTSP_FATCLIENT is set,
otherwise it returns a value which can cause errors if sourced from a script
that exits on errors (i.e. with "set -e" flags set).
=== modified file 'client/share/ltsp/ltsp_config.d/20fatclients'
--- old/client/share/ltsp/ltsp_config.d/20fatclients 2012-04-25 16:54:14 +0000
+++ new/client/share/ltsp/ltsp_config.d/20fatclients 2012-11-19 18:59:13 +0000
@@ -1,6 +1,6 @@
# Automatically set LTSP_FATCLIENT=True if the image supports local logins
-test -z "$LTSP_FATCLIENT" || return
-test -f /proc/meminfo || return
+test -z "$LTSP_FATCLIENT" || return 0
+test -f /proc/meminfo || return 0
# process_lts_conf() unsets glob expansion (set -f), so we need to use `find`
# blacklist Xsession.desktop (installed by xinit on Gentoo)
live well,
vagrant
Added tag(s) pending and patch.
Request was from Vagrant Cascadian <vagrant@debian.org>
to submit@bugs.debian.org.
(Mon, 19 Nov 2012 21:57:04 GMT) (full text, mbox, link).
Reply sent
to Vagrant Cascadian <vagrant@debian.org>:
You have taken responsibility.
(Mon, 19 Nov 2012 23:21:35 GMT) (full text, mbox, link).
Notification sent
to Vagrant Cascadian <vagrant@debian.org>:
Bug acknowledged by developer.
(Mon, 19 Nov 2012 23:21:35 GMT) (full text, mbox, link).
Message #12 received at 693745-close@bugs.debian.org (full text, mbox, reply):
Source: ltsp
Source-Version: 5.4.2-3
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 693745@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@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 19 Nov 2012 14:17:21 -0800
Source: ltsp
Binary: ltsp-server ltsp-server-standalone ltsp-client-core ltsp-client ltsp-client-builder
Architecture: source all i386
Version: 5.4.2-3
Distribution: unstable
Urgency: low
Maintainer: LTSP Debian Maintainers <pkg-ltsp-devel@lists.alioth.debian.org>
Changed-By: Vagrant Cascadian <vagrant@debian.org>
Description:
ltsp-client - complete LTSP client environment
ltsp-client-builder - build an LTSP environment in the installer target (udeb)
ltsp-client-core - basic LTSP client environment
ltsp-server - basic LTSP server environment
ltsp-server-standalone - complete LTSP server environment
Closes: 689668 690618 690638 692920 693496 693499 693636 693745 693746
Changes:
ltsp (5.4.2-3) unstable; urgency=low
.
* ltsp-client-core patches from upstream:
- Fix use of 'echo -e' by switching to printf in screen-x-common
(Closes: #692920).
- Fix use of a "read -p" bashism in ltsp-cleanup (Closes: #690638).
- Fix dashisms in update-kernels using "local -" by saving flags and
restoring them later (Closes: #693499).
- Prevent setting of LTSP_FATCLIENT variable from causing ltsp-client-core
initscript to die (Closes: #693745).
- Move ltspconfig cache processing earlier, so that variables defined in
lts.conf can override autodetected variables (Closes: #689668).
- Fix initramfs udhcp hook to use /run instead of /tmp, which allows the
booting from a network using PXE ProxyDHCP (Closes: #693746).
.
* ltsp-server patches from upstream:
- Fix bashism in ltsp-config by using printf instead of 'echo -e' and echo
with "\n" interpreting (Closes: #690618).
- Fix ltsp-update-image to support servers with separate /boot partition.
(Closes: #693636).
- Fix dashisms in ltsp-update-image using "local -" by saving flags and
restoring them later (Closes: #693496).
Checksums-Sha1:
a9e84f26aed6d29496950ac39e97959917286fd3 2293 ltsp_5.4.2-3.dsc
8c47fbb23daeb1035b071ceaece32e981ef6a629 87212 ltsp_5.4.2-3.debian.tar.gz
2069c2ee1279f375eaaaa52c9e907453352a6307 248138 ltsp-server_5.4.2-3_all.deb
31e2173570d73ba48a636ffd9e3601d08ea2d84a 135552 ltsp-server-standalone_5.4.2-3_all.deb
0d15b0ecdf024636bfa89e82765d1dce466eba6f 225138 ltsp-client-core_5.4.2-3_i386.deb
e6187123f87dd878aeaecd7fde34a313676af0ce 134742 ltsp-client_5.4.2-3_i386.deb
37f41e065c9b7dc369b22bd1f4f438f4a22c517c 9860 ltsp-client-builder_5.4.2-3_all.udeb
Checksums-Sha256:
b6ec6f7c1dc15383356a01647f95e97fe24dd935b42606787b44062769b6a1e8 2293 ltsp_5.4.2-3.dsc
4a3de9509df482f6e963966f45426d787323b20eeb97055a929532ab9643bb87 87212 ltsp_5.4.2-3.debian.tar.gz
c077965380bd97274af3e158054c90f2c045950ea00f9582bfc966b88b50cd66 248138 ltsp-server_5.4.2-3_all.deb
1e9178082107ade603784713c1fc532e65b9ef12a27bb4a6a6306fedc99c215b 135552 ltsp-server-standalone_5.4.2-3_all.deb
fbb2adcf62cbb6b929237745aa60feb83214700480a2db2b2af08503ce24b656 225138 ltsp-client-core_5.4.2-3_i386.deb
962d78fe5b69186d276942cd21df92d317ed5e19aa0152e5ea8e7440d8be1e5a 134742 ltsp-client_5.4.2-3_i386.deb
3fa105c392423aea99ce981ad5364d1d1de9b307faa3edcbd46bcdf31b6db0e2 9860 ltsp-client-builder_5.4.2-3_all.udeb
Files:
942aadfb646e9ddc05d1f01a55a28b56 2293 misc extra ltsp_5.4.2-3.dsc
a9ad0bd61af46983c525bf209a18f4cc 87212 misc extra ltsp_5.4.2-3.debian.tar.gz
e776b7cf4fc5eb4f1ad8c67e8205fece 248138 misc extra ltsp-server_5.4.2-3_all.deb
06469a97ea1affa9c24c4d37fbeb2e8c 135552 misc extra ltsp-server-standalone_5.4.2-3_all.deb
f192b1c2ae8de772d4fafd0ae1e50200 225138 misc extra ltsp-client-core_5.4.2-3_i386.deb
131ac6f1dda08c1d08ab30b5e2624137 134742 misc extra ltsp-client_5.4.2-3_i386.deb
7cb2ffad3a3e0b2c2cc235eee667b88d 9860 debian-installer extra ltsp-client-builder_5.4.2-3_all.udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCgAGBQJQqroxAAoJELeLgtSBS5G2aqYP/Rs0Rvdd6k3mmHtQn3PMqN/K
SU7HEKOQLFlmznTyTEA74CJtj+SECkKaq9vNd8vqdDJXzo88PFfZkTCAZtT0+9Je
iuG6d2gOCtDnfqs2sq+yi6df3loOb8PV3yeI0SGJRPM+xeUsP7ZKttc473gQfzR9
r1l38UAJqYmzTVNi39S2+lDlJ/2kS79dZ1ZmpmjbHpNYHmiF5Jtjui1xwYT+t3ge
fsPBMX5mde36CnObGkqQreDuetvY6CSAOvon8BBfEJOxDhBUAlOqKRLgNUEo/UEe
0NKJZ0tdQ4eAzp0z9HiI63ebX2dvrnHOTLAZ3q5B9IHmS4rfL6cGOKY/Ao+2bIgA
YVZAk/4L1Qo1aI/sc/fusQChZDAl/NJnyqVyCfKVwBZXIUE9ARKtZyEHljA5NgiA
mbTum1wPnpcwNgvqsciBeXucdmHIO3CFqMHUoz6lKVIjjA0bhYiV+B58EXn7z2fd
p8SspEJms9prXXKJBjv+TXaF5Y2ZpcqfHZchsqPR5u0Q8Y5L4WYjZS0zL0CViDvm
+5kP7lIm7Vm0FWqe7pv8o/WdzRCwflEDJfHnPATCAoomZwJv3e6kRe85RNhAz34g
Cx+uK0nl0EZpoLHzhmK3nIPWLg4qpUrR/twQLAKHUubDX44LjurF8DyaW8Y0+AEH
XeqQMqPq1kVPnspPPws9
=OMgq
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sat, 19 Jan 2013 07:26:32 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:04:45 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.