Michael,

the kernel is in /tftpboot/lts

Your tftp daemon might be setup with a '-s /tftpboot' option, which
will cause tftpd to do a chroot to that directory.

If yours isn't setup that way, then set your 'filename' entry
to be prefixed by '/tftpboot'.

Jim McQuillan
[EMAIL PROTECTED]



On Sun, 19 Sep 2004, Michael Hoeller wrote:

> Hello,
>
> I try to sent up ltsp and have a little problem.In dhcp.conf.sample the
> filelocation for the kernel is given with:
> filename="/lts/vmlinuz-2.4.26-ltsp-1";
> Ok, I have my installation (ltps 4.1) at /opt/ltps but where is the
> kernel???
>
> Here is my dhcp.conf file:
> option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.55.255;
> option routers 192.168.55.200;
> option domain-name-servers 192.168.55.200;
> option domain-name "ltsp"; # <--Fix this domain name
> option root-path "192.168.55.200:/opt/ltsp/i386";
> option option-128 code 128 = string;
> option option-129 code 129 = text;
> #
> # Sample configuration file for ISC dhcpd
> #
> # Make changes to this file and copy it to /etc/dhcpd.conf.sample
> #
> ddns-update-style none;
> default-lease-time 21600;
> max-lease-time 21600;
> subnet 192.168.55.0 netmask 255.255.255.0 {
>   option log-servers 192.168.55.200;
>   use-host-decl-names on;
>     ##
> ## If you want to use static IP address for your workstations, then
> un-comment
> ## the following section and modify to suit your network.
> ## Then, duplicate this section for each workstation that needs a static
> ## IP address.
> ##
>   host ws001 {
>     hardware ethernet    00:60:97:BA:B6:6A;
>     fixed-address 192.168.55.1;
>     filename "/lts/vmlinuz-2.4.26-ltsp-1";
>   }
>
>
> --
> Encrypted eMail welcome!
> Get my OpenPGP-Key ID: 0xE9B00731 from:�wwwkeys.de.pgp.net
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your judgement on
> who ports your project to Linux PPC the best. Sponsored by IBM.
> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net
>

Reply via email to