![]() |
tftp server failed
Problem solved http://wiki.systemimager.org/index.p...emImager_3.4.1
Hi, I'm stuck on this one error for the last 6 hours and I desperately need help. Help please! I've found one other thread and there was no solution posted. Here's what everything looks like [[root@localhost ~]# cat /etc/xinetd.d/tftp # default: off # description: The tftp server serves files using the trivial file transfer # protocol. The tftp protocol is often used to boot diskless # workstations, download configuration files to network-aware printers, # and to start the installation process for some operating systems. service tftp { socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /var/lib/tftpboot -r blksize disable = no } [root@localhost ~]# si_mkbootserver WARNING: this script may modify the following files: --> /etc/services --> /etc/inetd.conf --> /etc/xinetd.d/tftp And can restart inetd, xinetd or tftp servers. Do you wish to continue (y/[n])? y Ok, continuing... /var/lib/tftpboot exists and is a symlink to /usr/share/systemimager/boot. Checking for a tftp server... found. Checking if tftp server is H. Peter Anvin's tftp server... yup - right on! Checking for a running inetd... Not found. Checking for a running xinetd... 4371. Looking for update-inetd... not found. Backing up /etc/xinetd.d/tftp... Moving /etc/xinetd.d/tftp to /etc/xinetd.d/tftp.si_mkbootserver.bak26...done. Restaring xinetd ... Stopping xinetd: [ OK ] Starting xinetd: [ OK ] done. Looking for a tftp client... found. Checking for loopback interface... up. Does tftp server work... no. I couldn't tftp a test file from localhost ERROR: tftp server test failed. [root@localhost ~]# So that's what's going on so far i've heard some things saying that its bugged and you have to hack it a bit. Please i'm lost! |
help
i was told to start tftp manually and go through and make sure tftp was working but i think that there;s a bug with systemimager. Can someone help me ?
|
What's the output of
Code:
netstat -tap |
i did start xinetd
heres the output Code:
[root@localhost ~]# netstat -tap |
Can you also post the output of
Code:
netstat -uap |
[root@localhost ~]# netstat -uap
Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name udp 0 0 *:703 *:* 1733/rpc.statd udp 0 0 *:bootpc *:* 9085/dhclient udp 0 0 *:60136 *:* 1733/rpc.statd udp 0 0 *:mdns *:* 2131/avahi-daemon: udp 0 0 *:compaq-evm *:* 19100/rpcbind udp 0 0 *:sunrpc *:* 19100/rpcbind udp 0 0 *:60529 *:* 2131/avahi-daemon: udp 0 0 *:ipp *:* 2140/cupsd udp 0 0 *:tftp *:* 6327/xinetd |
Quote:
Code:
iptables -L |
[root@localhost ~]# iptables -L
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 |
right now im trying to get the tftp server to connect to the localhost. I've done
chkconfig tftp on ; service xinetd start ; cp /etc/services /var/lib/tftpboot ; cd /tmp ; tftp localhost ; get services and it's timing out! so anyways i need some help ive disabled the firewall using /etc/init.d/iptables stop and setenforce0 to no avail please help! |
What happens when you stop vsftpd and set protocol = tcp in /etc/xinetd.d/tftp and restart xinetd?
|
| All times are GMT +2. The time now is 14:25. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.