Adam, You need to also know how your tftp is setup. Which tftp server do you have installed, and is it configured to do a 'chroot' to a specific directory, like /tftpboot, before grabbing '/lts/2.4.24-ltsp-4/pxelinux.0'.
I'm wondering if you even have the kernel package installed. You should have the kernel files in /tftpboot/lts, do you have anything there? Based on the version of the kernel that you are looking for, i'm guessing that you are using LTSP-4.0, and not LTSP-4.1. LTSP-4.0 didn't automatically install a kernel. Take a look at http://www.ltsp.org/ltsp-4.html for info about the kernel package. If you are using LTSP-4.1, then the kernel should have been installed automatically, but it would be 2.4.26-ltsp-2. Jim McQuillan [EMAIL PROTECTED] On Mon, 22 Nov 2004, Adam Bogacki wrote: > Hi, > > My /etc/dhcpd.conf defines a filename to search for > > > filename "/lts/2.4.24-ltsp-4/pxelinux.0"; > > but 'find' cannot find it. > > > Tux:/# find -name /lts/2.4.24-ltsp-4/pxelinux.0 -print > > find: ./proc/12675/task: No such file or directory > > [I didn't use pxelinux - rather *zdsk with the CONFIG_PCI_DIRECT option.] > > Using a different search option gives me same result. > > > Tux:/# find -name */lts/2.4.24-ltsp-4* -print > > find: ./proc/12675/task: No such file or directory > > All I am trying to do here is verify that LTSP's 2.4.24 kernel is where > /etc/dhcpd.conf says it is. > > Or am I missing something .. ? > > Adam. Bogacki, > [EMAIL PROTECTED] > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _____________________________________________________________________ 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
