[Pkg-ltsp-devel] Bug#589646: ltsp-server installation fails during installation of debian-edu

Andreas B. Mundt andi.mundt at web.de
Mon Jul 19 14:34:15 UTC 2010


Package: ltsp-server
Version: 5.2.3-1
Severity: grave
Tags: patch
Justification: renders package unusable
User: debian-edu at lists.debian.org
Usertags: debian-edu

Hi,

current debian-edu installer dvd (rsync -avzP ftp.skolelinux.org::cd-squeeze-test-dvd/debian-edu-amd64-i386-DVD-1.iso  debian-edu-DVD-1-squeeze.iso)
fails to set up the ltsp-server. The error reported is:

in_target: mount: can't find /cdrom in /etc/fstab or /etc/mtab

I managed to get a bit further by applying the following patch to 
ltsp-5.2.3/server/plugins/ltsp-build-client/Debian/099-mount-cdrom:

--- 099-mount-cdrom.orig        2010-07-19 15:53:39.000000000 +0200
+++ 099-mount-cdrom     2010-07-19 15:54:01.000000000 +0200
@@ -11,12 +11,12 @@
         ;;
     before-install)
         if [ "$MOUNT_CDROM" = "true" ]; then
-            mount /cdrom
+            mount /media/cdrom
         fi
         ;;
     finalization)
         if [ "$MOUNT_CDROM" = "true" ]; then
-            umount /cdrom
+            umount /media/cdrom
         fi
         ;;
 esac

The mount works now, but the next error reported is:

in_target: I: Retrieving Release
in_target: E: Failed getting release file file:///cdrom/dists/squeeze/Release

Applying the following patch to tsp-5.2.3/debian/ltsp-client-builder.templates

--- ltsp-client-builder.templates.orig  2010-07-19 16:19:54.000000000 +0200
+++ ltsp-client-builder.templates       2010-07-19 14:33:00.000000000 +0200
@@ -29,7 +29,7 @@
 
 Template: ltsp-client-builder/build-client-opts
 Type: string
-Default: --mirror file:///cdrom --security-mirror none --mount-cdrom
+Default: --mirror file:///media/cdrom --security-mirror none --mount-cdrom
 # Only used for preseeding arguments to ltsp-client-builder.
 Description: arguments for ltsp-build-client:
  this option is meant to be used with debconf preseeding.

results in the error:

in_target: I: Retrieving Release
in_target: I: Retrieving Release.gpg
in_target: E: Failed getting release signature file file:///media/cdrom/dists/squeeze/Release.gpg

I hope this helps tracking the bug(s) down.

Best regards,

     Andi


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash





More information about the Pkg-ltsp-devel mailing list