Your message dated Sun, 17 Sep 2006 14:03:20 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#385899: fixed in ltsp 0.99debian1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ltsp
Version: 0.93debian1
Severity: normal
Tags: patch
According to the ltsp-build-client(8) manpage, the option to set the
default path for the ltsp chroot is --root, but that option doesn't seem
to exist anymore and --base is used instead.
While I was looking at the manpage, I also noticed that there are other
undocumented options (see --help vs manpage). The following options are
missing in the manpage:
* accept-unsigned-packages
* config
* debug
* early-mirror
* prompt-rootpass
Since I don't want to report yet another bug for the manpage (see
#385885), I have attached a patch that fixes --root and includes all
these options with the minimal description from --help. Note that I
tried to add the options by order of importance since I failed to see
any previously established order. A review from someone who knows the
options better would be appreciated.
Thank you.
6c6
< \fBltsp-build-client\fR [\-\-root ] [\-\-dist ] [\-\-components ]
[\-\-mirror ] [\-\-extra-mirror ] [\-\-security-mirror ] [\-\-exclude ]
[\-\-early-packages ] [\-\-late-packages ] [\-\-serial-console ] [\-\-arch ]
[\-\-debconf-seeds ] [\-\-apt-keys ] [\-\-help ]
---
> \fBltsp-build-client\fR [\-\-base ] [\-\-dist ] [\-\-components ]
> [\-\-config ] [\-\-mirror ] [\-\-early-mirror ] [\-\-extra-mirror ]
> [\-\-security-mirror ] [\-\-exclude ] [\-\-early-packages ]
> [\-\-late-packages ] [\-\-serial-console ] [\-\-arch ] [\-\-debconf-seeds
> ] [\-\-prompt-rootpass ] [\-\-apt-keys ] [\-\-accept-unsigned-packages ]
> [\-\-debug ] [\-\-help ]
16c16
< .IP "\fB\-\-root\fP \fIrootpath\fR" 10
---
> .IP "\fB\-\-base\fP \fIbasepath\fR" 10
26a27,29
> .IP "\fB\-\-config\fP \fIfile\fR" 10
> Load a user specific configuration file
>
31a35,40
> .IP "\fB\-\-early-mirror\fP \fImirror_url dist components\fR" 10
> Adds a mirror which takes priority over the default mirror. This option
> can also have dist and component variables associated as demonstrated
> above. If no dist and components are specified the defaults are used.
> Urls like file://cdrom can also be specified here.
>
64a74,76
> .IP "\fB\-\-prompt-rootpass\fP" 10
> Prompt to set the root password, defaults to disabled
>
67a80,85
> .IP "\fB\-\-accept-unsigned-packages\fP" 10
> Allow unsigned packages during install
>
> .IP "\fB\-\-debug\fP" 10
> Enable debug support
>
--- End Message ---
--- Begin Message ---
Source: ltsp
Source-Version: 0.99debian1
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_0.99debian1_all.deb
to pool/main/l/ltsp/ldm_0.99debian1_all.deb
ltsp-client-builder_0.99debian1_all.udeb
to pool/main/l/ltsp/ltsp-client-builder_0.99debian1_all.udeb
ltsp-client_0.99debian1_i386.deb
to pool/main/l/ltsp/ltsp-client_0.99debian1_i386.deb
ltsp-server-standalone_0.99debian1_all.deb
to pool/main/l/ltsp/ltsp-server-standalone_0.99debian1_all.deb
ltsp-server_0.99debian1_all.deb
to pool/main/l/ltsp/ltsp-server_0.99debian1_all.deb
ltsp_0.99debian1.dsc
to pool/main/l/ltsp/ltsp_0.99debian1.dsc
ltsp_0.99debian1.tar.gz
to pool/main/l/ltsp/ltsp_0.99debian1.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vagrant Cascadian <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 17 Sep 2006 14:09:33 -0400
Source: ltsp
Binary: ltsp-server ltsp-server-standalone ltsp-client ltsp-client-builder ldm
Architecture: source all i386
Version: 0.99debian1
Distribution: unstable
Urgency: low
Maintainer: LTSP Debian/Ubuntu Maintainers <[EMAIL PROTECTED]>
Changed-By: Vagrant Cascadian <[EMAIL PROTECTED]>
Description:
ldm - LTSP display manager
ltsp-client - LTSP client environment
ltsp-client-builder - Build an LTSP environment in the installer target (udeb)
ltsp-server - Basic LTSP server environment
ltsp-server-standalone - Complete LTSP server environment
Closes: 367606 382681 385885 385899
Changes:
ltsp (0.99debian1) unstable; urgency=low
.
[ Vagrant Cascadian ]
* ltsp-server:
- versioned dependency on netbase (Closes: #382681)
- prefer tftpd-hpa over atftpd, as it works out of the box
- add nbd-server to recommends
- nbdswapd creates and removes nbd-server swap files on demand
(Closes: #367606)
- plugins:
+ moved ltsp-build-client plugins to it's own namespace
+ other scripts can make use of the plugins functions
- ltsp-build-client:
+ bugfixes in initrd-netboot-tools tweaks
+ only install udhcpc on sarge
+ use lsb_release to select default distribution to install
+ only run rc whitelisting code if something is whitelisted
+ let dependency resolution install ldm
+ fix typo in dpkg-divert for policy-rc.d script
+ divert /etc/mtab and point /etc/mtab to /proc/mounts
+ disable security mirror by setting to "none"
+ option to name the chroot
+ option to select and override kernel package
+ configure locales in the client chroot
+ clean package cache when finished installing
+ move handling of /etc/exports and root password later
+ ensure /etc/nbd-client exists in the chroot
+ add plugin directory for custom plugins (such as CDDs)
+ split daemon handling into separate plugin
+ split init whitelisting into separate plugin
- ltsp-update-sshkeys:
+ only update directories with an /etc/ssh directory
- ltsp-update-kernels:
+ report which chroots are updated
+ skip chroots without /bin/true
- bug reporting helper script to get package versions from chroot(s)
- added README.Debian explaining how to create the client chroot
- documentation:
+ swap
+ plugins
+ anonymous workstation-style install
- examples:
+ script to test with qemu
+ configuration to use dnsmasq as dhcp server
- updated ltsp-build-client manpage:
+ removed ubuntu-centrism (Closes: #385885)
+ removed obsolete and distro-specific options (Closes: #385899)
+ re-worded much of the text
* ltsp-client:
- move initramfs-tools hooks from /etc/initramfs to /usr/share/initramfs,
which depends on initramfs-tools version 0.73e or greater
- use default NFSOPTS from initramfs-tools
- add esound to recommends
- bugfixes with /etc/hosts and /etc/hostname
- man page for getltscfg
- fix sdm screen session to run on appropriate tty
- use daemon to start sdm if present
- only default to running ldm if no x-display-manager is installed
- added X_VIDEO_RAM option
- update-kernels:
+ be less verbose when called from /etc/kernel/post*.d/
+ make mkelf-linux options a variable
* ldm:
- localdev support (merged from ubuntu)
- only enable ssh socket if localdev is configured
- manpage for ldm
- versioned dependency on python (>= 2.4)
- now supports language and session selection (merged from mainline)
- handle more cases of booleans (Y/N/YES/NO)
* debian/control:
- build-depend on po-debconf
- change all package priorities to "extra"
Files:
d6871c32a695b9b75ecb4ddf9c13cc66 937 misc extra ltsp_0.99debian1.dsc
7075b83a9dd7b886c922c94034934ea2 243635 misc extra ltsp_0.99debian1.tar.gz
58f0bf56df6ed18f25ebb00ccab64958 43900 misc extra
ltsp-server_0.99debian1_all.deb
babed3f64c7af96289560607608bd179 19796 misc extra
ltsp-server-standalone_0.99debian1_all.deb
91a1586020ea3d244e077ae0d1005adf 113044 misc extra ldm_0.99debian1_all.deb
60c7035462595bfae464aabf2f7bc0e3 1786 debian-installer extra
ltsp-client-builder_0.99debian1_all.udeb
e427a6f26a249461197baa9fb6070c09 52604 misc extra
ltsp-client_0.99debian1_i386.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFDa5020zMSyow1ykRAlqqAJ0fmt4S6WAs/dx+QRx5Vc1bIAVFSwCfcbHq
RdQUCyOYlKCVgMmwmzRD31I=
=Ut35
-----END PGP SIGNATURE-----
--- End Message ---