[Bug 573207] Re: default LTSP dhcpd.conf file wrongly configured

Launchpad Bug Tracker 573207 at bugs.launchpad.net
Mon Sep 5 04:17:44 UTC 2011


[Expired for ltsp (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ltsp (Ubuntu)
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ltsp in Ubuntu.
https://bugs.launchpad.net/bugs/573207

Title:
  default LTSP dhcpd.conf file wrongly configured

Status in “ltsp” package in Ubuntu:
  Expired

Bug description:
  The default LTSP DHCP configuration file located at
  /etc/ltsp/dhcpd.conf has the .tmp extension added to the location of
  the image files LTSP uses to boot from. I reproduced this error on a
  fresh install of Ubuntu 10.04 i386 and AMD64. Its easily fixed by
  removing the .tmp extension, however clients will not boot at all if
  the image path is wrong. It appears for some reason the configuration
  file points to the temporary file instead of the default image path.

  Default:

      option root-path "/opt/ltsp/i386.tmp";
      if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
          filename "/ltsp/i386.tmp/pxelinux.0";
      } else {
          filename "/ltsp/i386.tmp/nbi.img";
      }
  }

  Needs to be:

      option root-path "/opt/ltsp/i386";
      if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
          filename "/ltsp/i386/pxelinux.0";
      } else {
          filename "/ltsp/i386/nbi.img";
      }
  }

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: ltsp-server-standalone 5.2.1-0ubuntu9
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic i686
  Architecture: i386
  Date: Sat May  1 20:53:22 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100427.1)
  PackageArchitecture: all
  ProcEnviron:
   LANG=nl_BE.utf8
   SHELL=/bin/bash
  SourcePackage: ltsp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/573207/+subscriptions




More information about the foundations-bugs mailing list