← Back to team overview

edubuntu-bugs team mailing list archive

[Bug 1014496] Re: ltsp doesn't recognise tftp lts.conf

 

> tftpd (netkit-tftp): this one works: ltsp/i386/lts.conf

Then just put that path in your DHCP configuration, the LTSP code then
keeps the relative path that netkit-tftp needs:

$ filename=ltsp/i386/lts.conf
$ fileonly=${filename##*/}
$ pathonly=${filename%$fileonly}
$ echo ${pathonly:-/ltsp/i386/}lts.conf
ltsp/i386/lts.conf

I'm marking the bug invalid in LTSP and subscribing netkit-tftp instead,
as the problem is there.

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

** Also affects: netkit-tftp (Ubuntu)
   Importance: Undecided
       Status: New

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

Title:
  ltsp doesn't recognise tftp lts.conf

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


References