On 11 Apr 2004 [EMAIL PROTECTED] wrote: > Mr. McQuillan: > > Thank you so much for your prompt reply. > > I'm running a fresh network install of Debian Woody, Testing. > [EMAIL PROTECTED]:~$ uname -a > Linux gpgaltsp 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 > unknown > > How would I determine whether tfpt is invoked with a -s switch? > > I adjusted my filename striking the path and got in /var/log/syslog, the > following message: > Apr 10 23:51:19 gpgaltsp tftpd[6519]: tftpd: trying to get file: > vmlinuz-2.4.24-ltsp-4 > Apr 10 23:51:19 gpgaltsp tftpd[6519]: tftpd: serving file from /boot > > So I created a symlink in /boot, named after the kernel and pointing to > the real thing. I still got the same error. > > How would you advise I proceed?
With debian, you have several choices for tftp daemons. I think atftpd is the one you want. You might try: dpkg -l | grep tftp and see which tftpd daemon you currently have installed. If it's not atftpd, you can at least see the correct name for the package by typing: apt-cache search tftpd. Once you find the full package name for atftpd, you can install it and give it a shot. It might require modifying startup parameters for tftpd. I'm still kind of a Debian newbie, so you might have to figure some of that out on your own, or with help from someone else. Jim McQuillan [EMAIL PROTECTED] > > -- Hugh Esco > > Date: Sun, 11 Apr 2004 00:19:47 -0400 (EDT) > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > cc: [EMAIL PROTECTED] > Subject: Re: [Ltsp-discuss] etherboot can't find kernel > > Hugh, > > What distro are you running on ? > > Is your tftpd using a '-s' parameter, causing it to chroot to > the directory after the '-s' ? > > If so, you need to adjust your 'filename' parameter in the dhcpd.conf > file to NOT include that directory. > > Jim McQuillan > [EMAIL PROTECTED] > > > > On 11 Apr 2004 [EMAIL PROTECTED] wrote: > > > Greetings: > > > > I've been working my way through an LTSP-4.0 installation. I got DHCP > > working, but am now seeing the following error in /var/log/syslog: > > > > Apr 10 22:47:00 gpgaltsp tftpd[5952]: tftpd: trying to get file: > > /tftpboot/lts/vmlinuz-2.4.24-ltsp-4 > > > > as the workstation cycles through, rebooting, leasing another dhcp > > address and getting this same error, before doing it all over again. > > > > Any ideas how to move beyond this issue? That file exists in that > > directory with permissions 444, owner root:root. > > > > -- Hugh Esco > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _____________________________________________________________________ > > 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 > > > ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _____________________________________________________________________ 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
