ltsp-build-client kiosk plugin broken

Bug #163278 reported by Ace Suares
2
Affects Status Importance Assigned to Milestone
ltsp (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: ltsp-server-standalone

ltsp-build-client halts on /etc/rc2.d/K13gdm "no such file or directory'

command line:
ltsp-build-client --mirror somemirror security-mirror somesecmirror --base /opt/ltspkiosk

Related branches

Revision history for this message
Oliver Grawert (ogra) wrote :

are you sure thats the complete commandline ? looks like you ran it with --kiosk as well ....

Revision history for this message
Oliver Grawert (ogra) wrote :

in /usr/share/ltsp/plugins/ltsp-build-client/Ubuntu/030-kiosk change the line:
if [ -e $ROOT/etc/init.d/gdm ]; then
to be:
if [ -e $ROOT/etc/rc2.d/K13gdm ]; then

that should at least make the build finish.

Revision history for this message
Anthony M Simonelli (asimonelli) wrote :

What I ended up doing to fix this was change the line within the IF statement from:

chroot $ROOT mv /etc/rc2.d/K13gdm /etc/rc2.d/S13gdm
to
chroot $ROOT mv /etc/rc2.d/K30gdm /etc/rc2.d/S30gdm

and now it works...

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ltsp - 5.0.40~bzr20080212-0ubuntu4

---------------
ltsp (5.0.40~bzr20080212-0ubuntu4) hardy; urgency=low

  * make sure the right proxy line is set in the chroot, thanks
    to stephane graber for that fix (LP: #213927)
  * make acpid [ i386 amd64 ] only dependency, since its not not available on ppc
    (LP: #213014, LP: #199747)
  * fix configure-x.sh interpreter line (LP: #196706)
  * make sure resolv.conf is available in the chroot (LP: #72482)
  * merge fix for dhcp port handling, thanks to Michael Haas, (LP: #198356)
  * we only tell users with nfs-kernel-server installed that they need to
    update /etc/exports (LP: #198915)
  * fix kiosk plugin to use the right package names (LP: #163278, LP: #212738)
  * fix hardcoded path in ltsp-update-image and quiten down noisy rm commands
    (LP: #198157)
  * make sure the ltsp-update-* scripts operate on symlinked dirs (LP: #151503)
  * add final updates for mythbuntu plugin and drop accidentially included
    patch file from debian/extra-plugins (LP: #212550)

 -- Oliver Grawert <email address hidden> Tue, 08 Apr 2008 15:03:51 +0200

Changed in ltsp:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.