Hi Anselm, > You wrote that you could tftp-get the kernel from the server. You used > "tftp localhost", not "tftp 192.168.0.2", did you? What happens on the > .0.2 address (or whatever the local ip of the linux server is) when > downloading back on the linux-server itself?
[EMAIL PROTECTED] cpn]# tftp 192.168.0.2 tftp> get /lts/vmlinuz-2.4.19-ltsp-1 Received 1428636 bytes in 0.3 seconds tftp> q [EMAIL PROTECTED] cpn]# tftp localhost tftp> get /lts/vmlinuz-2.4.19-ltsp-1 Received 1428636 bytes in 0.3 seconds tftp> q [EMAIL PROTECTED] cpn]# Detail: It only works when the user is set to root in /etc/xinetd.d/tftp > Sure that iptables is disabled, what does "iptables -L -n" say? [EMAIL PROTECTED] cpn]# iptables -L -n Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination > What permissions are set on the directories /tftpboot and > /tftpboot/lts; what permissions are on the kernel file? Here are the good news: I changed the permissions on the kernel file to owner-execute and now it works !!! I can ping and telnet it !!! I just can't login as I don't know the root password. I think there is a default password that I can find in the documentation. I would like to say Thank You very much. I'm delighted. I coudn't do it without your help. It was sad to see a good machine standing still for the lack of a Hard Disk. Mar 9 18:19:15 k7s5a dhcpd: DHCPDISCOVER from 00:07:95:fd:44:24 via eth0 Mar 9 18:19:15 k7s5a dhcpd: DHCPOFFER on 192.168.0.3 to 00:07:95:fd:44:24 via eth0 Mar 9 18:19:15 k7s5a dhcpd: DHCPREQUEST for 192.168.0.3 (192.168.0.2) from 00:07:95:fd:44:24 via eth0 Mar 9 18:19:15 k7s5a dhcpd: DHCPACK on 192.168.0.3 to 00:07:95:fd:44:24 via eth0 Mar 9 18:19:27 k7s5a dhcpd: DHCPDISCOVER from 00:07:95:fd:44:24 via eth0 Mar 9 18:19:27 k7s5a dhcpd: DHCPOFFER on 192.168.0.3 to 00:07:95:fd:44:24 via eth0 Mar 9 18:19:27 k7s5a dhcpd: DHCPDISCOVER from 00:07:95:fd:44:24 via eth0 Mar 9 18:19:27 k7s5a dhcpd: DHCPOFFER on 192.168.0.3 to 00:07:95:fd:44:24 via eth0 Mar 9 18:19:27 k7s5a dhcpd: DHCPREQUEST for 192.168.0.3 (192.168.0.2) from 00:07:95:fd:44:24 via eth0 Mar 9 18:19:27 k7s5a dhcpd: DHCPACK on 192.168.0.3 to 00:07:95:fd:44:24 via eth0 Mar 9 18:19:27 k7s5a rpc.mountd: authenticated mount request from ws001:691 for /opt/ltsp/i386 (/opt/ltsp/i386) Mar 9 18:19:30 k7s5a prelude: Debug: Flushing queued report for id=0x8079160, count=1... Mar 9 18:19:30 k7s5a rpc.mountd: authenticated mount request from ws001:785 for /home (/home) Mar 9 18:19:32 k7s5a prelude: Debug: Flushing queued report for id=0x8079160, count=2... Mar 9 18:19:32 ws001 syslogd started: BusyBox v0.60.1 (2001.09.28-01:12+0000) Mar 9 18:19:32 ws001 portmap[370]: user rpc not found, reverting to user bin Mar 9 18:19:32 ws001 xinetd[372]: Server /usr/bin/strace is not executable [line=15] Mar 9 18:19:32 ws001 xinetd[372]: Service exec missing attribute server Mar 9 18:19:32 ws001 xinetd[372]: xinetd Version 2.1.8.9pre11 started with Mar 9 18:19:32 ws001 xinetd[372]: libwrap Mar 9 18:19:32 ws001 xinetd[372]: options compiled in. Mar 9 18:19:32 ws001 xinetd[372]: Started working: 3 available services Mar 9 18:19:34 k7s5a prelude: Debug: Flushing queued report for id=0x8079160, count=1... Mar 9 18:19:37 ws001 init: Entering runlevel: 2 Mar 9 18:19:37 ws001 devfsd[111]: Caught SIGHUP Mar 9 18:19:37 ws001 devfsd[111]: read config file: "/etc/devfsd.conf" Mar 9 18:19:37 ws001 init: Switching to runlevel: 5 Mar 9 18:19:39 k7s5a prelude: Debug: Flushing queued report for id=0x8079160, count=1... Mar 9 18:19:41 k7s5a prelude: Debug: Flushing queued report for id=0x8079180, count=1... Mar 9 18:19:42 k7s5a prelude: Debug: Flushing queued report for id=0x8079160, count=6... Mar 9 18:20:18 ws001 init: Id "9" respawning too fast: disabled for 5 minutes Mar 9 18:21:33 k7s5a prelude: Debug: Flushing queued report for id=0x8079160, count=2... Mar 9 18:21:45 ws001 PAM_unix[468]: check pass; user unknown Mar 9 18:21:45 ws001 PAM_unix[468]: authentication failure; (uid=0) -> root for login service Mar 9 18:21:47 ws001 login[468]: FAILED LOGIN 1 FROM server FOR root, Authentication service cannot retrieve authentication info. _______________________________________________________________________ Busca Yahoo! O servi�o de busca mais completo da Internet. O que voc� pensar o Yahoo! encontra. http://br.busca.yahoo.com/ ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.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
